Class: Aws::PcaConnectorAd::Types::TemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::TemplateSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
An Active Directory compatible certificate template. Connectors issue certificates against these templates based on the requestor’s Active Directory group membership.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateTemplate].
-
#connector_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateConnector].
-
#created_at ⇒ Time
The date and time that the template was created.
-
#definition ⇒ Types::TemplateDefinition
Template configuration to define the information included in certificates.
-
#name ⇒ String
Name of the template.
-
#object_identifier ⇒ String
Object identifier of a template.
-
#policy_schema ⇒ Integer
The template schema version.
-
#revision ⇒ Types::TemplateRevision
The revision version of the template.
-
#status ⇒ String
Status of the template.
-
#updated_at ⇒ Time
The date and time that the template was updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateTemplate].
[1]: docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateTemplate.html
2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2450 class TemplateSummary < Struct.new( :arn, :connector_arn, :created_at, :definition, :name, :object_identifier, :policy_schema, :revision, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#connector_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateConnector].
[1]: docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html
2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2450 class TemplateSummary < Struct.new( :arn, :connector_arn, :created_at, :definition, :name, :object_identifier, :policy_schema, :revision, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the template was created.
2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2450 class TemplateSummary < Struct.new( :arn, :connector_arn, :created_at, :definition, :name, :object_identifier, :policy_schema, :revision, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::TemplateDefinition
Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2450 class TemplateSummary < Struct.new( :arn, :connector_arn, :created_at, :definition, :name, :object_identifier, :policy_schema, :revision, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the template. The template name must be unique.
2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2450 class TemplateSummary < Struct.new( :arn, :connector_arn, :created_at, :definition, :name, :object_identifier, :policy_schema, :revision, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#object_identifier ⇒ String
Object identifier of a template.
2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2450 class TemplateSummary < Struct.new( :arn, :connector_arn, :created_at, :definition, :name, :object_identifier, :policy_schema, :revision, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#policy_schema ⇒ Integer
The template schema version. Template schema versions can be v2, v3, or v4. The template configuration options change based on the template schema version.
2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2450 class TemplateSummary < Struct.new( :arn, :connector_arn, :created_at, :definition, :name, :object_identifier, :policy_schema, :revision, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Types::TemplateRevision
The revision version of the template. Template updates will increment the minor revision. Re-enrolling all certificate holders will increment the major revision.
2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2450 class TemplateSummary < Struct.new( :arn, :connector_arn, :created_at, :definition, :name, :object_identifier, :policy_schema, :revision, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the template. Status can be creating, active, deleting, or failed.
2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2450 class TemplateSummary < Struct.new( :arn, :connector_arn, :created_at, :definition, :name, :object_identifier, :policy_schema, :revision, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time that the template was updated.
2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2450 class TemplateSummary < Struct.new( :arn, :connector_arn, :created_at, :definition, :name, :object_identifier, :policy_schema, :revision, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |