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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The authorizer description.

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_arnString

The authorizer ARN.



899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-iot/types.rb', line 899

class AuthorizerDescription < Struct.new(
  :authorizer_name,
  :authorizer_arn,
  :authorizer_function_arn,
  :token_key_name,
  :token_signing_public_keys,
  :status,
  :creation_date,
  :last_modified_date)
  include Aws::Structure
end

#authorizer_function_arnString

The authorizer’s Lambda function ARN.



899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-iot/types.rb', line 899

class AuthorizerDescription < Struct.new(
  :authorizer_name,
  :authorizer_arn,
  :authorizer_function_arn,
  :token_key_name,
  :token_signing_public_keys,
  :status,
  :creation_date,
  :last_modified_date)
  include Aws::Structure
end

#authorizer_nameString

The authorizer name.



899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-iot/types.rb', line 899

class AuthorizerDescription < Struct.new(
  :authorizer_name,
  :authorizer_arn,
  :authorizer_function_arn,
  :token_key_name,
  :token_signing_public_keys,
  :status,
  :creation_date,
  :last_modified_date)
  include Aws::Structure
end

#creation_dateTime

The UNIX timestamp of when the authorizer was created.



899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-iot/types.rb', line 899

class AuthorizerDescription < Struct.new(
  :authorizer_name,
  :authorizer_arn,
  :authorizer_function_arn,
  :token_key_name,
  :token_signing_public_keys,
  :status,
  :creation_date,
  :last_modified_date)
  include Aws::Structure
end

#last_modified_dateTime

The UNIX timestamp of when the authorizer was last updated.



899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-iot/types.rb', line 899

class AuthorizerDescription < Struct.new(
  :authorizer_name,
  :authorizer_arn,
  :authorizer_function_arn,
  :token_key_name,
  :token_signing_public_keys,
  :status,
  :creation_date,
  :last_modified_date)
  include Aws::Structure
end

#statusString

The status of the authorizer.



899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-iot/types.rb', line 899

class AuthorizerDescription < Struct.new(
  :authorizer_name,
  :authorizer_arn,
  :authorizer_function_arn,
  :token_key_name,
  :token_signing_public_keys,
  :status,
  :creation_date,
  :last_modified_date)
  include Aws::Structure
end

#token_key_nameString

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



899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-iot/types.rb', line 899

class AuthorizerDescription < Struct.new(
  :authorizer_name,
  :authorizer_arn,
  :authorizer_function_arn,
  :token_key_name,
  :token_signing_public_keys,
  :status,
  :creation_date,
  :last_modified_date)
  include Aws::Structure
end

#token_signing_public_keysHash<String,String>

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



899
900
901
902
903
904
905
906
907
908
909
# File 'lib/aws-sdk-iot/types.rb', line 899

class AuthorizerDescription < Struct.new(
  :authorizer_name,
  :authorizer_arn,
  :authorizer_function_arn,
  :token_key_name,
  :token_signing_public_keys,
  :status,
  :creation_date,
  :last_modified_date)
  include Aws::Structure
end