GradientEdge CDK Utils
    Preparing search index...

    Interface SqlResourceSqlRoleAssignmentProps

    interface SqlResourceSqlRoleAssignmentProps {
        accountName: Input<string>;
        principalId?: Input<string>;
        resourceGroupName: Input<string>;
        roleAssignmentId?: Input<string>;
        roleDefinitionId?: Input<string>;
        scope?: Input<string>;
    }

    Hierarchy

    • SqlResourceSqlRoleAssignmentArgs
      • SqlResourceSqlRoleAssignmentProps
    Index

    Properties

    accountName: Input<string>

    Cosmos DB database account name.

    principalId?: Input<string>

    The unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this Role Assignment. Tenant ID for the principal is inferred using the tenant associated with the subscription.

    resourceGroupName: Input<string>

    The name of the resource group. The name is case insensitive.

    roleAssignmentId?: Input<string>

    The GUID for the Role Assignment.

    roleDefinitionId?: Input<string>

    The unique identifier for the associated Role Definition.

    scope?: Input<string>

    The data plane resource path for which access is being granted through this Role Assignment.