CfnTemplateGroupAccessControlEntryMixinProps

class aws_cdk.mixins_preview.aws_pcaconnectorad.mixins.CfnTemplateGroupAccessControlEntryMixinProps(*, access_rights=None, group_display_name=None, group_security_identifier=None, template_arn=None)

Bases: object

Properties for CfnTemplateGroupAccessControlEntryPropsMixin.

Parameters:
  • access_rights (Union[IResolvable, AccessRightsProperty, Dict[str, Any], None]) – Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.

  • group_display_name (Optional[str]) – Name of the Active Directory group. This name does not need to match the group name in Active Directory.

  • group_security_identifier (Optional[str]) – Security identifier (SID) of the group object from Active Directory. The SID starts with “S-“.

  • template_arn (Optional[str]) – The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-templategroupaccesscontrolentry.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_pcaconnectorad import mixins as pcaconnectorad_mixins

cfn_template_group_access_control_entry_mixin_props = pcaconnectorad_mixins.CfnTemplateGroupAccessControlEntryMixinProps(
    access_rights=pcaconnectorad_mixins.CfnTemplateGroupAccessControlEntryPropsMixin.AccessRightsProperty(
        auto_enroll="autoEnroll",
        enroll="enroll"
    ),
    group_display_name="groupDisplayName",
    group_security_identifier="groupSecurityIdentifier",
    template_arn="templateArn"
)

Attributes

access_rights

Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-templategroupaccesscontrolentry.html#cfn-pcaconnectorad-templategroupaccesscontrolentry-accessrights

group_display_name

Name of the Active Directory group.

This name does not need to match the group name in Active Directory.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-templategroupaccesscontrolentry.html#cfn-pcaconnectorad-templategroupaccesscontrolentry-groupdisplayname

group_security_identifier

Security identifier (SID) of the group object from Active Directory.

The SID starts with “S-“.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-templategroupaccesscontrolentry.html#cfn-pcaconnectorad-templategroupaccesscontrolentry-groupsecurityidentifier

template_arn

The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-templategroupaccesscontrolentry.html#cfn-pcaconnectorad-templategroupaccesscontrolentry-templatearn