1. Packages
  2. Azure Native
  3. API Docs
  4. cosmosdb
  5. getSqlResourceSqlRoleAssignment
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi

azure-native.cosmosdb.getSqlResourceSqlRoleAssignment

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi

Retrieves the properties of an existing Azure Cosmos DB SQL Role Assignment with the given Id.

Uses Azure REST API version 2024-11-15.

Other available API versions: 2020-06-01-preview, 2021-03-01-preview, 2021-04-01-preview, 2021-04-15, 2021-05-15, 2021-06-15, 2021-07-01-preview, 2021-10-15, 2021-10-15-preview, 2021-11-15-preview, 2022-02-15-preview, 2022-05-15, 2022-05-15-preview, 2022-08-15, 2022-08-15-preview, 2022-11-15, 2022-11-15-preview, 2023-03-01-preview, 2023-03-15, 2023-03-15-preview, 2023-04-15, 2023-09-15, 2023-09-15-preview, 2023-11-15, 2023-11-15-preview, 2024-02-15-preview, 2024-05-15, 2024-05-15-preview, 2024-08-15, 2024-09-01-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native cosmosdb [ApiVersion]. See the version guide for details.

Using getSqlResourceSqlRoleAssignment

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getSqlResourceSqlRoleAssignment(args: GetSqlResourceSqlRoleAssignmentArgs, opts?: InvokeOptions): Promise<GetSqlResourceSqlRoleAssignmentResult>
function getSqlResourceSqlRoleAssignmentOutput(args: GetSqlResourceSqlRoleAssignmentOutputArgs, opts?: InvokeOptions): Output<GetSqlResourceSqlRoleAssignmentResult>
Copy
def get_sql_resource_sql_role_assignment(account_name: Optional[str] = None,
                                         resource_group_name: Optional[str] = None,
                                         role_assignment_id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetSqlResourceSqlRoleAssignmentResult
def get_sql_resource_sql_role_assignment_output(account_name: Optional[pulumi.Input[str]] = None,
                                         resource_group_name: Optional[pulumi.Input[str]] = None,
                                         role_assignment_id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetSqlResourceSqlRoleAssignmentResult]
Copy
func LookupSqlResourceSqlRoleAssignment(ctx *Context, args *LookupSqlResourceSqlRoleAssignmentArgs, opts ...InvokeOption) (*LookupSqlResourceSqlRoleAssignmentResult, error)
func LookupSqlResourceSqlRoleAssignmentOutput(ctx *Context, args *LookupSqlResourceSqlRoleAssignmentOutputArgs, opts ...InvokeOption) LookupSqlResourceSqlRoleAssignmentResultOutput
Copy

> Note: This function is named LookupSqlResourceSqlRoleAssignment in the Go SDK.

public static class GetSqlResourceSqlRoleAssignment 
{
    public static Task<GetSqlResourceSqlRoleAssignmentResult> InvokeAsync(GetSqlResourceSqlRoleAssignmentArgs args, InvokeOptions? opts = null)
    public static Output<GetSqlResourceSqlRoleAssignmentResult> Invoke(GetSqlResourceSqlRoleAssignmentInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetSqlResourceSqlRoleAssignmentResult> getSqlResourceSqlRoleAssignment(GetSqlResourceSqlRoleAssignmentArgs args, InvokeOptions options)
public static Output<GetSqlResourceSqlRoleAssignmentResult> getSqlResourceSqlRoleAssignment(GetSqlResourceSqlRoleAssignmentArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:cosmosdb:getSqlResourceSqlRoleAssignment
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountName
This property is required.
Changes to this property will trigger replacement.
string
Cosmos DB database account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
RoleAssignmentId
This property is required.
Changes to this property will trigger replacement.
string
The GUID for the Role Assignment.
AccountName
This property is required.
Changes to this property will trigger replacement.
string
Cosmos DB database account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
RoleAssignmentId
This property is required.
Changes to this property will trigger replacement.
string
The GUID for the Role Assignment.
accountName
This property is required.
Changes to this property will trigger replacement.
String
Cosmos DB database account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
roleAssignmentId
This property is required.
Changes to this property will trigger replacement.
String
The GUID for the Role Assignment.
accountName
This property is required.
Changes to this property will trigger replacement.
string
Cosmos DB database account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
roleAssignmentId
This property is required.
Changes to this property will trigger replacement.
string
The GUID for the Role Assignment.
account_name
This property is required.
Changes to this property will trigger replacement.
str
Cosmos DB database account name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
role_assignment_id
This property is required.
Changes to this property will trigger replacement.
str
The GUID for the Role Assignment.
accountName
This property is required.
Changes to this property will trigger replacement.
String
Cosmos DB database account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
roleAssignmentId
This property is required.
Changes to this property will trigger replacement.
String
The GUID for the Role Assignment.

getSqlResourceSqlRoleAssignment Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
The unique resource identifier of the database account.
Name string
The name of the database account.
Type string
The type of Azure resource.
PrincipalId 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.
RoleDefinitionId string
The unique identifier for the associated Role Definition.
Scope string
The data plane resource path for which access is being granted through this Role Assignment.
AzureApiVersion string
The Azure API version of the resource.
Id string
The unique resource identifier of the database account.
Name string
The name of the database account.
Type string
The type of Azure resource.
PrincipalId 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.
RoleDefinitionId string
The unique identifier for the associated Role Definition.
Scope string
The data plane resource path for which access is being granted through this Role Assignment.
azureApiVersion String
The Azure API version of the resource.
id String
The unique resource identifier of the database account.
name String
The name of the database account.
type String
The type of Azure resource.
principalId 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.
roleDefinitionId String
The unique identifier for the associated Role Definition.
scope String
The data plane resource path for which access is being granted through this Role Assignment.
azureApiVersion string
The Azure API version of the resource.
id string
The unique resource identifier of the database account.
name string
The name of the database account.
type string
The type of Azure resource.
principalId 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.
roleDefinitionId string
The unique identifier for the associated Role Definition.
scope string
The data plane resource path for which access is being granted through this Role Assignment.
azure_api_version str
The Azure API version of the resource.
id str
The unique resource identifier of the database account.
name str
The name of the database account.
type str
The type of Azure resource.
principal_id str
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.
role_definition_id str
The unique identifier for the associated Role Definition.
scope str
The data plane resource path for which access is being granted through this Role Assignment.
azureApiVersion String
The Azure API version of the resource.
id String
The unique resource identifier of the database account.
name String
The name of the database account.
type String
The type of Azure resource.
principalId 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.
roleDefinitionId String
The unique identifier for the associated Role Definition.
scope String
The data plane resource path for which access is being granted through this Role Assignment.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi