AuthResult
The authorizer result.
Contents
- allowed
-
The policies and statements that allowed the specified action.
Type: Allowed object
Required: No
- authDecision
-
The final authorization decision of this scenario. Multiple statements are taken into account when determining the authorization decision. An explicit deny statement can override multiple allow statements.
Type: String
Valid Values:
ALLOWED | EXPLICIT_DENY | IMPLICIT_DENY
Required: No
- authInfo
-
Authorization information.
Type: AuthInfo object
Required: No
- denied
-
The policies and statements that denied the specified action.
Type: Denied object
Required: No
- missingContextValues
-
Contains any missing context values found while evaluating policy.
Type: Array of strings
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: