get Gremlin Resource Gremlin Role Assignment
suspend fun getGremlinResourceGremlinRoleAssignment(argument: GetGremlinResourceGremlinRoleAssignmentPlainArgs): GetGremlinResourceGremlinRoleAssignmentResult
Retrieves the properties of an existing Azure Cosmos DB Gremlin Role Assignment with the given Id. Uses Azure REST API version 2025-05-01-preview.
Return
Parameters to create and update an Azure Cosmos DB Gremlin Role Assignment.
Parameters
argument
null
suspend fun getGremlinResourceGremlinRoleAssignment(accountName: String, resourceGroupName: String, roleAssignmentId: String): GetGremlinResourceGremlinRoleAssignmentResult
Return
Parameters to create and update an Azure Cosmos DB Gremlin Role Assignment.
Parameters
account Name
Cosmos DB database account name.
resource Group Name
The name of the resource group. The name is case insensitive.
role Assignment Id
The GUID for the Role Assignment.
See also
suspend fun getGremlinResourceGremlinRoleAssignment(argument: suspend GetGremlinResourceGremlinRoleAssignmentPlainArgsBuilder.() -> Unit): GetGremlinResourceGremlinRoleAssignmentResult
Return
Parameters to create and update an Azure Cosmos DB Gremlin Role Assignment.
Parameters
argument
Builder for com.pulumi.azurenative.cosmosdb.kotlin.inputs.GetGremlinResourceGremlinRoleAssignmentPlainArgs.