Class: Aws::PcaConnectorScep::Types::Challenge

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the challenge.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the connector.

Returns:

  • (String)


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_atTime

The date and time that the challenge was created.

Returns:

  • (Time)


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

#passwordString

The SCEP challenge password, in UUID format.

Returns:

  • (String)


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

#updated_atTime

The date and time that the challenge was updated.

Returns:

  • (Time)


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