interface GeneralFlagsV2Property
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_pcaconnectorad.CfnTemplate.GeneralFlagsV2Property |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspcaconnectorad#CfnTemplate_GeneralFlagsV2Property |
![]() | software.amazon.awscdk.services.pcaconnectorad.CfnTemplate.GeneralFlagsV2Property |
![]() | aws_cdk.aws_pcaconnectorad.CfnTemplate.GeneralFlagsV2Property |
![]() | aws-cdk-lib » aws_pcaconnectorad » CfnTemplate » GeneralFlagsV2Property |
General flags for v2 template schema that defines if the template is for a machine or a user and if the template can be issued using autoenrollment.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pcaconnectorad as pcaconnectorad } from 'aws-cdk-lib';
const generalFlagsV2Property: pcaconnectorad.CfnTemplate.GeneralFlagsV2Property = {
autoEnrollment: false,
machineType: false,
};
Properties
Name | Type | Description |
---|---|---|
auto | boolean | IResolvable | Allows certificate issuance using autoenrollment. |
machine | boolean | IResolvable | Defines if the template is for machines or users. |
autoEnrollment?
Type:
boolean |
IResolvable
(optional)
Allows certificate issuance using autoenrollment.
Set to TRUE to allow autoenrollment.
machineType?
Type:
boolean |
IResolvable
(optional)
Defines if the template is for machines or users.
Set to TRUE if the template is for machines. Set to FALSE if the template is for users.