We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
Represents a template that defines certificate configurations, both for issuance and client handling
Create Template Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Template(name: string, args: TemplateArgs, opts?: CustomResourceOptions);@overload
def Template(resource_name: str,
args: TemplateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Template(resource_name: str,
opts: Optional[ResourceOptions] = None,
connector_arn: Optional[str] = None,
definition: Optional[Union[TemplateDefinition0PropertiesArgs, TemplateDefinition1PropertiesArgs, TemplateDefinition2PropertiesArgs]] = None,
name: Optional[str] = None,
reenroll_all_certificate_holders: Optional[bool] = None,
tags: Optional[Mapping[str, str]] = None)func NewTemplate(ctx *Context, name string, args TemplateArgs, opts ...ResourceOption) (*Template, error)public Template(string name, TemplateArgs args, CustomResourceOptions? opts = null)
public Template(String name, TemplateArgs args)
public Template(String name, TemplateArgs args, CustomResourceOptions options)
type: aws-native:pcaconnectorad:Template
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TemplateArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TemplateArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Template Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Template resource accepts the following input properties:
- Connector
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- Definition
Pulumi.
Aws | Pulumi.Native. Pca Connector Ad. Inputs. Template Definition0Properties Aws | Pulumi.Native. Pca Connector Ad. Inputs. Template Definition1Properties Aws Native. Pca Connector Ad. Inputs. Template Definition2Properties - 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.
- Name string
- Name of the templates. Template names must be unique.
- Reenroll
All boolCertificate Holders - 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.
- Dictionary<string, string>
- Metadata assigned to a template consisting of a key-value pair.
- Connector
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- Definition
Template
Definition0Properties | TemplateArgs Definition1Properties | TemplateArgs Definition2Properties Args - 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.
- Name string
- Name of the templates. Template names must be unique.
- Reenroll
All boolCertificate Holders - 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.
- map[string]string
- Metadata assigned to a template consisting of a key-value pair.
- connector
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- definition
Template
Definition0Properties | TemplateDefinition1Properties | TemplateDefinition2Properties - 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.
- name String
- Name of the templates. Template names must be unique.
- reenroll
All BooleanCertificate Holders - 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.
- Map<String,String>
- Metadata assigned to a template consisting of a key-value pair.
- connector
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- definition
Template
Definition0Properties | TemplateDefinition1Properties | TemplateDefinition2Properties - 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.
- name string
- Name of the templates. Template names must be unique.
- reenroll
All booleanCertificate Holders - 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.
- {[key: string]: string}
- Metadata assigned to a template consisting of a key-value pair.
- connector_
arn str - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- definition
Template
Definition0Properties | TemplateArgs Definition1Properties | TemplateArgs Definition2Properties Args - 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.
- name str
- Name of the templates. Template names must be unique.
- reenroll_
all_ boolcertificate_ holders - 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.
- Mapping[str, str]
- Metadata assigned to a template consisting of a key-value pair.
- connector
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateConnector .
- definition Property Map | Property Map | Property Map
- 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.
- name String
- Name of the templates. Template names must be unique.
- reenroll
All BooleanCertificate Holders - 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.
- Map<String>
- Metadata assigned to a template consisting of a key-value pair.
Outputs
All input properties are implicitly available as output properties. Additionally, the Template resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Template
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- Id string
- The provider-assigned unique ID for this managed resource.
- Template
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- id String
- The provider-assigned unique ID for this managed resource.
- template
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- id string
- The provider-assigned unique ID for this managed resource.
- template
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- id str
- The provider-assigned unique ID for this managed resource.
- template_
arn str - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- id String
- The provider-assigned unique ID for this managed resource.
- template
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
Supporting Types
TemplateApplicationPolicies, TemplateApplicationPoliciesArgs
TemplateApplicationPolicy0Properties, TemplateApplicationPolicy0PropertiesArgs
- policy
Type "ALL_APPLICATION_POLICIES" | "ANY_PURPOSE" | "ATTESTATION_IDENTITY_KEY_CERTIFICATE" | "CERTIFICATE_REQUEST_AGENT" | "CLIENT_AUTHENTICATION" | "CODE_SIGNING" | "CTL_USAGE" | "DIGITAL_RIGHTS" | "DIRECTORY_SERVICE_EMAIL_REPLICATION" | "DISALLOWED_LIST" | "DNS_SERVER_TRUST" | "DOCUMENT_ENCRYPTION" | "DOCUMENT_SIGNING" | "DYNAMIC_CODE_GENERATOR" | "EARLY_LAUNCH_ANTIMALWARE_DRIVER" | "EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION" | "ENCLAVE" | "ENCRYPTING_FILE_SYSTEM" | "ENDORSEMENT_KEY_CERTIFICATE" | "FILE_RECOVERY" | "HAL_EXTENSION" | "IP_SECURITY_END_SYSTEM" | "IP_SECURITY_IKE_INTERMEDIATE" | "IP_SECURITY_TUNNEL_TERMINATION" | "IP_SECURITY_USER" | "ISOLATED_USER_MODE" | "KDC_AUTHENTICATION" | "KERNEL_MODE_CODE_SIGNING" | "KEY_PACK_LICENSES" | "KEY_RECOVERY" | "KEY_RECOVERY_AGENT" | "LICENSE_SERVER_VERIFICATION" | "LIFETIME_SIGNING" | "MICROSOFT_PUBLISHER" | "MICROSOFT_TIME_STAMPING" | "MICROSOFT_TRUST_LIST_SIGNING" | "OCSP_SIGNING" | "OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION" | "PLATFORM_CERTIFICATE" | "PREVIEW_BUILD_SIGNING" | "PRIVATE_KEY_ARCHIVAL" | "PROTECTED_PROCESS_LIGHT_VERIFICATION" | "PROTECTED_PROCESS_VERIFICATION" | "QUALIFIED_SUBORDINATION" | "REVOKED_LIST_SIGNER" | "ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION" | "ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION" | "ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL" | "ROOT_LIST_SIGNER" | "SECURE_EMAIL" | "SERVER_AUTHENTICATION" | "SMART_CARD_LOGIN" | "SPC_ENCRYPTED_DIGEST_RETRY_COUNT" | "SPC_RELAXED_PE_MARKER_CHECK" | "TIME_STAMPING" | "WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION" | "WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION" | "WINDOWS_HARDWARE_DRIVER_VERIFICATION" | "WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION" | "WINDOWS_KITS_COMPONENT" | "WINDOWS_RT_VERIFICATION" | "WINDOWS_SOFTWARE_EXTENSION_VERIFICATION" | "WINDOWS_STORE" | "WINDOWS_SYSTEM_COMPONENT_VERIFICATION" | "WINDOWS_TCB_COMPONENT" | "WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT" | "WINDOWS_UPDATE"
TemplateApplicationPolicy1Properties, TemplateApplicationPolicy1PropertiesArgs
- Policy
Object stringIdentifier
- Policy
Object stringIdentifier
- policy
Object StringIdentifier
- policy
Object stringIdentifier
- policy
Object StringIdentifier
TemplateApplicationPolicyType, TemplateApplicationPolicyTypeArgs
- All
Application Policies ALL_APPLICATION_POLICIES- Any
Purpose ANY_PURPOSE- Attestation
Identity Key Certificate ATTESTATION_IDENTITY_KEY_CERTIFICATE- Certificate
Request Agent CERTIFICATE_REQUEST_AGENT- Client
Authentication CLIENT_AUTHENTICATION- Code
Signing CODE_SIGNING- Ctl
Usage CTL_USAGE- Digital
Rights DIGITAL_RIGHTS- Directory
Service Email Replication DIRECTORY_SERVICE_EMAIL_REPLICATION- Disallowed
List DISALLOWED_LIST- Dns
Server Trust DNS_SERVER_TRUST- Document
Encryption DOCUMENT_ENCRYPTION- Document
Signing DOCUMENT_SIGNING- Dynamic
Code Generator DYNAMIC_CODE_GENERATOR- Early
Launch Antimalware Driver EARLY_LAUNCH_ANTIMALWARE_DRIVER- Embedded
Windows System Component Verification EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION- Enclave
ENCLAVE- Encrypting
File System ENCRYPTING_FILE_SYSTEM- Endorsement
Key Certificate ENDORSEMENT_KEY_CERTIFICATE- File
Recovery FILE_RECOVERY- Hal
Extension HAL_EXTENSION- Ip
Security End System IP_SECURITY_END_SYSTEM- Ip
Security Ike Intermediate IP_SECURITY_IKE_INTERMEDIATE- Ip
Security Tunnel Termination IP_SECURITY_TUNNEL_TERMINATION- Ip
Security User IP_SECURITY_USER- Isolated
User Mode ISOLATED_USER_MODE- Kdc
Authentication KDC_AUTHENTICATION- Kernel
Mode Code Signing KERNEL_MODE_CODE_SIGNING- Key
Pack Licenses KEY_PACK_LICENSES- Key
Recovery KEY_RECOVERY- Key
Recovery Agent KEY_RECOVERY_AGENT- License
Server Verification LICENSE_SERVER_VERIFICATION- Lifetime
Signing LIFETIME_SIGNING- Microsoft
Publisher MICROSOFT_PUBLISHER- Microsoft
Time Stamping MICROSOFT_TIME_STAMPING- Microsoft
Trust List Signing MICROSOFT_TRUST_LIST_SIGNING- Ocsp
Signing OCSP_SIGNING- Oem
Windows System Component Verification OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION- Platform
Certificate PLATFORM_CERTIFICATE- Preview
Build Signing PREVIEW_BUILD_SIGNING- Private
Key Archival PRIVATE_KEY_ARCHIVAL- Protected
Process Light Verification PROTECTED_PROCESS_LIGHT_VERIFICATION- Protected
Process Verification PROTECTED_PROCESS_VERIFICATION- Qualified
Subordination QUALIFIED_SUBORDINATION- Revoked
List Signer REVOKED_LIST_SIGNER- Root
Program Auto Update Ca Revocation ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION- Root
Program Auto Update End Revocation ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION- Root
Program No Oscp Failover To Crl ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL- Root
List Signer ROOT_LIST_SIGNER- Secure
Email SECURE_EMAIL- Server
Authentication SERVER_AUTHENTICATION- Smart
Card Login SMART_CARD_LOGIN- Spc
Encrypted Digest Retry Count SPC_ENCRYPTED_DIGEST_RETRY_COUNT- Spc
Relaxed Pe Marker Check SPC_RELAXED_PE_MARKER_CHECK- Time
Stamping TIME_STAMPING- Windows
Hardware Driver Attested Verification WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION- Windows
Hardware Driver Extended Verification WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION- Windows
Hardware Driver Verification WINDOWS_HARDWARE_DRIVER_VERIFICATION- Windows
Hello Recovery Key Encryption WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION- Windows
Kits Component WINDOWS_KITS_COMPONENT- Windows
Rt Verification WINDOWS_RT_VERIFICATION- Windows
Software Extension Verification WINDOWS_SOFTWARE_EXTENSION_VERIFICATION- Windows
Store WINDOWS_STORE- Windows
System Component Verification WINDOWS_SYSTEM_COMPONENT_VERIFICATION- Windows
Tcb Component WINDOWS_TCB_COMPONENT- Windows
Third Party Application Component WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT- Windows
Update WINDOWS_UPDATE
- Template
Application Policy Type All Application Policies ALL_APPLICATION_POLICIES- Template
Application Policy Type Any Purpose ANY_PURPOSE- Template
Application Policy Type Attestation Identity Key Certificate ATTESTATION_IDENTITY_KEY_CERTIFICATE- Template
Application Policy Type Certificate Request Agent CERTIFICATE_REQUEST_AGENT- Template
Application Policy Type Client Authentication CLIENT_AUTHENTICATION- Template
Application Policy Type Code Signing CODE_SIGNING- Template
Application Policy Type Ctl Usage CTL_USAGE- Template
Application Policy Type Digital Rights DIGITAL_RIGHTS- Template
Application Policy Type Directory Service Email Replication DIRECTORY_SERVICE_EMAIL_REPLICATION- Template
Application Policy Type Disallowed List DISALLOWED_LIST- Template
Application Policy Type Dns Server Trust DNS_SERVER_TRUST- Template
Application Policy Type Document Encryption DOCUMENT_ENCRYPTION- Template
Application Policy Type Document Signing DOCUMENT_SIGNING- Template
Application Policy Type Dynamic Code Generator DYNAMIC_CODE_GENERATOR- Template
Application Policy Type Early Launch Antimalware Driver EARLY_LAUNCH_ANTIMALWARE_DRIVER- Template
Application Policy Type Embedded Windows System Component Verification EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION- Template
Application Policy Type Enclave ENCLAVE- Template
Application Policy Type Encrypting File System ENCRYPTING_FILE_SYSTEM- Template
Application Policy Type Endorsement Key Certificate ENDORSEMENT_KEY_CERTIFICATE- Template
Application Policy Type File Recovery FILE_RECOVERY- Template
Application Policy Type Hal Extension HAL_EXTENSION- Template
Application Policy Type Ip Security End System IP_SECURITY_END_SYSTEM- Template
Application Policy Type Ip Security Ike Intermediate IP_SECURITY_IKE_INTERMEDIATE- Template
Application Policy Type Ip Security Tunnel Termination IP_SECURITY_TUNNEL_TERMINATION- Template
Application Policy Type Ip Security User IP_SECURITY_USER- Template
Application Policy Type Isolated User Mode ISOLATED_USER_MODE- Template
Application Policy Type Kdc Authentication KDC_AUTHENTICATION- Template
Application Policy Type Kernel Mode Code Signing KERNEL_MODE_CODE_SIGNING- Template
Application Policy Type Key Pack Licenses KEY_PACK_LICENSES- Template
Application Policy Type Key Recovery KEY_RECOVERY- Template
Application Policy Type Key Recovery Agent KEY_RECOVERY_AGENT- Template
Application Policy Type License Server Verification LICENSE_SERVER_VERIFICATION- Template
Application Policy Type Lifetime Signing LIFETIME_SIGNING- Template
Application Policy Type Microsoft Publisher MICROSOFT_PUBLISHER- Template
Application Policy Type Microsoft Time Stamping MICROSOFT_TIME_STAMPING- Template
Application Policy Type Microsoft Trust List Signing MICROSOFT_TRUST_LIST_SIGNING- Template
Application Policy Type Ocsp Signing OCSP_SIGNING- Template
Application Policy Type Oem Windows System Component Verification OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION- Template
Application Policy Type Platform Certificate PLATFORM_CERTIFICATE- Template
Application Policy Type Preview Build Signing PREVIEW_BUILD_SIGNING- Template
Application Policy Type Private Key Archival PRIVATE_KEY_ARCHIVAL- Template
Application Policy Type Protected Process Light Verification PROTECTED_PROCESS_LIGHT_VERIFICATION- Template
Application Policy Type Protected Process Verification PROTECTED_PROCESS_VERIFICATION- Template
Application Policy Type Qualified Subordination QUALIFIED_SUBORDINATION- Template
Application Policy Type Revoked List Signer REVOKED_LIST_SIGNER- Template
Application Policy Type Root Program Auto Update Ca Revocation ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION- Template
Application Policy Type Root Program Auto Update End Revocation ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION- Template
Application Policy Type Root Program No Oscp Failover To Crl ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL- Template
Application Policy Type Root List Signer ROOT_LIST_SIGNER- Template
Application Policy Type Secure Email SECURE_EMAIL- Template
Application Policy Type Server Authentication SERVER_AUTHENTICATION- Template
Application Policy Type Smart Card Login SMART_CARD_LOGIN- Template
Application Policy Type Spc Encrypted Digest Retry Count SPC_ENCRYPTED_DIGEST_RETRY_COUNT- Template
Application Policy Type Spc Relaxed Pe Marker Check SPC_RELAXED_PE_MARKER_CHECK- Template
Application Policy Type Time Stamping TIME_STAMPING- Template
Application Policy Type Windows Hardware Driver Attested Verification WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION- Template
Application Policy Type Windows Hardware Driver Extended Verification WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION- Template
Application Policy Type Windows Hardware Driver Verification WINDOWS_HARDWARE_DRIVER_VERIFICATION- Template
Application Policy Type Windows Hello Recovery Key Encryption WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION- Template
Application Policy Type Windows Kits Component WINDOWS_KITS_COMPONENT- Template
Application Policy Type Windows Rt Verification WINDOWS_RT_VERIFICATION- Template
Application Policy Type Windows Software Extension Verification WINDOWS_SOFTWARE_EXTENSION_VERIFICATION- Template
Application Policy Type Windows Store WINDOWS_STORE- Template
Application Policy Type Windows System Component Verification WINDOWS_SYSTEM_COMPONENT_VERIFICATION- Template
Application Policy Type Windows Tcb Component WINDOWS_TCB_COMPONENT- Template
Application Policy Type Windows Third Party Application Component WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT- Template
Application Policy Type Windows Update WINDOWS_UPDATE
- All
Application Policies ALL_APPLICATION_POLICIES- Any
Purpose ANY_PURPOSE- Attestation
Identity Key Certificate ATTESTATION_IDENTITY_KEY_CERTIFICATE- Certificate
Request Agent CERTIFICATE_REQUEST_AGENT- Client
Authentication CLIENT_AUTHENTICATION- Code
Signing CODE_SIGNING- Ctl
Usage CTL_USAGE- Digital
Rights DIGITAL_RIGHTS- Directory
Service Email Replication DIRECTORY_SERVICE_EMAIL_REPLICATION- Disallowed
List DISALLOWED_LIST- Dns
Server Trust DNS_SERVER_TRUST- Document
Encryption DOCUMENT_ENCRYPTION- Document
Signing DOCUMENT_SIGNING- Dynamic
Code Generator DYNAMIC_CODE_GENERATOR- Early
Launch Antimalware Driver EARLY_LAUNCH_ANTIMALWARE_DRIVER- Embedded
Windows System Component Verification EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION- Enclave
ENCLAVE- Encrypting
File System ENCRYPTING_FILE_SYSTEM- Endorsement
Key Certificate ENDORSEMENT_KEY_CERTIFICATE- File
Recovery FILE_RECOVERY- Hal
Extension HAL_EXTENSION- Ip
Security End System IP_SECURITY_END_SYSTEM- Ip
Security Ike Intermediate IP_SECURITY_IKE_INTERMEDIATE- Ip
Security Tunnel Termination IP_SECURITY_TUNNEL_TERMINATION- Ip
Security User IP_SECURITY_USER- Isolated
User Mode ISOLATED_USER_MODE- Kdc
Authentication KDC_AUTHENTICATION- Kernel
Mode Code Signing KERNEL_MODE_CODE_SIGNING- Key
Pack Licenses KEY_PACK_LICENSES- Key
Recovery KEY_RECOVERY- Key
Recovery Agent KEY_RECOVERY_AGENT- License
Server Verification LICENSE_SERVER_VERIFICATION- Lifetime
Signing LIFETIME_SIGNING- Microsoft
Publisher MICROSOFT_PUBLISHER- Microsoft
Time Stamping MICROSOFT_TIME_STAMPING- Microsoft
Trust List Signing MICROSOFT_TRUST_LIST_SIGNING- Ocsp
Signing OCSP_SIGNING- Oem
Windows System Component Verification OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION- Platform
Certificate PLATFORM_CERTIFICATE- Preview
Build Signing PREVIEW_BUILD_SIGNING- Private
Key Archival PRIVATE_KEY_ARCHIVAL- Protected
Process Light Verification PROTECTED_PROCESS_LIGHT_VERIFICATION- Protected
Process Verification PROTECTED_PROCESS_VERIFICATION- Qualified
Subordination QUALIFIED_SUBORDINATION- Revoked
List Signer REVOKED_LIST_SIGNER- Root
Program Auto Update Ca Revocation ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION- Root
Program Auto Update End Revocation ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION- Root
Program No Oscp Failover To Crl ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL- Root
List Signer ROOT_LIST_SIGNER- Secure
Email SECURE_EMAIL- Server
Authentication SERVER_AUTHENTICATION- Smart
Card Login SMART_CARD_LOGIN- Spc
Encrypted Digest Retry Count SPC_ENCRYPTED_DIGEST_RETRY_COUNT- Spc
Relaxed Pe Marker Check SPC_RELAXED_PE_MARKER_CHECK- Time
Stamping TIME_STAMPING- Windows
Hardware Driver Attested Verification WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION- Windows
Hardware Driver Extended Verification WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION- Windows
Hardware Driver Verification WINDOWS_HARDWARE_DRIVER_VERIFICATION- Windows
Hello Recovery Key Encryption WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION- Windows
Kits Component WINDOWS_KITS_COMPONENT- Windows
Rt Verification WINDOWS_RT_VERIFICATION- Windows
Software Extension Verification WINDOWS_SOFTWARE_EXTENSION_VERIFICATION- Windows
Store WINDOWS_STORE- Windows
System Component Verification WINDOWS_SYSTEM_COMPONENT_VERIFICATION- Windows
Tcb Component WINDOWS_TCB_COMPONENT- Windows
Third Party Application Component WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT- Windows
Update WINDOWS_UPDATE
- All
Application Policies ALL_APPLICATION_POLICIES- Any
Purpose ANY_PURPOSE- Attestation
Identity Key Certificate ATTESTATION_IDENTITY_KEY_CERTIFICATE- Certificate
Request Agent CERTIFICATE_REQUEST_AGENT- Client
Authentication CLIENT_AUTHENTICATION- Code
Signing CODE_SIGNING- Ctl
Usage CTL_USAGE- Digital
Rights DIGITAL_RIGHTS- Directory
Service Email Replication DIRECTORY_SERVICE_EMAIL_REPLICATION- Disallowed
List DISALLOWED_LIST- Dns
Server Trust DNS_SERVER_TRUST- Document
Encryption DOCUMENT_ENCRYPTION- Document
Signing DOCUMENT_SIGNING- Dynamic
Code Generator DYNAMIC_CODE_GENERATOR- Early
Launch Antimalware Driver EARLY_LAUNCH_ANTIMALWARE_DRIVER- Embedded
Windows System Component Verification EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION- Enclave
ENCLAVE- Encrypting
File System ENCRYPTING_FILE_SYSTEM- Endorsement
Key Certificate ENDORSEMENT_KEY_CERTIFICATE- File
Recovery FILE_RECOVERY- Hal
Extension HAL_EXTENSION- Ip
Security End System IP_SECURITY_END_SYSTEM- Ip
Security Ike Intermediate IP_SECURITY_IKE_INTERMEDIATE- Ip
Security Tunnel Termination IP_SECURITY_TUNNEL_TERMINATION- Ip
Security User IP_SECURITY_USER- Isolated
User Mode ISOLATED_USER_MODE- Kdc
Authentication KDC_AUTHENTICATION- Kernel
Mode Code Signing KERNEL_MODE_CODE_SIGNING- Key
Pack Licenses KEY_PACK_LICENSES- Key
Recovery KEY_RECOVERY- Key
Recovery Agent KEY_RECOVERY_AGENT- License
Server Verification LICENSE_SERVER_VERIFICATION- Lifetime
Signing LIFETIME_SIGNING- Microsoft
Publisher MICROSOFT_PUBLISHER- Microsoft
Time Stamping MICROSOFT_TIME_STAMPING- Microsoft
Trust List Signing MICROSOFT_TRUST_LIST_SIGNING- Ocsp
Signing OCSP_SIGNING- Oem
Windows System Component Verification OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION- Platform
Certificate PLATFORM_CERTIFICATE- Preview
Build Signing PREVIEW_BUILD_SIGNING- Private
Key Archival PRIVATE_KEY_ARCHIVAL- Protected
Process Light Verification PROTECTED_PROCESS_LIGHT_VERIFICATION- Protected
Process Verification PROTECTED_PROCESS_VERIFICATION- Qualified
Subordination QUALIFIED_SUBORDINATION- Revoked
List Signer REVOKED_LIST_SIGNER- Root
Program Auto Update Ca Revocation ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION- Root
Program Auto Update End Revocation ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION- Root
Program No Oscp Failover To Crl ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL- Root
List Signer ROOT_LIST_SIGNER- Secure
Email SECURE_EMAIL- Server
Authentication SERVER_AUTHENTICATION- Smart
Card Login SMART_CARD_LOGIN- Spc
Encrypted Digest Retry Count SPC_ENCRYPTED_DIGEST_RETRY_COUNT- Spc
Relaxed Pe Marker Check SPC_RELAXED_PE_MARKER_CHECK- Time
Stamping TIME_STAMPING- Windows
Hardware Driver Attested Verification WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION- Windows
Hardware Driver Extended Verification WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION- Windows
Hardware Driver Verification WINDOWS_HARDWARE_DRIVER_VERIFICATION- Windows
Hello Recovery Key Encryption WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION- Windows
Kits Component WINDOWS_KITS_COMPONENT- Windows
Rt Verification WINDOWS_RT_VERIFICATION- Windows
Software Extension Verification WINDOWS_SOFTWARE_EXTENSION_VERIFICATION- Windows
Store WINDOWS_STORE- Windows
System Component Verification WINDOWS_SYSTEM_COMPONENT_VERIFICATION- Windows
Tcb Component WINDOWS_TCB_COMPONENT- Windows
Third Party Application Component WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT- Windows
Update WINDOWS_UPDATE
- ALL_APPLICATION_POLICIES
ALL_APPLICATION_POLICIES- ANY_PURPOSE
ANY_PURPOSE- ATTESTATION_IDENTITY_KEY_CERTIFICATE
ATTESTATION_IDENTITY_KEY_CERTIFICATE- CERTIFICATE_REQUEST_AGENT
CERTIFICATE_REQUEST_AGENT- CLIENT_AUTHENTICATION
CLIENT_AUTHENTICATION- CODE_SIGNING
CODE_SIGNING- CTL_USAGE
CTL_USAGE- DIGITAL_RIGHTS
DIGITAL_RIGHTS- DIRECTORY_SERVICE_EMAIL_REPLICATION
DIRECTORY_SERVICE_EMAIL_REPLICATION- DISALLOWED_LIST
DISALLOWED_LIST- DNS_SERVER_TRUST
DNS_SERVER_TRUST- DOCUMENT_ENCRYPTION
DOCUMENT_ENCRYPTION- DOCUMENT_SIGNING
DOCUMENT_SIGNING- DYNAMIC_CODE_GENERATOR
DYNAMIC_CODE_GENERATOR- EARLY_LAUNCH_ANTIMALWARE_DRIVER
EARLY_LAUNCH_ANTIMALWARE_DRIVER- EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION
EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION- ENCLAVE
ENCLAVE- ENCRYPTING_FILE_SYSTEM
ENCRYPTING_FILE_SYSTEM- ENDORSEMENT_KEY_CERTIFICATE
ENDORSEMENT_KEY_CERTIFICATE- FILE_RECOVERY
FILE_RECOVERY- HAL_EXTENSION
HAL_EXTENSION- IP_SECURITY_END_SYSTEM
IP_SECURITY_END_SYSTEM- IP_SECURITY_IKE_INTERMEDIATE
IP_SECURITY_IKE_INTERMEDIATE- IP_SECURITY_TUNNEL_TERMINATION
IP_SECURITY_TUNNEL_TERMINATION- IP_SECURITY_USER
IP_SECURITY_USER- ISOLATED_USER_MODE
ISOLATED_USER_MODE- KDC_AUTHENTICATION
KDC_AUTHENTICATION- KERNEL_MODE_CODE_SIGNING
KERNEL_MODE_CODE_SIGNING- KEY_PACK_LICENSES
KEY_PACK_LICENSES- KEY_RECOVERY
KEY_RECOVERY- KEY_RECOVERY_AGENT
KEY_RECOVERY_AGENT- LICENSE_SERVER_VERIFICATION
LICENSE_SERVER_VERIFICATION- LIFETIME_SIGNING
LIFETIME_SIGNING- MICROSOFT_PUBLISHER
MICROSOFT_PUBLISHER- MICROSOFT_TIME_STAMPING
MICROSOFT_TIME_STAMPING- MICROSOFT_TRUST_LIST_SIGNING
MICROSOFT_TRUST_LIST_SIGNING- OCSP_SIGNING
OCSP_SIGNING- OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION
OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION- PLATFORM_CERTIFICATE
PLATFORM_CERTIFICATE- PREVIEW_BUILD_SIGNING
PREVIEW_BUILD_SIGNING- PRIVATE_KEY_ARCHIVAL
PRIVATE_KEY_ARCHIVAL- PROTECTED_PROCESS_LIGHT_VERIFICATION
PROTECTED_PROCESS_LIGHT_VERIFICATION- PROTECTED_PROCESS_VERIFICATION
PROTECTED_PROCESS_VERIFICATION- QUALIFIED_SUBORDINATION
QUALIFIED_SUBORDINATION- REVOKED_LIST_SIGNER
REVOKED_LIST_SIGNER- ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION
ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION- ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION
ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION- ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL
ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL- ROOT_LIST_SIGNER
ROOT_LIST_SIGNER- SECURE_EMAIL
SECURE_EMAIL- SERVER_AUTHENTICATION
SERVER_AUTHENTICATION- SMART_CARD_LOGIN
SMART_CARD_LOGIN- SPC_ENCRYPTED_DIGEST_RETRY_COUNT
SPC_ENCRYPTED_DIGEST_RETRY_COUNT- SPC_RELAXED_PE_MARKER_CHECK
SPC_RELAXED_PE_MARKER_CHECK- TIME_STAMPING
TIME_STAMPING- WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION
WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION- WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION
WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION- WINDOWS_HARDWARE_DRIVER_VERIFICATION
WINDOWS_HARDWARE_DRIVER_VERIFICATION- WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION
WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION- WINDOWS_KITS_COMPONENT
WINDOWS_KITS_COMPONENT- WINDOWS_RT_VERIFICATION
WINDOWS_RT_VERIFICATION- WINDOWS_SOFTWARE_EXTENSION_VERIFICATION
WINDOWS_SOFTWARE_EXTENSION_VERIFICATION- WINDOWS_STORE
WINDOWS_STORE- WINDOWS_SYSTEM_COMPONENT_VERIFICATION
WINDOWS_SYSTEM_COMPONENT_VERIFICATION- WINDOWS_TCB_COMPONENT
WINDOWS_TCB_COMPONENT- WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT
WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT- WINDOWS_UPDATE
WINDOWS_UPDATE
- "ALL_APPLICATION_POLICIES"
ALL_APPLICATION_POLICIES- "ANY_PURPOSE"
ANY_PURPOSE- "ATTESTATION_IDENTITY_KEY_CERTIFICATE"
ATTESTATION_IDENTITY_KEY_CERTIFICATE- "CERTIFICATE_REQUEST_AGENT"
CERTIFICATE_REQUEST_AGENT- "CLIENT_AUTHENTICATION"
CLIENT_AUTHENTICATION- "CODE_SIGNING"
CODE_SIGNING- "CTL_USAGE"
CTL_USAGE- "DIGITAL_RIGHTS"
DIGITAL_RIGHTS- "DIRECTORY_SERVICE_EMAIL_REPLICATION"
DIRECTORY_SERVICE_EMAIL_REPLICATION- "DISALLOWED_LIST"
DISALLOWED_LIST- "DNS_SERVER_TRUST"
DNS_SERVER_TRUST- "DOCUMENT_ENCRYPTION"
DOCUMENT_ENCRYPTION- "DOCUMENT_SIGNING"
DOCUMENT_SIGNING- "DYNAMIC_CODE_GENERATOR"
DYNAMIC_CODE_GENERATOR- "EARLY_LAUNCH_ANTIMALWARE_DRIVER"
EARLY_LAUNCH_ANTIMALWARE_DRIVER- "EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION"
EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION- "ENCLAVE"
ENCLAVE- "ENCRYPTING_FILE_SYSTEM"
ENCRYPTING_FILE_SYSTEM- "ENDORSEMENT_KEY_CERTIFICATE"
ENDORSEMENT_KEY_CERTIFICATE- "FILE_RECOVERY"
FILE_RECOVERY- "HAL_EXTENSION"
HAL_EXTENSION- "IP_SECURITY_END_SYSTEM"
IP_SECURITY_END_SYSTEM- "IP_SECURITY_IKE_INTERMEDIATE"
IP_SECURITY_IKE_INTERMEDIATE- "IP_SECURITY_TUNNEL_TERMINATION"
IP_SECURITY_TUNNEL_TERMINATION- "IP_SECURITY_USER"
IP_SECURITY_USER- "ISOLATED_USER_MODE"
ISOLATED_USER_MODE- "KDC_AUTHENTICATION"
KDC_AUTHENTICATION- "KERNEL_MODE_CODE_SIGNING"
KERNEL_MODE_CODE_SIGNING- "KEY_PACK_LICENSES"
KEY_PACK_LICENSES- "KEY_RECOVERY"
KEY_RECOVERY- "KEY_RECOVERY_AGENT"
KEY_RECOVERY_AGENT- "LICENSE_SERVER_VERIFICATION"
LICENSE_SERVER_VERIFICATION- "LIFETIME_SIGNING"
LIFETIME_SIGNING- "MICROSOFT_PUBLISHER"
MICROSOFT_PUBLISHER- "MICROSOFT_TIME_STAMPING"
MICROSOFT_TIME_STAMPING- "MICROSOFT_TRUST_LIST_SIGNING"
MICROSOFT_TRUST_LIST_SIGNING- "OCSP_SIGNING"
OCSP_SIGNING- "OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION"
OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION- "PLATFORM_CERTIFICATE"
PLATFORM_CERTIFICATE- "PREVIEW_BUILD_SIGNING"
PREVIEW_BUILD_SIGNING- "PRIVATE_KEY_ARCHIVAL"
PRIVATE_KEY_ARCHIVAL- "PROTECTED_PROCESS_LIGHT_VERIFICATION"
PROTECTED_PROCESS_LIGHT_VERIFICATION- "PROTECTED_PROCESS_VERIFICATION"
PROTECTED_PROCESS_VERIFICATION- "QUALIFIED_SUBORDINATION"
QUALIFIED_SUBORDINATION- "REVOKED_LIST_SIGNER"
REVOKED_LIST_SIGNER- "ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION"
ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION- "ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION"
ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION- "ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL"
ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL- "ROOT_LIST_SIGNER"
ROOT_LIST_SIGNER- "SECURE_EMAIL"
SECURE_EMAIL- "SERVER_AUTHENTICATION"
SERVER_AUTHENTICATION- "SMART_CARD_LOGIN"
SMART_CARD_LOGIN- "SPC_ENCRYPTED_DIGEST_RETRY_COUNT"
SPC_ENCRYPTED_DIGEST_RETRY_COUNT- "SPC_RELAXED_PE_MARKER_CHECK"
SPC_RELAXED_PE_MARKER_CHECK- "TIME_STAMPING"
TIME_STAMPING- "WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION"
WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION- "WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION"
WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION- "WINDOWS_HARDWARE_DRIVER_VERIFICATION"
WINDOWS_HARDWARE_DRIVER_VERIFICATION- "WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION"
WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION- "WINDOWS_KITS_COMPONENT"
WINDOWS_KITS_COMPONENT- "WINDOWS_RT_VERIFICATION"
WINDOWS_RT_VERIFICATION- "WINDOWS_SOFTWARE_EXTENSION_VERIFICATION"
WINDOWS_SOFTWARE_EXTENSION_VERIFICATION- "WINDOWS_STORE"
WINDOWS_STORE- "WINDOWS_SYSTEM_COMPONENT_VERIFICATION"
WINDOWS_SYSTEM_COMPONENT_VERIFICATION- "WINDOWS_TCB_COMPONENT"
WINDOWS_TCB_COMPONENT- "WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT"
WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT- "WINDOWS_UPDATE"
WINDOWS_UPDATE
TemplateCertificateValidity, TemplateCertificateValidityArgs
TemplateClientCompatibilityV2, TemplateClientCompatibilityV2Args
- Windows
Server2003 WINDOWS_SERVER_2003- Windows
Server2008 WINDOWS_SERVER_2008- Windows
Server2008r2 WINDOWS_SERVER_2008_R2- Windows
Server2012 WINDOWS_SERVER_2012- Windows
Server2012r2 WINDOWS_SERVER_2012_R2- Windows
Server2016 WINDOWS_SERVER_2016
- Template
Client Compatibility V2Windows Server2003 WINDOWS_SERVER_2003- Template
Client Compatibility V2Windows Server2008 WINDOWS_SERVER_2008- Template
Client Compatibility V2Windows Server2008r2 WINDOWS_SERVER_2008_R2- Template
Client Compatibility V2Windows Server2012 WINDOWS_SERVER_2012- Template
Client Compatibility V2Windows Server2012r2 WINDOWS_SERVER_2012_R2- Template
Client Compatibility V2Windows Server2016 WINDOWS_SERVER_2016
- Windows
Server2003 WINDOWS_SERVER_2003- Windows
Server2008 WINDOWS_SERVER_2008- Windows
Server2008r2 WINDOWS_SERVER_2008_R2- Windows
Server2012 WINDOWS_SERVER_2012- Windows
Server2012r2 WINDOWS_SERVER_2012_R2- Windows
Server2016 WINDOWS_SERVER_2016
- Windows
Server2003 WINDOWS_SERVER_2003- Windows
Server2008 WINDOWS_SERVER_2008- Windows
Server2008r2 WINDOWS_SERVER_2008_R2- Windows
Server2012 WINDOWS_SERVER_2012- Windows
Server2012r2 WINDOWS_SERVER_2012_R2- Windows
Server2016 WINDOWS_SERVER_2016
- WINDOWS_SERVER2003
WINDOWS_SERVER_2003- WINDOWS_SERVER2008
WINDOWS_SERVER_2008- WINDOWS_SERVER2008R2
WINDOWS_SERVER_2008_R2- WINDOWS_SERVER2012
WINDOWS_SERVER_2012- WINDOWS_SERVER2012R2
WINDOWS_SERVER_2012_R2- WINDOWS_SERVER2016
WINDOWS_SERVER_2016
- "WINDOWS_SERVER_2003"
WINDOWS_SERVER_2003- "WINDOWS_SERVER_2008"
WINDOWS_SERVER_2008- "WINDOWS_SERVER_2008_R2"
WINDOWS_SERVER_2008_R2- "WINDOWS_SERVER_2012"
WINDOWS_SERVER_2012- "WINDOWS_SERVER_2012_R2"
WINDOWS_SERVER_2012_R2- "WINDOWS_SERVER_2016"
WINDOWS_SERVER_2016
TemplateClientCompatibilityV3, TemplateClientCompatibilityV3Args
- Windows
Server2008 WINDOWS_SERVER_2008- Windows
Server2008r2 WINDOWS_SERVER_2008_R2- Windows
Server2012 WINDOWS_SERVER_2012- Windows
Server2012r2 WINDOWS_SERVER_2012_R2- Windows
Server2016 WINDOWS_SERVER_2016
- Template
Client Compatibility V3Windows Server2008 WINDOWS_SERVER_2008- Template
Client Compatibility V3Windows Server2008r2 WINDOWS_SERVER_2008_R2- Template
Client Compatibility V3Windows Server2012 WINDOWS_SERVER_2012- Template
Client Compatibility V3Windows Server2012r2 WINDOWS_SERVER_2012_R2- Template
Client Compatibility V3Windows Server2016 WINDOWS_SERVER_2016
- Windows
Server2008 WINDOWS_SERVER_2008- Windows
Server2008r2 WINDOWS_SERVER_2008_R2- Windows
Server2012 WINDOWS_SERVER_2012- Windows
Server2012r2 WINDOWS_SERVER_2012_R2- Windows
Server2016 WINDOWS_SERVER_2016
- Windows
Server2008 WINDOWS_SERVER_2008- Windows
Server2008r2 WINDOWS_SERVER_2008_R2- Windows
Server2012 WINDOWS_SERVER_2012- Windows
Server2012r2 WINDOWS_SERVER_2012_R2- Windows
Server2016 WINDOWS_SERVER_2016
- WINDOWS_SERVER2008
WINDOWS_SERVER_2008- WINDOWS_SERVER2008R2
WINDOWS_SERVER_2008_R2- WINDOWS_SERVER2012
WINDOWS_SERVER_2012- WINDOWS_SERVER2012R2
WINDOWS_SERVER_2012_R2- WINDOWS_SERVER2016
WINDOWS_SERVER_2016
- "WINDOWS_SERVER_2008"
WINDOWS_SERVER_2008- "WINDOWS_SERVER_2008_R2"
WINDOWS_SERVER_2008_R2- "WINDOWS_SERVER_2012"
WINDOWS_SERVER_2012- "WINDOWS_SERVER_2012_R2"
WINDOWS_SERVER_2012_R2- "WINDOWS_SERVER_2016"
WINDOWS_SERVER_2016
TemplateClientCompatibilityV4, TemplateClientCompatibilityV4Args
- Windows
Server2012 WINDOWS_SERVER_2012- Windows
Server2012r2 WINDOWS_SERVER_2012_R2- Windows
Server2016 WINDOWS_SERVER_2016
- Template
Client Compatibility V4Windows Server2012 WINDOWS_SERVER_2012- Template
Client Compatibility V4Windows Server2012r2 WINDOWS_SERVER_2012_R2- Template
Client Compatibility V4Windows Server2016 WINDOWS_SERVER_2016
- Windows
Server2012 WINDOWS_SERVER_2012- Windows
Server2012r2 WINDOWS_SERVER_2012_R2- Windows
Server2016 WINDOWS_SERVER_2016
- Windows
Server2012 WINDOWS_SERVER_2012- Windows
Server2012r2 WINDOWS_SERVER_2012_R2- Windows
Server2016 WINDOWS_SERVER_2016
- WINDOWS_SERVER2012
WINDOWS_SERVER_2012- WINDOWS_SERVER2012R2
WINDOWS_SERVER_2012_R2- WINDOWS_SERVER2016
WINDOWS_SERVER_2016
- "WINDOWS_SERVER_2012"
WINDOWS_SERVER_2012- "WINDOWS_SERVER_2012_R2"
WINDOWS_SERVER_2012_R2- "WINDOWS_SERVER_2016"
WINDOWS_SERVER_2016
TemplateDefinition0Properties, TemplateDefinition0PropertiesArgs
TemplateDefinition1Properties, TemplateDefinition1PropertiesArgs
TemplateDefinition2Properties, TemplateDefinition2PropertiesArgs
TemplateEnrollmentFlagsV2, TemplateEnrollmentFlagsV2Args
- enable
Key BooleanReuse On Nt Token Keyset Storage Full - include
Symmetric BooleanAlgorithms - no
Security BooleanExtension - remove
Invalid BooleanCertificate From Personal Store - user
Interaction BooleanRequired
- enable
Key booleanReuse On Nt Token Keyset Storage Full - include
Symmetric booleanAlgorithms - no
Security booleanExtension - remove
Invalid booleanCertificate From Personal Store - user
Interaction booleanRequired
- enable
Key BooleanReuse On Nt Token Keyset Storage Full - include
Symmetric BooleanAlgorithms - no
Security BooleanExtension - remove
Invalid BooleanCertificate From Personal Store - user
Interaction BooleanRequired
TemplateEnrollmentFlagsV3, TemplateEnrollmentFlagsV3Args
- enable
Key BooleanReuse On Nt Token Keyset Storage Full - include
Symmetric BooleanAlgorithms - no
Security BooleanExtension - remove
Invalid BooleanCertificate From Personal Store - user
Interaction BooleanRequired
- enable
Key booleanReuse On Nt Token Keyset Storage Full - include
Symmetric booleanAlgorithms - no
Security booleanExtension - remove
Invalid booleanCertificate From Personal Store - user
Interaction booleanRequired
- enable
Key BooleanReuse On Nt Token Keyset Storage Full - include
Symmetric BooleanAlgorithms - no
Security BooleanExtension - remove
Invalid BooleanCertificate From Personal Store - user
Interaction BooleanRequired
TemplateEnrollmentFlagsV4, TemplateEnrollmentFlagsV4Args
- enable
Key BooleanReuse On Nt Token Keyset Storage Full - include
Symmetric BooleanAlgorithms - no
Security BooleanExtension - remove
Invalid BooleanCertificate From Personal Store - user
Interaction BooleanRequired
- enable
Key booleanReuse On Nt Token Keyset Storage Full - include
Symmetric booleanAlgorithms - no
Security booleanExtension - remove
Invalid booleanCertificate From Personal Store - user
Interaction booleanRequired
- enable
Key BooleanReuse On Nt Token Keyset Storage Full - include
Symmetric BooleanAlgorithms - no
Security BooleanExtension - remove
Invalid BooleanCertificate From Personal Store - user
Interaction BooleanRequired
TemplateExtensionsV2, TemplateExtensionsV2Args
TemplateExtensionsV3, TemplateExtensionsV3Args
TemplateExtensionsV4, TemplateExtensionsV4Args
TemplateGeneralFlagsV2, TemplateGeneralFlagsV2Args
- Auto
Enrollment bool - Machine
Type bool
- Auto
Enrollment bool - Machine
Type bool
- auto
Enrollment Boolean - machine
Type Boolean
- auto
Enrollment boolean - machine
Type boolean
- auto_
enrollment bool - machine_
type bool
- auto
Enrollment Boolean - machine
Type Boolean
TemplateGeneralFlagsV3, TemplateGeneralFlagsV3Args
- Auto
Enrollment bool - Machine
Type bool
- Auto
Enrollment bool - Machine
Type bool
- auto
Enrollment Boolean - machine
Type Boolean
- auto
Enrollment boolean - machine
Type boolean
- auto_
enrollment bool - machine_
type bool
- auto
Enrollment Boolean - machine
Type Boolean
TemplateGeneralFlagsV4, TemplateGeneralFlagsV4Args
- Auto
Enrollment bool - Machine
Type bool
- Auto
Enrollment bool - Machine
Type bool
- auto
Enrollment Boolean - machine
Type Boolean
- auto
Enrollment boolean - machine
Type boolean
- auto_
enrollment bool - machine_
type bool
- auto
Enrollment Boolean - machine
Type Boolean
TemplateHashAlgorithm, TemplateHashAlgorithmArgs
- Sha256
SHA256- Sha384
SHA384- Sha512
SHA512
- Template
Hash Algorithm Sha256 SHA256- Template
Hash Algorithm Sha384 SHA384- Template
Hash Algorithm Sha512 SHA512
- Sha256
SHA256- Sha384
SHA384- Sha512
SHA512
- Sha256
SHA256- Sha384
SHA384- Sha512
SHA512
- SHA256
SHA256- SHA384
SHA384- SHA512
SHA512
- "SHA256"
SHA256- "SHA384"
SHA384- "SHA512"
SHA512
TemplateKeySpec, TemplateKeySpecArgs
- Key
Exchange KEY_EXCHANGE- Signature
SIGNATURE
- Template
Key Spec Key Exchange KEY_EXCHANGE- Template
Key Spec Signature SIGNATURE
- Key
Exchange KEY_EXCHANGE- Signature
SIGNATURE
- Key
Exchange KEY_EXCHANGE- Signature
SIGNATURE
- KEY_EXCHANGE
KEY_EXCHANGE- SIGNATURE
SIGNATURE
- "KEY_EXCHANGE"
KEY_EXCHANGE- "SIGNATURE"
SIGNATURE
TemplateKeyUsage, TemplateKeyUsageArgs
- usage
Flags Property Map - critical Boolean
TemplateKeyUsageFlags, TemplateKeyUsageFlagsArgs
- Data
Encipherment bool - Digital
Signature bool - Key
Agreement bool - Key
Encipherment bool - Non
Repudiation bool
- Data
Encipherment bool - Digital
Signature bool - Key
Agreement bool - Key
Encipherment bool - Non
Repudiation bool
- data
Encipherment Boolean - digital
Signature Boolean - key
Agreement Boolean - key
Encipherment Boolean - non
Repudiation Boolean
- data
Encipherment boolean - digital
Signature boolean - key
Agreement boolean - key
Encipherment boolean - non
Repudiation boolean
- data_
encipherment bool - digital_
signature bool - key_
agreement bool - key_
encipherment bool - non_
repudiation bool
- data
Encipherment Boolean - digital
Signature Boolean - key
Agreement Boolean - key
Encipherment Boolean - non
Repudiation Boolean
TemplateKeyUsageProperty0Properties, TemplateKeyUsageProperty0PropertiesArgs
TemplateKeyUsageProperty1Properties, TemplateKeyUsageProperty1PropertiesArgs
TemplateKeyUsagePropertyFlags, TemplateKeyUsagePropertyFlagsArgs
- Decrypt bool
- Key
Agreement bool - Sign bool
- Decrypt bool
- Key
Agreement bool - Sign bool
- decrypt Boolean
- key
Agreement Boolean - sign Boolean
- decrypt boolean
- key
Agreement boolean - sign boolean
- decrypt bool
- key_
agreement bool - sign bool
- decrypt Boolean
- key
Agreement Boolean - sign Boolean
TemplateKeyUsagePropertyType, TemplateKeyUsagePropertyTypeArgs
- All
ALL
- Template
Key Usage Property Type All ALL
- All
ALL
- All
ALL
- ALL
ALL
- "ALL"
ALL
TemplatePrivateKeyAlgorithm, TemplatePrivateKeyAlgorithmArgs
- Rsa
RSA- Ecdh
P256 ECDH_P256- Ecdh
P384 ECDH_P384- Ecdh
P521 ECDH_P521
- Template
Private Key Algorithm Rsa RSA- Template
Private Key Algorithm Ecdh P256 ECDH_P256- Template
Private Key Algorithm Ecdh P384 ECDH_P384- Template
Private Key Algorithm Ecdh P521 ECDH_P521
- Rsa
RSA- Ecdh
P256 ECDH_P256- Ecdh
P384 ECDH_P384- Ecdh
P521 ECDH_P521
- Rsa
RSA- Ecdh
P256 ECDH_P256- Ecdh
P384 ECDH_P384- Ecdh
P521 ECDH_P521
- RSA
RSA- ECDH_P256
ECDH_P256- ECDH_P384
ECDH_P384- ECDH_P521
ECDH_P521
- "RSA"
RSA- "ECDH_P256"
ECDH_P256- "ECDH_P384"
ECDH_P384- "ECDH_P521"
ECDH_P521
TemplatePrivateKeyAttributesV2, TemplatePrivateKeyAttributesV2Args
- Key
Spec TemplateKey Spec - Minimal
Key float64Length - Crypto
Providers []string
- key
Spec TemplateKey Spec - minimal
Key DoubleLength - crypto
Providers List<String>
- key
Spec TemplateKey Spec - minimal
Key numberLength - crypto
Providers string[]
- key_
spec TemplateKey Spec - minimal_
key_ floatlength - crypto_
providers Sequence[str]
- key
Spec "KEY_EXCHANGE" | "SIGNATURE" - minimal
Key NumberLength - crypto
Providers List<String>
TemplatePrivateKeyAttributesV3, TemplatePrivateKeyAttributesV3Args
- Algorithm
Pulumi.
Aws Native. Pca Connector Ad. Template Private Key Algorithm - Key
Spec Pulumi.Aws Native. Pca Connector Ad. Template Key Spec - Key
Usage Pulumi.Property Aws | Pulumi.Native. Pca Connector Ad. Inputs. Template Key Usage Property0Properties Aws Native. Pca Connector Ad. Inputs. Template Key Usage Property1Properties - Minimal
Key doubleLength - Crypto
Providers List<string>
TemplatePrivateKeyAttributesV4, TemplatePrivateKeyAttributesV4Args
- Key
Spec Pulumi.Aws Native. Pca Connector Ad. Template Key Spec - Minimal
Key doubleLength - Algorithm
Pulumi.
Aws Native. Pca Connector Ad. Template Private Key Algorithm - Crypto
Providers List<string> - Key
Usage Pulumi.Property Aws | Pulumi.Native. Pca Connector Ad. Inputs. Template Key Usage Property0Properties Aws Native. Pca Connector Ad. Inputs. Template Key Usage Property1Properties
TemplatePrivateKeyFlagsV2, TemplatePrivateKeyFlagsV2Args
TemplatePrivateKeyFlagsV3, TemplatePrivateKeyFlagsV3Args
TemplatePrivateKeyFlagsV4, TemplatePrivateKeyFlagsV4Args
- client
Version TemplateClient Compatibility V4 - exportable
Key Boolean - require
Alternate BooleanSignature Algorithm - require
Same BooleanKey Renewal - strong
Key BooleanProtection Required - use
Legacy BooleanProvider
- client
Version TemplateClient Compatibility V4 - exportable
Key boolean - require
Alternate booleanSignature Algorithm - require
Same booleanKey Renewal - strong
Key booleanProtection Required - use
Legacy booleanProvider
TemplateSubjectNameFlagsV2, TemplateSubjectNameFlagsV2Args
- Require
Common boolName - Require
Directory boolPath - Require
Dns boolAs Cn - Require
Email bool - San
Require boolDirectory Guid - San
Require boolDns - San
Require boolDomain Dns - San
Require boolEmail - San
Require boolSpn - San
Require boolUpn
- Require
Common boolName - Require
Directory boolPath - Require
Dns boolAs Cn - Require
Email bool - San
Require boolDirectory Guid - San
Require boolDns - San
Require boolDomain Dns - San
Require boolEmail - San
Require boolSpn - San
Require boolUpn
- require
Common BooleanName - require
Directory BooleanPath - require
Dns BooleanAs Cn - require
Email Boolean - san
Require BooleanDirectory Guid - san
Require BooleanDns - san
Require BooleanDomain Dns - san
Require BooleanEmail - san
Require BooleanSpn - san
Require BooleanUpn
- require
Common booleanName - require
Directory booleanPath - require
Dns booleanAs Cn - require
Email boolean - san
Require booleanDirectory Guid - san
Require booleanDns - san
Require booleanDomain Dns - san
Require booleanEmail - san
Require booleanSpn - san
Require booleanUpn
- require_
common_ boolname - require_
directory_ boolpath - require_
dns_ boolas_ cn - require_
email bool - san_
require_ booldirectory_ guid - san_
require_ booldns - san_
require_ booldomain_ dns - san_
require_ boolemail - san_
require_ boolspn - san_
require_ boolupn
- require
Common BooleanName - require
Directory BooleanPath - require
Dns BooleanAs Cn - require
Email Boolean - san
Require BooleanDirectory Guid - san
Require BooleanDns - san
Require BooleanDomain Dns - san
Require BooleanEmail - san
Require BooleanSpn - san
Require BooleanUpn
TemplateSubjectNameFlagsV3, TemplateSubjectNameFlagsV3Args
- Require
Common boolName - Require
Directory boolPath - Require
Dns boolAs Cn - Require
Email bool - San
Require boolDirectory Guid - San
Require boolDns - San
Require boolDomain Dns - San
Require boolEmail - San
Require boolSpn - San
Require boolUpn
- Require
Common boolName - Require
Directory boolPath - Require
Dns boolAs Cn - Require
Email bool - San
Require boolDirectory Guid - San
Require boolDns - San
Require boolDomain Dns - San
Require boolEmail - San
Require boolSpn - San
Require boolUpn
- require
Common BooleanName - require
Directory BooleanPath - require
Dns BooleanAs Cn - require
Email Boolean - san
Require BooleanDirectory Guid - san
Require BooleanDns - san
Require BooleanDomain Dns - san
Require BooleanEmail - san
Require BooleanSpn - san
Require BooleanUpn
- require
Common booleanName - require
Directory booleanPath - require
Dns booleanAs Cn - require
Email boolean - san
Require booleanDirectory Guid - san
Require booleanDns - san
Require booleanDomain Dns - san
Require booleanEmail - san
Require booleanSpn - san
Require booleanUpn
- require_
common_ boolname - require_
directory_ boolpath - require_
dns_ boolas_ cn - require_
email bool - san_
require_ booldirectory_ guid - san_
require_ booldns - san_
require_ booldomain_ dns - san_
require_ boolemail - san_
require_ boolspn - san_
require_ boolupn
- require
Common BooleanName - require
Directory BooleanPath - require
Dns BooleanAs Cn - require
Email Boolean - san
Require BooleanDirectory Guid - san
Require BooleanDns - san
Require BooleanDomain Dns - san
Require BooleanEmail - san
Require BooleanSpn - san
Require BooleanUpn
TemplateSubjectNameFlagsV4, TemplateSubjectNameFlagsV4Args
- Require
Common boolName - Require
Directory boolPath - Require
Dns boolAs Cn - Require
Email bool - San
Require boolDirectory Guid - San
Require boolDns - San
Require boolDomain Dns - San
Require boolEmail - San
Require boolSpn - San
Require boolUpn
- Require
Common boolName - Require
Directory boolPath - Require
Dns boolAs Cn - Require
Email bool - San
Require boolDirectory Guid - San
Require boolDns - San
Require boolDomain Dns - San
Require boolEmail - San
Require boolSpn - San
Require boolUpn
- require
Common BooleanName - require
Directory BooleanPath - require
Dns BooleanAs Cn - require
Email Boolean - san
Require BooleanDirectory Guid - san
Require BooleanDns - san
Require BooleanDomain Dns - san
Require BooleanEmail - san
Require BooleanSpn - san
Require BooleanUpn
- require
Common booleanName - require
Directory booleanPath - require
Dns booleanAs Cn - require
Email boolean - san
Require booleanDirectory Guid - san
Require booleanDns - san
Require booleanDomain Dns - san
Require booleanEmail - san
Require booleanSpn - san
Require booleanUpn
- require_
common_ boolname - require_
directory_ boolpath - require_
dns_ boolas_ cn - require_
email bool - san_
require_ booldirectory_ guid - san_
require_ booldns - san_
require_ booldomain_ dns - san_
require_ boolemail - san_
require_ boolspn - san_
require_ boolupn
- require
Common BooleanName - require
Directory BooleanPath - require
Dns BooleanAs Cn - require
Email Boolean - san
Require BooleanDirectory Guid - san
Require BooleanDns - san
Require BooleanDomain Dns - san
Require BooleanEmail - san
Require BooleanSpn - san
Require BooleanUpn
TemplateV2, TemplateV2Args
- Certificate
Validity Pulumi.Aws Native. Pca Connector Ad. Inputs. Template Certificate Validity - Enrollment
Flags Pulumi.Aws Native. Pca Connector Ad. Inputs. Template Enrollment Flags V2 - Extensions
Pulumi.
Aws Native. Pca Connector Ad. Inputs. Template Extensions V2 - General
Flags Pulumi.Aws Native. Pca Connector Ad. Inputs. Template General Flags V2 - Private
Key Pulumi.Attributes Aws Native. Pca Connector Ad. Inputs. Template Private Key Attributes V2 - Private
Key Pulumi.Flags Aws Native. Pca Connector Ad. Inputs. Template Private Key Flags V2 - Subject
Name Pulumi.Flags Aws Native. Pca Connector Ad. Inputs. Template Subject Name Flags V2 - Superseded
Templates List<string>
- Certificate
Validity TemplateCertificate Validity - Enrollment
Flags TemplateEnrollment Flags V2 - Extensions
Template
Extensions V2 - General
Flags TemplateGeneral Flags V2 - Private
Key TemplateAttributes Private Key Attributes V2 - Private
Key TemplateFlags Private Key Flags V2 - Subject
Name TemplateFlags Subject Name Flags V2 - Superseded
Templates []string
- certificate
Validity TemplateCertificate Validity - enrollment
Flags TemplateEnrollment Flags V2 - extensions
Template
Extensions V2 - general
Flags TemplateGeneral Flags V2 - private
Key TemplateAttributes Private Key Attributes V2 - private
Key TemplateFlags Private Key Flags V2 - subject
Name TemplateFlags Subject Name Flags V2 - superseded
Templates List<String>
- certificate
Validity TemplateCertificate Validity - enrollment
Flags TemplateEnrollment Flags V2 - extensions
Template
Extensions V2 - general
Flags TemplateGeneral Flags V2 - private
Key TemplateAttributes Private Key Attributes V2 - private
Key TemplateFlags Private Key Flags V2 - subject
Name TemplateFlags Subject Name Flags V2 - superseded
Templates string[]
- certificate_
validity TemplateCertificate Validity - enrollment_
flags TemplateEnrollment Flags V2 - extensions
Template
Extensions V2 - general_
flags TemplateGeneral Flags V2 - private_
key_ Templateattributes Private Key Attributes V2 - private_
key_ Templateflags Private Key Flags V2 - subject_
name_ Templateflags Subject Name Flags V2 - superseded_
templates Sequence[str]
TemplateV3, TemplateV3Args
- Certificate
Validity Pulumi.Aws Native. Pca Connector Ad. Inputs. Template Certificate Validity - Enrollment
Flags Pulumi.Aws Native. Pca Connector Ad. Inputs. Template Enrollment Flags V3 - Extensions
Pulumi.
Aws Native. Pca Connector Ad. Inputs. Template Extensions V3 - General
Flags Pulumi.Aws Native. Pca Connector Ad. Inputs. Template General Flags V3 - Hash
Algorithm Pulumi.Aws Native. Pca Connector Ad. Template Hash Algorithm - Private
Key Pulumi.Attributes Aws Native. Pca Connector Ad. Inputs. Template Private Key Attributes V3 - Private
Key Pulumi.Flags Aws Native. Pca Connector Ad. Inputs. Template Private Key Flags V3 - Subject
Name Pulumi.Flags Aws Native. Pca Connector Ad. Inputs. Template Subject Name Flags V3 - Superseded
Templates List<string>
- Certificate
Validity TemplateCertificate Validity - Enrollment
Flags TemplateEnrollment Flags V3 - Extensions
Template
Extensions V3 - General
Flags TemplateGeneral Flags V3 - Hash
Algorithm TemplateHash Algorithm - Private
Key TemplateAttributes Private Key Attributes V3 - Private
Key TemplateFlags Private Key Flags V3 - Subject
Name TemplateFlags Subject Name Flags V3 - Superseded
Templates []string
- certificate
Validity TemplateCertificate Validity - enrollment
Flags TemplateEnrollment Flags V3 - extensions
Template
Extensions V3 - general
Flags TemplateGeneral Flags V3 - hash
Algorithm TemplateHash Algorithm - private
Key TemplateAttributes Private Key Attributes V3 - private
Key TemplateFlags Private Key Flags V3 - subject
Name TemplateFlags Subject Name Flags V3 - superseded
Templates List<String>
- certificate
Validity TemplateCertificate Validity - enrollment
Flags TemplateEnrollment Flags V3 - extensions
Template
Extensions V3 - general
Flags TemplateGeneral Flags V3 - hash
Algorithm TemplateHash Algorithm - private
Key TemplateAttributes Private Key Attributes V3 - private
Key TemplateFlags Private Key Flags V3 - subject
Name TemplateFlags Subject Name Flags V3 - superseded
Templates string[]
- certificate_
validity TemplateCertificate Validity - enrollment_
flags TemplateEnrollment Flags V3 - extensions
Template
Extensions V3 - general_
flags TemplateGeneral Flags V3 - hash_
algorithm TemplateHash Algorithm - private_
key_ Templateattributes Private Key Attributes V3 - private_
key_ Templateflags Private Key Flags V3 - subject_
name_ Templateflags Subject Name Flags V3 - superseded_
templates Sequence[str]
TemplateV4, TemplateV4Args
- Certificate
Validity Pulumi.Aws Native. Pca Connector Ad. Inputs. Template Certificate Validity - Enrollment
Flags Pulumi.Aws Native. Pca Connector Ad. Inputs. Template Enrollment Flags V4 - Extensions
Pulumi.
Aws Native. Pca Connector Ad. Inputs. Template Extensions V4 - General
Flags Pulumi.Aws Native. Pca Connector Ad. Inputs. Template General Flags V4 - Private
Key Pulumi.Attributes Aws Native. Pca Connector Ad. Inputs. Template Private Key Attributes V4 - Private
Key Pulumi.Flags Aws Native. Pca Connector Ad. Inputs. Template Private Key Flags V4 - Subject
Name Pulumi.Flags Aws Native. Pca Connector Ad. Inputs. Template Subject Name Flags V4 - Hash
Algorithm Pulumi.Aws Native. Pca Connector Ad. Template Hash Algorithm - Superseded
Templates List<string>
- Certificate
Validity TemplateCertificate Validity - Enrollment
Flags TemplateEnrollment Flags V4 - Extensions
Template
Extensions V4 - General
Flags TemplateGeneral Flags V4 - Private
Key TemplateAttributes Private Key Attributes V4 - Private
Key TemplateFlags Private Key Flags V4 - Subject
Name TemplateFlags Subject Name Flags V4 - Hash
Algorithm TemplateHash Algorithm - Superseded
Templates []string
- certificate
Validity TemplateCertificate Validity - enrollment
Flags TemplateEnrollment Flags V4 - extensions
Template
Extensions V4 - general
Flags TemplateGeneral Flags V4 - private
Key TemplateAttributes Private Key Attributes V4 - private
Key TemplateFlags Private Key Flags V4 - subject
Name TemplateFlags Subject Name Flags V4 - hash
Algorithm TemplateHash Algorithm - superseded
Templates List<String>
- certificate
Validity TemplateCertificate Validity - enrollment
Flags TemplateEnrollment Flags V4 - extensions
Template
Extensions V4 - general
Flags TemplateGeneral Flags V4 - private
Key TemplateAttributes Private Key Attributes V4 - private
Key TemplateFlags Private Key Flags V4 - subject
Name TemplateFlags Subject Name Flags V4 - hash
Algorithm TemplateHash Algorithm - superseded
Templates string[]
- certificate_
validity TemplateCertificate Validity - enrollment_
flags TemplateEnrollment Flags V4 - extensions
Template
Extensions V4 - general_
flags TemplateGeneral Flags V4 - private_
key_ Templateattributes Private Key Attributes V4 - private_
key_ Templateflags Private Key Flags V4 - subject_
name_ Templateflags Subject Name Flags V4 - hash_
algorithm TemplateHash Algorithm - superseded_
templates Sequence[str]
TemplateValidityPeriod, TemplateValidityPeriodArgs
TemplateValidityPeriodType, TemplateValidityPeriodTypeArgs
- Hours
HOURS- Days
DAYS- Weeks
WEEKS- Months
MONTHS- Years
YEARS
- Template
Validity Period Type Hours HOURS- Template
Validity Period Type Days DAYS- Template
Validity Period Type Weeks WEEKS- Template
Validity Period Type Months MONTHS- Template
Validity Period Type Years YEARS
- Hours
HOURS- Days
DAYS- Weeks
WEEKS- Months
MONTHS- Years
YEARS
- Hours
HOURS- Days
DAYS- Weeks
WEEKS- Months
MONTHS- Years
YEARS
- HOURS
HOURS- DAYS
DAYS- WEEKS
WEEKS- MONTHS
MONTHS- YEARS
YEARS
- "HOURS"
HOURS- "DAYS"
DAYS- "WEEKS"
WEEKS- "MONTHS"
MONTHS- "YEARS"
YEARS
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
