Class: Aws::PcaConnectorScep::Types::Challenge
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::Challenge
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorscep/types.rb
Overview
For Connector for SCEP for general-purpose. An object containing information about the specified connector’s SCEP challenge passwords.
Constant Summary collapse
- SENSITIVE =
[:password]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the challenge.
-
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector.
-
#created_at ⇒ Time
The date and time that the challenge was created.
-
#password ⇒ String
The SCEP challenge password, in UUID format.
-
#updated_at ⇒ Time
The date and time that the challenge was updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the challenge.
71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 71 class Challenge < Struct.new( :arn, :connector_arn, :created_at, :updated_at, :password) SENSITIVE = [:password] include Aws::Structure end |
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector.
71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 71 class Challenge < Struct.new( :arn, :connector_arn, :created_at, :updated_at, :password) SENSITIVE = [:password] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the challenge was created.
71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 71 class Challenge < Struct.new( :arn, :connector_arn, :created_at, :updated_at, :password) SENSITIVE = [:password] include Aws::Structure end |