Class CfnTemplate.GeneralFlagsV3Property
General flags for v3 template schema that defines if the template is for a machine or a user and if the template can be issued using autoenrollment.
Inheritance
Implements
Namespace: Amazon.CDK.AwsPcaconnectorad
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GeneralFlagsV3Property : Object, CfnTemplate.IGeneralFlagsV3Property
Syntax (vb)
Public Class GeneralFlagsV3Property
Inherits Object
Implements CfnTemplate.IGeneralFlagsV3Property
Remarks
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.Aws_pcaconnectorad;
var generalFlagsV3Property = new GeneralFlagsV3Property {
AutoEnrollment = false,
MachineType = false
};
Synopsis
Constructors
General |
Properties
Auto |
Allows certificate issuance using autoenrollment. |
Machine |
Defines if the template is for machines or users. |
Constructors
GeneralFlagsV3Property()
public GeneralFlagsV3Property()
Properties
AutoEnrollment
Allows certificate issuance using autoenrollment.
public object AutoEnrollment { get; set; }
Property Value
System.
Remarks
MachineType
Defines if the template is for machines or users.
public object MachineType { get; set; }
Property Value
System.
Remarks
Set to TRUE if the template is for machines. Set to FALSE if the template is for users