You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::AuthResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The authorizer result.

Instance Attribute Summary collapse

Instance Attribute Details

#allowedTypes::Allowed

The policies and statements that allowed the specified action.

Returns:

  • (Types::Allowed)

    The policies and statements that allowed the specified action.

#auth_decisionString

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.

Possible values:

  • ALLOWED
  • EXPLICIT_DENY
  • IMPLICIT_DENY

Returns:

  • (String)

    The final authorization decision of this scenario.

#auth_infoTypes::AuthInfo

Authorization information.

Returns:

#deniedTypes::Denied

The policies and statements that denied the specified action.

Returns:

  • (Types::Denied)

    The policies and statements that denied the specified action.

#missing_context_valuesArray<String>

Contains any missing context values found while evaluating policy.

Returns:

  • (Array<String>)

    Contains any missing context values found while evaluating policy.