AWS::PCAConnectorAD::Template SubjectNameFlagsV2
Information to include in the subject name and alternate subject name of the certificate. The subject name can be common name, directory path, DNS as common name, or left blank. You can optionally include email to the subject name for user templates. If you leave the subject name blank then you must set a subject alternate name. The subject alternate name (SAN) can include globally unique identifier (GUID), DNS, domain DNS, email, service principal name (SPN), and user principal name (UPN). You can leave the SAN blank. If you leave the SAN blank, then you must set a subject name.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "RequireCommonName" :
Boolean
, "RequireDirectoryPath" :Boolean
, "RequireDnsAsCn" :Boolean
, "RequireEmail" :Boolean
, "SanRequireDirectoryGuid" :Boolean
, "SanRequireDns" :Boolean
, "SanRequireDomainDns" :Boolean
, "SanRequireEmail" :Boolean
, "SanRequireSpn" :Boolean
, "SanRequireUpn" :Boolean
}
YAML
RequireCommonName:
Boolean
RequireDirectoryPath:Boolean
RequireDnsAsCn:Boolean
RequireEmail:Boolean
SanRequireDirectoryGuid:Boolean
SanRequireDns:Boolean
SanRequireDomainDns:Boolean
SanRequireEmail:Boolean
SanRequireSpn:Boolean
SanRequireUpn:Boolean
Properties
RequireCommonName
-
Include the common name in the subject name.
Required: No
Type: Boolean
Update requires: No interruption
RequireDirectoryPath
-
Include the directory path in the subject name.
Required: No
Type: Boolean
Update requires: No interruption
RequireDnsAsCn
-
Include the DNS as common name in the subject name.
Required: No
Type: Boolean
Update requires: No interruption
RequireEmail
-
Include the subject's email in the subject name.
Required: No
Type: Boolean
Update requires: No interruption
SanRequireDirectoryGuid
-
Include the globally unique identifier (GUID) in the subject alternate name.
Required: No
Type: Boolean
Update requires: No interruption
SanRequireDns
-
Include the DNS in the subject alternate name.
Required: No
Type: Boolean
Update requires: No interruption
SanRequireDomainDns
-
Include the domain DNS in the subject alternate name.
Required: No
Type: Boolean
Update requires: No interruption
SanRequireEmail
-
Include the subject's email in the subject alternate name.
Required: No
Type: Boolean
Update requires: No interruption
SanRequireSpn
-
Include the service principal name (SPN) in the subject alternate name.
Required: No
Type: Boolean
Update requires: No interruption
SanRequireUpn
-
Include the user principal name (UPN) in the subject alternate name.
Required: No
Type: Boolean
Update requires: No interruption