Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.ISubjectNameFlagsV2Property

Information to include in the subject name and alternate subject name of the certificate.

Namespace: Amazon.CDK.Mixins.Preview.AWS.PCAConnectorAD.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.ISubjectNameFlagsV2Property
Syntax (vb)
Public Interface CfnTemplatePropsMixin.ISubjectNameFlagsV2Property
Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv2.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.PCAConnectorAD.Mixins;

             var subjectNameFlagsV2Property = new SubjectNameFlagsV2Property {
                 RequireCommonName = false,
                 RequireDirectoryPath = false,
                 RequireDnsAsCn = false,
                 RequireEmail = false,
                 SanRequireDirectoryGuid = false,
                 SanRequireDns = false,
                 SanRequireDomainDns = false,
                 SanRequireEmail = false,
                 SanRequireSpn = false,
                 SanRequireUpn = false
             };

Synopsis

Properties

RequireCommonName

Include the common name in the subject name.

RequireDirectoryPath

Include the directory path in the subject name.

RequireDnsAsCn

Include the DNS as common name in the subject name.

RequireEmail

Include the subject's email in the subject name.

SanRequireDirectoryGuid

Include the globally unique identifier (GUID) in the subject alternate name.

SanRequireDns

Include the DNS in the subject alternate name.

SanRequireDomainDns

Include the domain DNS in the subject alternate name.

SanRequireEmail

Include the subject's email in the subject alternate name.

SanRequireSpn

Include the service principal name (SPN) in the subject alternate name.

SanRequireUpn

Include the user principal name (UPN) in the subject alternate name.

Properties

RequireCommonName

Include the common name in the subject name.

object? RequireCommonName { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv2.html#cfn-pcaconnectorad-template-subjectnameflagsv2-requirecommonname

Type union: either bool or IResolvable

RequireDirectoryPath

Include the directory path in the subject name.

object? RequireDirectoryPath { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv2.html#cfn-pcaconnectorad-template-subjectnameflagsv2-requiredirectorypath

Type union: either bool or IResolvable

RequireDnsAsCn

Include the DNS as common name in the subject name.

object? RequireDnsAsCn { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv2.html#cfn-pcaconnectorad-template-subjectnameflagsv2-requirednsascn

Type union: either bool or IResolvable

RequireEmail

Include the subject's email in the subject name.

object? RequireEmail { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv2.html#cfn-pcaconnectorad-template-subjectnameflagsv2-requireemail

Type union: either bool or IResolvable

SanRequireDirectoryGuid

Include the globally unique identifier (GUID) in the subject alternate name.

object? SanRequireDirectoryGuid { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv2.html#cfn-pcaconnectorad-template-subjectnameflagsv2-sanrequiredirectoryguid

Type union: either bool or IResolvable

SanRequireDns

Include the DNS in the subject alternate name.

object? SanRequireDns { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv2.html#cfn-pcaconnectorad-template-subjectnameflagsv2-sanrequiredns

Type union: either bool or IResolvable

SanRequireDomainDns

Include the domain DNS in the subject alternate name.

object? SanRequireDomainDns { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv2.html#cfn-pcaconnectorad-template-subjectnameflagsv2-sanrequiredomaindns

Type union: either bool or IResolvable

SanRequireEmail

Include the subject's email in the subject alternate name.

object? SanRequireEmail { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv2.html#cfn-pcaconnectorad-template-subjectnameflagsv2-sanrequireemail

Type union: either bool or IResolvable

SanRequireSpn

Include the service principal name (SPN) in the subject alternate name.

object? SanRequireSpn { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv2.html#cfn-pcaconnectorad-template-subjectnameflagsv2-sanrequirespn

Type union: either bool or IResolvable

SanRequireUpn

Include the user principal name (UPN) in the subject alternate name.

object? SanRequireUpn { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-subjectnameflagsv2.html#cfn-pcaconnectorad-template-subjectnameflagsv2-sanrequireupn

Type union: either bool or IResolvable

Back to top Generated by DocFX