Class: Aws::RolesAnywhere::Types::ImportCrlRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crl_dataString

The x509 v3 specified certificate revocation list (CRL).

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 312

class ImportCrlRequest < Struct.new(
  :crl_data,
  :enabled,
  :name,
  :tags,
  :trust_anchor_arn)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Specifies whether the certificate revocation list (CRL) is enabled.

Returns:

  • (Boolean)


312
313
314
315
316
317
318
319
320
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 312

class ImportCrlRequest < Struct.new(
  :crl_data,
  :enabled,
  :name,
  :tags,
  :trust_anchor_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the certificate revocation list (CRL).

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 312

class ImportCrlRequest < Struct.new(
  :crl_data,
  :enabled,
  :name,
  :tags,
  :trust_anchor_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to attach to the certificate revocation list (CRL).

Returns:



312
313
314
315
316
317
318
319
320
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 312

class ImportCrlRequest < Struct.new(
  :crl_data,
  :enabled,
  :name,
  :tags,
  :trust_anchor_arn)
  SENSITIVE = []
  include Aws::Structure
end

#trust_anchor_arnString

The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.

Returns:

  • (String)


312
313
314
315
316
317
318
319
320
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 312

class ImportCrlRequest < Struct.new(
  :crl_data,
  :enabled,
  :name,
  :tags,
  :trust_anchor_arn)
  SENSITIVE = []
  include Aws::Structure
end