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

Class: Aws::IoT::Types::AuthorizerDescription

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_arnString

The authorizer ARN.

Returns:

  • (String)

    The authorizer ARN.

#authorizer_function_arnString

The authorizer\'s Lambda function ARN.

Returns:

  • (String)

    The authorizer\'s Lambda function ARN.

#authorizer_nameString

The authorizer name.

Returns:

  • (String)

    The authorizer name.

#creation_dateTime

The UNIX timestamp of when the authorizer was created.

Returns:

  • (Time)

    The UNIX timestamp of when the authorizer was created.

#last_modified_dateTime

The UNIX timestamp of when the authorizer was last updated.

Returns:

  • (Time)

    The UNIX timestamp of when the authorizer was last updated.

#signing_disabledBoolean

Specifies whether AWS IoT validates the token signature in an authorization request.

Returns:

  • (Boolean)

    Specifies whether AWS IoT validates the token signature in an authorization request.

#statusString

The status of the authorizer.

Possible values:

  • ACTIVE
  • INACTIVE

Returns:

  • (String)

    The status of the authorizer.

#token_key_nameString

The key used to extract the token from the HTTP headers.

Returns:

  • (String)

    The key used to extract the token from the HTTP headers.

#token_signing_public_keysHash<String,String>

The public keys used to validate the token signature returned by your custom authentication service.

Returns:

  • (Hash<String,String>)

    The public keys used to validate the token signature returned by your custom authentication service.