TemplateGroupAccessControlEntryArgs

data class TemplateGroupAccessControlEntryArgs(val accessRights: Output<TemplateGroupAccessControlEntryAccessRightsArgs>? = null, val groupDisplayName: Output<String>? = null, val groupSecurityIdentifier: Output<String>? = null, val templateArn: Output<String>? = null) : ConvertibleToJava<TemplateGroupAccessControlEntryArgs>

Definition of AWS::PCAConnectorAD::TemplateGroupAccessControlEntry Resource Type

Constructors

Link copied to clipboard
constructor(accessRights: Output<TemplateGroupAccessControlEntryAccessRightsArgs>? = null, groupDisplayName: Output<String>? = null, groupSecurityIdentifier: Output<String>? = null, templateArn: Output<String>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val groupDisplayName: Output<String>? = null

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

Link copied to clipboard
val groupSecurityIdentifier: Output<String>? = null

Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".

Link copied to clipboard
val templateArn: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): TemplateGroupAccessControlEntryArgs