getTableResourceTableRoleAssignment

Retrieves the properties of an existing Azure Cosmos DB Table Role Assignment with the given Id. Uses Azure REST API version 2024-12-01-preview.

Return

Parameters to create and update an Azure Cosmos DB Table Role Assignment.

Parameters

argument

null


suspend fun getTableResourceTableRoleAssignment(accountName: String, resourceGroupName: String, roleAssignmentId: String): GetTableResourceTableRoleAssignmentResult

Return

Parameters to create and update an Azure Cosmos DB Table Role Assignment.

Parameters

accountName

Cosmos DB database account name.

resourceGroupName

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

roleAssignmentId

The GUID for the Role Assignment.

See also


Return

Parameters to create and update an Azure Cosmos DB Table Role Assignment.

Parameters

argument

Builder for com.pulumi.azurenative.documentdb.kotlin.inputs.GetTableResourceTableRoleAssignmentPlainArgs.

See also