Class: Aws::PcaConnectorAd::Types::UpdateTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::UpdateTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definition ⇒ Types::TemplateDefinition
Template configuration to define the information included in certificates.
-
#reenroll_all_certificate_holders ⇒ Boolean
This setting allows the major version of a template to be increased automatically.
-
#template_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateTemplate].
Instance Attribute Details
#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.
2766 2767 2768 2769 2770 2771 2772 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2766 class UpdateTemplateRequest < Struct.new( :definition, :reenroll_all_certificate_holders, :template_arn) SENSITIVE = [] include Aws::Structure end |
#reenroll_all_certificate_holders ⇒ Boolean
This setting allows the major version of a template to be increased automatically. All members of Active Directory groups that are allowed to enroll with a template will receive a new certificate issued using that template.
2766 2767 2768 2769 2770 2771 2772 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2766 class UpdateTemplateRequest < Struct.new( :definition, :reenroll_all_certificate_holders, :template_arn) SENSITIVE = [] include Aws::Structure end |
#template_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
2766 2767 2768 2769 2770 2771 2772 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 2766 class UpdateTemplateRequest < Struct.new( :definition, :reenroll_all_certificate_holders, :template_arn) SENSITIVE = [] include Aws::Structure end |