Class: Aws::PcaConnectorScep::Types::CreateChallengeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Custom string that can be used to distinguish between calls to the

CreateChallenge][1

action. Client tokens for ‘CreateChallenge`

time out after five minutes. Therefore, if you call ‘CreateChallenge` multiple times with the same client token within five minutes, Connector for SCEP recognizes that you are requesting only one challenge and will only respond with one. If you change the client token for each call, Connector for SCEP recognizes that you are requesting multiple challenge passwords.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

[1]: docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_CreateChallenge.html

Returns:

  • (String)


341
342
343
344
345
346
347
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 341

class CreateChallengeRequest < Struct.new(
  :connector_arn,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#connector_arnString

The Amazon Resource Name (ARN) of the connector that you want to create a challenge for.

Returns:

  • (String)


341
342
343
344
345
346
347
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 341

class CreateChallengeRequest < Struct.new(
  :connector_arn,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The key-value pairs to associate with the resource.

Returns:

  • (Hash<String,String>)


341
342
343
344
345
346
347
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 341

class CreateChallengeRequest < Struct.new(
  :connector_arn,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end