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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rolesanywhere/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)


249
250
251
252
253
254
255
256
257
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 249

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)


249
250
251
252
253
254
255
256
257
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 249

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)


249
250
251
252
253
254
255
256
257
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 249

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:



249
250
251
252
253
254
255
256
257
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 249

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)


249
250
251
252
253
254
255
256
257
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 249

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