Class: Aws::RolesAnywhere::Types::ImportCrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ImportCrlRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crl_data ⇒ String
The x509 v3 specified certificate revocation list (CRL).
-
#enabled ⇒ Boolean
Specifies whether the certificate revocation list (CRL) is enabled.
-
#name ⇒ String
The name of the certificate revocation list (CRL).
-
#tags ⇒ Array<Types::Tag>
A list of tags to attach to the certificate revocation list (CRL).
-
#trust_anchor_arn ⇒ String
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
Instance Attribute Details
#crl_data ⇒ String
The x509 v3 specified certificate revocation list (CRL).
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 |
#enabled ⇒ Boolean
Specifies whether the certificate revocation list (CRL) is enabled.
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 |
#name ⇒ String
The name of the certificate revocation list (CRL).
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 |
#tags ⇒ Array<Types::Tag>
A list of tags to attach to the certificate revocation list (CRL).
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_arn ⇒ String
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
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 |