getPolicy

fun getPolicy(policyName: String): MfaPolicy?

Get a specific policy by name.

Return

The policy with the given name, or null if not found.

Parameters

policyName

The name of the policy to retrieve.