Class: Aws::PcaConnectorAd::Types::Template
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::Template
- 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 templates.
-
#object_identifier ⇒ String
Object identifier of a template.
-
#policy_schema ⇒ Integer
The template schema version.
-
#revision ⇒ Types::TemplateRevision
The 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
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2301 class Template < 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
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2301 class Template < 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.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2301 class Template < 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.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2301 class Template < 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 templates. Template names must be unique.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2301 class Template < 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.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2301 class Template < 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.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2301 class Template < 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 version of the template. Template updates will increment the minor revision. Re-enrolling all certificate holders will increment the major revision.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2301 class Template < 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.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2301 class Template < 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.
2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2301 class Template < Struct.new( :arn, :connector_arn, :created_at, :definition, :name, :object_identifier, :policy_schema, :revision, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |