Show / Hide Table of Contents

Class CfnTemplatePropsMixin.GeneralFlagsV4Property

General flags for v4 template schema that defines if the template is for a machine or a user and if the template can be issued using autoenrollment.

Inheritance
object
CfnTemplatePropsMixin.GeneralFlagsV4Property
Implements
CfnTemplatePropsMixin.IGeneralFlagsV4Property
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.PCAConnectorAD.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.GeneralFlagsV4Property : CfnTemplatePropsMixin.IGeneralFlagsV4Property
Syntax (vb)
Public Class CfnTemplatePropsMixin.GeneralFlagsV4Property Implements CfnTemplatePropsMixin.IGeneralFlagsV4Property
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-generalflagsv4.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 generalFlagsV4Property = new GeneralFlagsV4Property {
                 AutoEnrollment = false,
                 MachineType = false
             };

Synopsis

Constructors

GeneralFlagsV4Property()

General flags for v4 template schema that defines if the template is for a machine or a user and if the template can be issued using autoenrollment.

Properties

AutoEnrollment

Allows certificate issuance using autoenrollment.

MachineType

Defines if the template is for machines or users.

Constructors

GeneralFlagsV4Property()

General flags for v4 template schema that defines if the template is for a machine or a user and if the template can be issued using autoenrollment.

public GeneralFlagsV4Property()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-template-generalflagsv4.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 generalFlagsV4Property = new GeneralFlagsV4Property {
                 AutoEnrollment = false,
                 MachineType = false
             };

Properties

AutoEnrollment

Allows certificate issuance using autoenrollment.

public object? AutoEnrollment { get; set; }
Property Value

object

Remarks

Set to TRUE to allow autoenrollment.

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

Type union: either bool or IResolvable

MachineType

Defines if the template is for machines or users.

public object? MachineType { get; set; }
Property Value

object

Remarks

Set to TRUE if the template is for machines. Set to FALSE if the template is for users

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

Type union: either bool or IResolvable

Implements

CfnTemplatePropsMixin.IGeneralFlagsV4Property
Back to top Generated by DocFX