Get Auth Policy Result
data class GetAuthPolicyResult(val id: String, val policy: String? = null, val resourceIdentifier: String, val state: String? = null)
A collection of values returned by getAuthPolicy.
Properties
Link copied to clipboard
Link copied to clipboard
The state of the auth policy. The auth policy is only active when the auth type is set to AWS_IAM. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the Auth type is NONE, then, any auth policy you provide will remain inactive.