1. Packages
  2. AWS Native
  3. API Docs
  4. pcaconnectorad
  5. TemplateGroupAccessControlEntry

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.pcaconnectorad.TemplateGroupAccessControlEntry

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    Definition of AWS::PCAConnectorAD::TemplateGroupAccessControlEntry Resource Type

    Create TemplateGroupAccessControlEntry Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new TemplateGroupAccessControlEntry(name: string, args: TemplateGroupAccessControlEntryArgs, opts?: CustomResourceOptions);
    @overload
    def TemplateGroupAccessControlEntry(resource_name: str,
                                        args: TemplateGroupAccessControlEntryArgs,
                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def TemplateGroupAccessControlEntry(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        access_rights: Optional[TemplateGroupAccessControlEntryAccessRightsArgs] = None,
                                        group_display_name: Optional[str] = None,
                                        group_security_identifier: Optional[str] = None,
                                        template_arn: Optional[str] = None)
    func NewTemplateGroupAccessControlEntry(ctx *Context, name string, args TemplateGroupAccessControlEntryArgs, opts ...ResourceOption) (*TemplateGroupAccessControlEntry, error)
    public TemplateGroupAccessControlEntry(string name, TemplateGroupAccessControlEntryArgs args, CustomResourceOptions? opts = null)
    public TemplateGroupAccessControlEntry(String name, TemplateGroupAccessControlEntryArgs args)
    public TemplateGroupAccessControlEntry(String name, TemplateGroupAccessControlEntryArgs args, CustomResourceOptions options)
    
    type: aws-native:pcaconnectorad:TemplateGroupAccessControlEntry
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TemplateGroupAccessControlEntryArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TemplateGroupAccessControlEntryArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TemplateGroupAccessControlEntryArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TemplateGroupAccessControlEntryArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TemplateGroupAccessControlEntryArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    TemplateGroupAccessControlEntry Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The TemplateGroupAccessControlEntry resource accepts the following input properties:

    AccessRights Pulumi.AwsNative.PcaConnectorAd.Inputs.TemplateGroupAccessControlEntryAccessRights
    Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.
    GroupDisplayName string
    Name of the Active Directory group. This name does not need to match the group name in Active Directory.
    GroupSecurityIdentifier string
    Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
    TemplateArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    AccessRights TemplateGroupAccessControlEntryAccessRightsArgs
    Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.
    GroupDisplayName string
    Name of the Active Directory group. This name does not need to match the group name in Active Directory.
    GroupSecurityIdentifier string
    Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
    TemplateArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    accessRights TemplateGroupAccessControlEntryAccessRights
    Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.
    groupDisplayName String
    Name of the Active Directory group. This name does not need to match the group name in Active Directory.
    groupSecurityIdentifier String
    Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
    templateArn String
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    accessRights TemplateGroupAccessControlEntryAccessRights
    Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.
    groupDisplayName string
    Name of the Active Directory group. This name does not need to match the group name in Active Directory.
    groupSecurityIdentifier string
    Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
    templateArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    access_rights TemplateGroupAccessControlEntryAccessRightsArgs
    Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.
    group_display_name str
    Name of the Active Directory group. This name does not need to match the group name in Active Directory.
    group_security_identifier str
    Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
    template_arn str
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    accessRights Property Map
    Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.
    groupDisplayName String
    Name of the Active Directory group. This name does not need to match the group name in Active Directory.
    groupSecurityIdentifier String
    Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
    templateArn String
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TemplateGroupAccessControlEntry resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    TemplateGroupAccessControlEntryAccessRight, TemplateGroupAccessControlEntryAccessRightArgs

    Allow
    ALLOW
    Deny
    DENY
    TemplateGroupAccessControlEntryAccessRightAllow
    ALLOW
    TemplateGroupAccessControlEntryAccessRightDeny
    DENY
    Allow
    ALLOW
    Deny
    DENY
    Allow
    ALLOW
    Deny
    DENY
    ALLOW
    ALLOW
    DENY
    DENY
    "ALLOW"
    ALLOW
    "DENY"
    DENY

    TemplateGroupAccessControlEntryAccessRights, TemplateGroupAccessControlEntryAccessRightsArgs

    AutoEnroll Pulumi.AwsNative.PcaConnectorAd.TemplateGroupAccessControlEntryAccessRight
    Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
    Enroll Pulumi.AwsNative.PcaConnectorAd.TemplateGroupAccessControlEntryAccessRight
    Allow or deny an Active Directory group from enrolling certificates issued against a template.
    AutoEnroll TemplateGroupAccessControlEntryAccessRight
    Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
    Enroll TemplateGroupAccessControlEntryAccessRight
    Allow or deny an Active Directory group from enrolling certificates issued against a template.
    autoEnroll TemplateGroupAccessControlEntryAccessRight
    Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
    enroll TemplateGroupAccessControlEntryAccessRight
    Allow or deny an Active Directory group from enrolling certificates issued against a template.
    autoEnroll TemplateGroupAccessControlEntryAccessRight
    Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
    enroll TemplateGroupAccessControlEntryAccessRight
    Allow or deny an Active Directory group from enrolling certificates issued against a template.
    auto_enroll TemplateGroupAccessControlEntryAccessRight
    Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
    enroll TemplateGroupAccessControlEntryAccessRight
    Allow or deny an Active Directory group from enrolling certificates issued against a template.
    autoEnroll "ALLOW" | "DENY"
    Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
    enroll "ALLOW" | "DENY"
    Allow or deny an Active Directory group from enrolling certificates issued against a template.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi