1. Packages
  2. Azure Native
  3. API Docs
  4. networkcloud
  5. getClusterManager
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.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.networkcloud.getClusterManager

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.2.0 published on Monday, Apr 14, 2025 by Pulumi

Get the properties of the provided cluster manager.

Uses Azure REST API version 2025-02-01.

Other available API versions: 2023-10-01-preview, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native networkcloud [ApiVersion]. See the version guide for details.

Using getClusterManager

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 getClusterManager(args: GetClusterManagerArgs, opts?: InvokeOptions): Promise<GetClusterManagerResult>
function getClusterManagerOutput(args: GetClusterManagerOutputArgs, opts?: InvokeOptions): Output<GetClusterManagerResult>
Copy
def get_cluster_manager(cluster_manager_name: Optional[str] = None,
                        resource_group_name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetClusterManagerResult
def get_cluster_manager_output(cluster_manager_name: Optional[pulumi.Input[str]] = None,
                        resource_group_name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetClusterManagerResult]
Copy
func LookupClusterManager(ctx *Context, args *LookupClusterManagerArgs, opts ...InvokeOption) (*LookupClusterManagerResult, error)
func LookupClusterManagerOutput(ctx *Context, args *LookupClusterManagerOutputArgs, opts ...InvokeOption) LookupClusterManagerResultOutput
Copy

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

public static class GetClusterManager 
{
    public static Task<GetClusterManagerResult> InvokeAsync(GetClusterManagerArgs args, InvokeOptions? opts = null)
    public static Output<GetClusterManagerResult> Invoke(GetClusterManagerInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetClusterManagerResult> getClusterManager(GetClusterManagerArgs args, InvokeOptions options)
public static Output<GetClusterManagerResult> getClusterManager(GetClusterManagerArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:networkcloud:getClusterManager
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ClusterManagerName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster manager.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ClusterManagerName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster manager.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
clusterManagerName
This property is required.
Changes to this property will trigger replacement.
String
The name of the cluster manager.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
clusterManagerName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster manager.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
cluster_manager_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the cluster manager.
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.
clusterManagerName
This property is required.
Changes to this property will trigger replacement.
String
The name of the cluster manager.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getClusterManager Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
ClusterVersions List<Pulumi.AzureNative.NetworkCloud.Outputs.ClusterAvailableVersionResponse>
The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.
DetailedStatus string
The detailed status that provides additional information about the cluster manager.
DetailedStatusMessage string
The descriptive message about the current detailed status.
Etag string
Resource ETag.
FabricControllerId string
The resource ID of the fabric controller that has one to one mapping with the cluster manager.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
Location string
The geo-location where the resource lives
ManagerExtendedLocation Pulumi.AzureNative.NetworkCloud.Outputs.ExtendedLocationResponse
The extended location (custom location) that represents the cluster manager's control plane location. This extended location is used when creating cluster and rack manifest resources.
Name string
The name of the resource
ProvisioningState string
The provisioning state of the cluster manager.
SystemData Pulumi.AzureNative.NetworkCloud.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AnalyticsWorkspaceId string
The resource ID of the Log Analytics workspace that is used for the logs collection.
AvailabilityZones List<string>
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource.
Identity Pulumi.AzureNative.NetworkCloud.Outputs.ManagedServiceIdentityResponse
The identity of the cluster manager.
ManagedResourceGroupConfiguration Pulumi.AzureNative.NetworkCloud.Outputs.ManagedResourceGroupConfigurationResponse
The configuration of the managed resource group associated with the resource.
Tags Dictionary<string, string>
Resource tags.
VmSize string
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource.
AzureApiVersion string
The Azure API version of the resource.
ClusterVersions []ClusterAvailableVersionResponse
The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.
DetailedStatus string
The detailed status that provides additional information about the cluster manager.
DetailedStatusMessage string
The descriptive message about the current detailed status.
Etag string
Resource ETag.
FabricControllerId string
The resource ID of the fabric controller that has one to one mapping with the cluster manager.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
Location string
The geo-location where the resource lives
ManagerExtendedLocation ExtendedLocationResponse
The extended location (custom location) that represents the cluster manager's control plane location. This extended location is used when creating cluster and rack manifest resources.
Name string
The name of the resource
ProvisioningState string
The provisioning state of the cluster manager.
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AnalyticsWorkspaceId string
The resource ID of the Log Analytics workspace that is used for the logs collection.
AvailabilityZones []string
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource.
Identity ManagedServiceIdentityResponse
The identity of the cluster manager.
ManagedResourceGroupConfiguration ManagedResourceGroupConfigurationResponse
The configuration of the managed resource group associated with the resource.
Tags map[string]string
Resource tags.
VmSize string
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource.
azureApiVersion String
The Azure API version of the resource.
clusterVersions List<ClusterAvailableVersionResponse>
The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.
detailedStatus String
The detailed status that provides additional information about the cluster manager.
detailedStatusMessage String
The descriptive message about the current detailed status.
etag String
Resource ETag.
fabricControllerId String
The resource ID of the fabric controller that has one to one mapping with the cluster manager.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
location String
The geo-location where the resource lives
managerExtendedLocation ExtendedLocationResponse
The extended location (custom location) that represents the cluster manager's control plane location. This extended location is used when creating cluster and rack manifest resources.
name String
The name of the resource
provisioningState String
The provisioning state of the cluster manager.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
analyticsWorkspaceId String
The resource ID of the Log Analytics workspace that is used for the logs collection.
availabilityZones List<String>
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource.
identity ManagedServiceIdentityResponse
The identity of the cluster manager.
managedResourceGroupConfiguration ManagedResourceGroupConfigurationResponse
The configuration of the managed resource group associated with the resource.
tags Map<String,String>
Resource tags.
vmSize String
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource.
azureApiVersion string
The Azure API version of the resource.
clusterVersions ClusterAvailableVersionResponse[]
The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.
detailedStatus string
The detailed status that provides additional information about the cluster manager.
detailedStatusMessage string
The descriptive message about the current detailed status.
etag string
Resource ETag.
fabricControllerId string
The resource ID of the fabric controller that has one to one mapping with the cluster manager.
id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
location string
The geo-location where the resource lives
managerExtendedLocation ExtendedLocationResponse
The extended location (custom location) that represents the cluster manager's control plane location. This extended location is used when creating cluster and rack manifest resources.
name string
The name of the resource
provisioningState string
The provisioning state of the cluster manager.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
analyticsWorkspaceId string
The resource ID of the Log Analytics workspace that is used for the logs collection.
availabilityZones string[]
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource.
identity ManagedServiceIdentityResponse
The identity of the cluster manager.
managedResourceGroupConfiguration ManagedResourceGroupConfigurationResponse
The configuration of the managed resource group associated with the resource.
tags {[key: string]: string}
Resource tags.
vmSize string
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource.
azure_api_version str
The Azure API version of the resource.
cluster_versions Sequence[ClusterAvailableVersionResponse]
The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.
detailed_status str
The detailed status that provides additional information about the cluster manager.
detailed_status_message str
The descriptive message about the current detailed status.
etag str
Resource ETag.
fabric_controller_id str
The resource ID of the fabric controller that has one to one mapping with the cluster manager.
id str
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
location str
The geo-location where the resource lives
manager_extended_location ExtendedLocationResponse
The extended location (custom location) that represents the cluster manager's control plane location. This extended location is used when creating cluster and rack manifest resources.
name str
The name of the resource
provisioning_state str
The provisioning state of the cluster manager.
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
analytics_workspace_id str
The resource ID of the Log Analytics workspace that is used for the logs collection.
availability_zones Sequence[str]
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource.
identity ManagedServiceIdentityResponse
The identity of the cluster manager.
managed_resource_group_configuration ManagedResourceGroupConfigurationResponse
The configuration of the managed resource group associated with the resource.
tags Mapping[str, str]
Resource tags.
vm_size str
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource.
azureApiVersion String
The Azure API version of the resource.
clusterVersions List<Property Map>
The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.
detailedStatus String
The detailed status that provides additional information about the cluster manager.
detailedStatusMessage String
The descriptive message about the current detailed status.
etag String
Resource ETag.
fabricControllerId String
The resource ID of the fabric controller that has one to one mapping with the cluster manager.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
location String
The geo-location where the resource lives
managerExtendedLocation Property Map
The extended location (custom location) that represents the cluster manager's control plane location. This extended location is used when creating cluster and rack manifest resources.
name String
The name of the resource
provisioningState String
The provisioning state of the cluster manager.
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
analyticsWorkspaceId String
The resource ID of the Log Analytics workspace that is used for the logs collection.
availabilityZones List<String>
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource.
identity Property Map
The identity of the cluster manager.
managedResourceGroupConfiguration Property Map
The configuration of the managed resource group associated with the resource.
tags Map<String>
Resource tags.
vmSize String
Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource.

Supporting Types

ClusterAvailableVersionResponse

SupportExpiryDate This property is required. string
The last date the version of the platform is supported.
TargetClusterVersion This property is required. string
The version of the cluster to be deployed.
SupportExpiryDate This property is required. string
The last date the version of the platform is supported.
TargetClusterVersion This property is required. string
The version of the cluster to be deployed.
supportExpiryDate This property is required. String
The last date the version of the platform is supported.
targetClusterVersion This property is required. String
The version of the cluster to be deployed.
supportExpiryDate This property is required. string
The last date the version of the platform is supported.
targetClusterVersion This property is required. string
The version of the cluster to be deployed.
support_expiry_date This property is required. str
The last date the version of the platform is supported.
target_cluster_version This property is required. str
The version of the cluster to be deployed.
supportExpiryDate This property is required. String
The last date the version of the platform is supported.
targetClusterVersion This property is required. String
The version of the cluster to be deployed.

ExtendedLocationResponse

Name This property is required. string
The resource ID of the extended location on which the resource will be created.
Type This property is required. string
The extended location type, for example, CustomLocation.
Name This property is required. string
The resource ID of the extended location on which the resource will be created.
Type This property is required. string
The extended location type, for example, CustomLocation.
name This property is required. String
The resource ID of the extended location on which the resource will be created.
type This property is required. String
The extended location type, for example, CustomLocation.
name This property is required. string
The resource ID of the extended location on which the resource will be created.
type This property is required. string
The extended location type, for example, CustomLocation.
name This property is required. str
The resource ID of the extended location on which the resource will be created.
type This property is required. str
The extended location type, for example, CustomLocation.
name This property is required. String
The resource ID of the extended location on which the resource will be created.
type This property is required. String
The extended location type, for example, CustomLocation.

ManagedResourceGroupConfigurationResponse

Location string
The location of the managed resource group. If not specified, the location of the parent resource is chosen.
Name string
The name for the managed resource group. If not specified, the unique name is automatically generated.
Location string
The location of the managed resource group. If not specified, the location of the parent resource is chosen.
Name string
The name for the managed resource group. If not specified, the unique name is automatically generated.
location String
The location of the managed resource group. If not specified, the location of the parent resource is chosen.
name String
The name for the managed resource group. If not specified, the unique name is automatically generated.
location string
The location of the managed resource group. If not specified, the location of the parent resource is chosen.
name string
The name for the managed resource group. If not specified, the unique name is automatically generated.
location str
The location of the managed resource group. If not specified, the location of the parent resource is chosen.
name str
The name for the managed resource group. If not specified, the unique name is automatically generated.
location String
The location of the managed resource group. If not specified, the location of the parent resource is chosen.
name String
The name for the managed resource group. If not specified, the unique name is automatically generated.

ManagedServiceIdentityResponse

PrincipalId This property is required. string
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
TenantId This property is required. string
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
Type This property is required. string
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.NetworkCloud.Inputs.UserAssignedIdentityResponse>
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
PrincipalId This property is required. string
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
TenantId This property is required. string
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
Type This property is required. string
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
UserAssignedIdentities map[string]UserAssignedIdentityResponse
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
principalId This property is required. String
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId This property is required. String
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
type This property is required. String
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
userAssignedIdentities Map<String,UserAssignedIdentityResponse>
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
principalId This property is required. string
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId This property is required. string
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
type This property is required. string
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
principal_id This property is required. str
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenant_id This property is required. str
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
type This property is required. str
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
principalId This property is required. String
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId This property is required. String
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
type This property is required. String
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
userAssignedIdentities Map<Property Map>
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

UserAssignedIdentityResponse

ClientId This property is required. string
The client ID of the assigned identity.
PrincipalId This property is required. string
The principal ID of the assigned identity.
ClientId This property is required. string
The client ID of the assigned identity.
PrincipalId This property is required. string
The principal ID of the assigned identity.
clientId This property is required. String
The client ID of the assigned identity.
principalId This property is required. String
The principal ID of the assigned identity.
clientId This property is required. string
The client ID of the assigned identity.
principalId This property is required. string
The principal ID of the assigned identity.
client_id This property is required. str
The client ID of the assigned identity.
principal_id This property is required. str
The principal ID of the assigned identity.
clientId This property is required. String
The client ID of the assigned identity.
principalId This property is required. String
The principal ID of the assigned identity.

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.2.0 published on Monday, Apr 14, 2025 by Pulumi