1. Packages
  2. Azure Native
  3. API Docs
  4. azurestackhci
  5. getCluster
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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.azurestackhci.getCluster

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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Get HCI cluster.

Uses Azure REST API version 2024-04-01.

Other available API versions: 2022-12-15-preview, 2023-02-01, 2023-03-01, 2023-06-01, 2023-08-01, 2023-08-01-preview, 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 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 azurestackhci [ApiVersion]. See the version guide for details.

Using getCluster

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 getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>
Copy
def get_cluster(cluster_name: Optional[str] = None,
                resource_group_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
                resource_group_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
Copy
func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput
Copy

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

public static class GetCluster 
{
    public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:azurestackhci:getCluster
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

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

getCluster Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
BillingModel string
Type of billing applied to the resource.
CloudId string
Unique, immutable resource id.
ConnectivityStatus string
Overall connectivity status for the cluster resource.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
IsolatedVmAttestationConfiguration Pulumi.AzureNative.AzureStackHCI.Outputs.IsolatedVmAttestationConfigurationResponse
Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.
LastBillingTimestamp string
Most recent billing meter timestamp.
LastSyncTimestamp string
Most recent cluster sync timestamp.
Location string
The geo-location where the resource lives
Name string
The name of the resource
PrincipalId string
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
ProvisioningState string
Provisioning state.
RegistrationTimestamp string
First cluster sync timestamp.
ReportedProperties Pulumi.AzureNative.AzureStackHCI.Outputs.ClusterReportedPropertiesResponse
Properties reported by cluster agent.
ResourceProviderObjectId string
Object id of RP Service Principal
ServiceEndpoint string
Region specific DataPath Endpoint of the cluster.
Status string
Status of the cluster agent.
SystemData Pulumi.AzureNative.AzureStackHCI.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
TenantId string
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
TrialDaysRemaining double
Number of days remaining in the trial period.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AadApplicationObjectId string
Object id of cluster AAD identity.
AadClientId string
App id of cluster AAD identity.
AadServicePrincipalObjectId string
Id of cluster identity service principal.
AadTenantId string
Tenant id of cluster AAD identity.
CloudManagementEndpoint string
Endpoint configured for management from the Azure portal.
DesiredProperties Pulumi.AzureNative.AzureStackHCI.Outputs.ClusterDesiredPropertiesResponse
Desired properties of the cluster.
LogCollectionProperties Pulumi.AzureNative.AzureStackHCI.Outputs.LogCollectionPropertiesResponse
Log Collection properties of the cluster.
RemoteSupportProperties Pulumi.AzureNative.AzureStackHCI.Outputs.RemoteSupportPropertiesResponse
RemoteSupport properties of the cluster.
SoftwareAssuranceProperties Pulumi.AzureNative.AzureStackHCI.Outputs.SoftwareAssurancePropertiesResponse
Software Assurance properties of the cluster.
Tags Dictionary<string, string>
Resource tags.
UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.AzureStackHCI.Outputs.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.
AzureApiVersion string
The Azure API version of the resource.
BillingModel string
Type of billing applied to the resource.
CloudId string
Unique, immutable resource id.
ConnectivityStatus string
Overall connectivity status for the cluster resource.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
IsolatedVmAttestationConfiguration IsolatedVmAttestationConfigurationResponse
Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.
LastBillingTimestamp string
Most recent billing meter timestamp.
LastSyncTimestamp string
Most recent cluster sync timestamp.
Location string
The geo-location where the resource lives
Name string
The name of the resource
PrincipalId string
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
ProvisioningState string
Provisioning state.
RegistrationTimestamp string
First cluster sync timestamp.
ReportedProperties ClusterReportedPropertiesResponse
Properties reported by cluster agent.
ResourceProviderObjectId string
Object id of RP Service Principal
ServiceEndpoint string
Region specific DataPath Endpoint of the cluster.
Status string
Status of the cluster agent.
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
TenantId string
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
TrialDaysRemaining float64
Number of days remaining in the trial period.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AadApplicationObjectId string
Object id of cluster AAD identity.
AadClientId string
App id of cluster AAD identity.
AadServicePrincipalObjectId string
Id of cluster identity service principal.
AadTenantId string
Tenant id of cluster AAD identity.
CloudManagementEndpoint string
Endpoint configured for management from the Azure portal.
DesiredProperties ClusterDesiredPropertiesResponse
Desired properties of the cluster.
LogCollectionProperties LogCollectionPropertiesResponse
Log Collection properties of the cluster.
RemoteSupportProperties RemoteSupportPropertiesResponse
RemoteSupport properties of the cluster.
SoftwareAssuranceProperties SoftwareAssurancePropertiesResponse
Software Assurance properties of the cluster.
Tags map[string]string
Resource tags.
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.
azureApiVersion String
The Azure API version of the resource.
billingModel String
Type of billing applied to the resource.
cloudId String
Unique, immutable resource id.
connectivityStatus String
Overall connectivity status for the cluster resource.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
isolatedVmAttestationConfiguration IsolatedVmAttestationConfigurationResponse
Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.
lastBillingTimestamp String
Most recent billing meter timestamp.
lastSyncTimestamp String
Most recent cluster sync timestamp.
location String
The geo-location where the resource lives
name String
The name of the resource
principalId String
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
provisioningState String
Provisioning state.
registrationTimestamp String
First cluster sync timestamp.
reportedProperties ClusterReportedPropertiesResponse
Properties reported by cluster agent.
resourceProviderObjectId String
Object id of RP Service Principal
serviceEndpoint String
Region specific DataPath Endpoint of the cluster.
status String
Status of the cluster agent.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
tenantId String
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
trialDaysRemaining Double
Number of days remaining in the trial period.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
aadApplicationObjectId String
Object id of cluster AAD identity.
aadClientId String
App id of cluster AAD identity.
aadServicePrincipalObjectId String
Id of cluster identity service principal.
aadTenantId String
Tenant id of cluster AAD identity.
cloudManagementEndpoint String
Endpoint configured for management from the Azure portal.
desiredProperties ClusterDesiredPropertiesResponse
Desired properties of the cluster.
logCollectionProperties LogCollectionPropertiesResponse
Log Collection properties of the cluster.
remoteSupportProperties RemoteSupportPropertiesResponse
RemoteSupport properties of the cluster.
softwareAssuranceProperties SoftwareAssurancePropertiesResponse
Software Assurance properties of the cluster.
tags Map<String,String>
Resource tags.
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.
azureApiVersion string
The Azure API version of the resource.
billingModel string
Type of billing applied to the resource.
cloudId string
Unique, immutable resource id.
connectivityStatus string
Overall connectivity status for the cluster resource.
id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
isolatedVmAttestationConfiguration IsolatedVmAttestationConfigurationResponse
Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.
lastBillingTimestamp string
Most recent billing meter timestamp.
lastSyncTimestamp string
Most recent cluster sync timestamp.
location string
The geo-location where the resource lives
name string
The name of the resource
principalId string
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
provisioningState string
Provisioning state.
registrationTimestamp string
First cluster sync timestamp.
reportedProperties ClusterReportedPropertiesResponse
Properties reported by cluster agent.
resourceProviderObjectId string
Object id of RP Service Principal
serviceEndpoint string
Region specific DataPath Endpoint of the cluster.
status string
Status of the cluster agent.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
tenantId string
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
trialDaysRemaining number
Number of days remaining in the trial period.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
aadApplicationObjectId string
Object id of cluster AAD identity.
aadClientId string
App id of cluster AAD identity.
aadServicePrincipalObjectId string
Id of cluster identity service principal.
aadTenantId string
Tenant id of cluster AAD identity.
cloudManagementEndpoint string
Endpoint configured for management from the Azure portal.
desiredProperties ClusterDesiredPropertiesResponse
Desired properties of the cluster.
logCollectionProperties LogCollectionPropertiesResponse
Log Collection properties of the cluster.
remoteSupportProperties RemoteSupportPropertiesResponse
RemoteSupport properties of the cluster.
softwareAssuranceProperties SoftwareAssurancePropertiesResponse
Software Assurance properties of the cluster.
tags {[key: string]: string}
Resource tags.
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.
azure_api_version str
The Azure API version of the resource.
billing_model str
Type of billing applied to the resource.
cloud_id str
Unique, immutable resource id.
connectivity_status str
Overall connectivity status for the cluster resource.
id str
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
isolated_vm_attestation_configuration IsolatedVmAttestationConfigurationResponse
Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.
last_billing_timestamp str
Most recent billing meter timestamp.
last_sync_timestamp str
Most recent cluster sync timestamp.
location str
The geo-location where the resource lives
name str
The name of the resource
principal_id str
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
provisioning_state str
Provisioning state.
registration_timestamp str
First cluster sync timestamp.
reported_properties ClusterReportedPropertiesResponse
Properties reported by cluster agent.
resource_provider_object_id str
Object id of RP Service Principal
service_endpoint str
Region specific DataPath Endpoint of the cluster.
status str
Status of the cluster agent.
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
tenant_id str
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
trial_days_remaining float
Number of days remaining in the trial period.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
aad_application_object_id str
Object id of cluster AAD identity.
aad_client_id str
App id of cluster AAD identity.
aad_service_principal_object_id str
Id of cluster identity service principal.
aad_tenant_id str
Tenant id of cluster AAD identity.
cloud_management_endpoint str
Endpoint configured for management from the Azure portal.
desired_properties ClusterDesiredPropertiesResponse
Desired properties of the cluster.
log_collection_properties LogCollectionPropertiesResponse
Log Collection properties of the cluster.
remote_support_properties RemoteSupportPropertiesResponse
RemoteSupport properties of the cluster.
software_assurance_properties SoftwareAssurancePropertiesResponse
Software Assurance properties of the cluster.
tags Mapping[str, str]
Resource tags.
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.
azureApiVersion String
The Azure API version of the resource.
billingModel String
Type of billing applied to the resource.
cloudId String
Unique, immutable resource id.
connectivityStatus String
Overall connectivity status for the cluster resource.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
isolatedVmAttestationConfiguration Property Map
Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.
lastBillingTimestamp String
Most recent billing meter timestamp.
lastSyncTimestamp String
Most recent cluster sync timestamp.
location String
The geo-location where the resource lives
name String
The name of the resource
principalId String
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
provisioningState String
Provisioning state.
registrationTimestamp String
First cluster sync timestamp.
reportedProperties Property Map
Properties reported by cluster agent.
resourceProviderObjectId String
Object id of RP Service Principal
serviceEndpoint String
Region specific DataPath Endpoint of the cluster.
status String
Status of the cluster agent.
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
tenantId String
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
trialDaysRemaining Number
Number of days remaining in the trial period.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
aadApplicationObjectId String
Object id of cluster AAD identity.
aadClientId String
App id of cluster AAD identity.
aadServicePrincipalObjectId String
Id of cluster identity service principal.
aadTenantId String
Tenant id of cluster AAD identity.
cloudManagementEndpoint String
Endpoint configured for management from the Azure portal.
desiredProperties Property Map
Desired properties of the cluster.
logCollectionProperties Property Map
Log Collection properties of the cluster.
remoteSupportProperties Property Map
RemoteSupport properties of the cluster.
softwareAssuranceProperties Property Map
Software Assurance properties of the cluster.
tags Map<String>
Resource tags.
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.

Supporting Types

ClusterDesiredPropertiesResponse

DiagnosticLevel string
Desired level of diagnostic data emitted by the cluster.
WindowsServerSubscription string
Desired state of Windows Server Subscription.
DiagnosticLevel string
Desired level of diagnostic data emitted by the cluster.
WindowsServerSubscription string
Desired state of Windows Server Subscription.
diagnosticLevel String
Desired level of diagnostic data emitted by the cluster.
windowsServerSubscription String
Desired state of Windows Server Subscription.
diagnosticLevel string
Desired level of diagnostic data emitted by the cluster.
windowsServerSubscription string
Desired state of Windows Server Subscription.
diagnostic_level str
Desired level of diagnostic data emitted by the cluster.
windows_server_subscription str
Desired state of Windows Server Subscription.
diagnosticLevel String
Desired level of diagnostic data emitted by the cluster.
windowsServerSubscription String
Desired state of Windows Server Subscription.

ClusterNodeResponse

CoreCount This property is required. double
Number of physical cores on the cluster node.
EhcResourceId This property is required. string
Edge Hardware Center Resource Id
Id This property is required. double
Id of the node in the cluster.
LastLicensingTimestamp This property is required. string
Most recent licensing timestamp.
Manufacturer This property is required. string
Manufacturer of the cluster node hardware.
MemoryInGiB This property is required. double
Total available memory on the cluster node (in GiB).
Model This property is required. string
Model name of the cluster node hardware.
Name This property is required. string
Name of the cluster node.
NodeType This property is required. string
Type of the cluster node hardware.
OemActivation This property is required. string
OEM activation status of the node.
OsDisplayVersion This property is required. string
Display version of the operating system running on the cluster node.
OsName This property is required. string
Operating system running on the cluster node.
OsVersion This property is required. string
Version of the operating system running on the cluster node.
SerialNumber This property is required. string
Immutable id of the cluster node.
WindowsServerSubscription This property is required. string
State of Windows Server Subscription.
CoreCount This property is required. float64
Number of physical cores on the cluster node.
EhcResourceId This property is required. string
Edge Hardware Center Resource Id
Id This property is required. float64
Id of the node in the cluster.
LastLicensingTimestamp This property is required. string
Most recent licensing timestamp.
Manufacturer This property is required. string
Manufacturer of the cluster node hardware.
MemoryInGiB This property is required. float64
Total available memory on the cluster node (in GiB).
Model This property is required. string
Model name of the cluster node hardware.
Name This property is required. string
Name of the cluster node.
NodeType This property is required. string
Type of the cluster node hardware.
OemActivation This property is required. string
OEM activation status of the node.
OsDisplayVersion This property is required. string
Display version of the operating system running on the cluster node.
OsName This property is required. string
Operating system running on the cluster node.
OsVersion This property is required. string
Version of the operating system running on the cluster node.
SerialNumber This property is required. string
Immutable id of the cluster node.
WindowsServerSubscription This property is required. string
State of Windows Server Subscription.
coreCount This property is required. Double
Number of physical cores on the cluster node.
ehcResourceId This property is required. String
Edge Hardware Center Resource Id
id This property is required. Double
Id of the node in the cluster.
lastLicensingTimestamp This property is required. String
Most recent licensing timestamp.
manufacturer This property is required. String
Manufacturer of the cluster node hardware.
memoryInGiB This property is required. Double
Total available memory on the cluster node (in GiB).
model This property is required. String
Model name of the cluster node hardware.
name This property is required. String
Name of the cluster node.
nodeType This property is required. String
Type of the cluster node hardware.
oemActivation This property is required. String
OEM activation status of the node.
osDisplayVersion This property is required. String
Display version of the operating system running on the cluster node.
osName This property is required. String
Operating system running on the cluster node.
osVersion This property is required. String
Version of the operating system running on the cluster node.
serialNumber This property is required. String
Immutable id of the cluster node.
windowsServerSubscription This property is required. String
State of Windows Server Subscription.
coreCount This property is required. number
Number of physical cores on the cluster node.
ehcResourceId This property is required. string
Edge Hardware Center Resource Id
id This property is required. number
Id of the node in the cluster.
lastLicensingTimestamp This property is required. string
Most recent licensing timestamp.
manufacturer This property is required. string
Manufacturer of the cluster node hardware.
memoryInGiB This property is required. number
Total available memory on the cluster node (in GiB).
model This property is required. string
Model name of the cluster node hardware.
name This property is required. string
Name of the cluster node.
nodeType This property is required. string
Type of the cluster node hardware.
oemActivation This property is required. string
OEM activation status of the node.
osDisplayVersion This property is required. string
Display version of the operating system running on the cluster node.
osName This property is required. string
Operating system running on the cluster node.
osVersion This property is required. string
Version of the operating system running on the cluster node.
serialNumber This property is required. string
Immutable id of the cluster node.
windowsServerSubscription This property is required. string
State of Windows Server Subscription.
core_count This property is required. float
Number of physical cores on the cluster node.
ehc_resource_id This property is required. str
Edge Hardware Center Resource Id
id This property is required. float
Id of the node in the cluster.
last_licensing_timestamp This property is required. str
Most recent licensing timestamp.
manufacturer This property is required. str
Manufacturer of the cluster node hardware.
memory_in_gi_b This property is required. float
Total available memory on the cluster node (in GiB).
model This property is required. str
Model name of the cluster node hardware.
name This property is required. str
Name of the cluster node.
node_type This property is required. str
Type of the cluster node hardware.
oem_activation This property is required. str
OEM activation status of the node.
os_display_version This property is required. str
Display version of the operating system running on the cluster node.
os_name This property is required. str
Operating system running on the cluster node.
os_version This property is required. str
Version of the operating system running on the cluster node.
serial_number This property is required. str
Immutable id of the cluster node.
windows_server_subscription This property is required. str
State of Windows Server Subscription.
coreCount This property is required. Number
Number of physical cores on the cluster node.
ehcResourceId This property is required. String
Edge Hardware Center Resource Id
id This property is required. Number
Id of the node in the cluster.
lastLicensingTimestamp This property is required. String
Most recent licensing timestamp.
manufacturer This property is required. String
Manufacturer of the cluster node hardware.
memoryInGiB This property is required. Number
Total available memory on the cluster node (in GiB).
model This property is required. String
Model name of the cluster node hardware.
name This property is required. String
Name of the cluster node.
nodeType This property is required. String
Type of the cluster node hardware.
oemActivation This property is required. String
OEM activation status of the node.
osDisplayVersion This property is required. String
Display version of the operating system running on the cluster node.
osName This property is required. String
Operating system running on the cluster node.
osVersion This property is required. String
Version of the operating system running on the cluster node.
serialNumber This property is required. String
Immutable id of the cluster node.
windowsServerSubscription This property is required. String
State of Windows Server Subscription.

ClusterReportedPropertiesResponse

ClusterId This property is required. string
Unique id generated by the on-prem cluster.
ClusterName This property is required. string
Name of the on-prem cluster connected to this resource.
ClusterType This property is required. string
The node type of all the nodes of the cluster.
ClusterVersion This property is required. string
Version of the cluster software.
ImdsAttestation This property is required. string
IMDS attestation status of the cluster.
LastUpdated This property is required. string
Last time the cluster reported the data.
Manufacturer This property is required. string
The manufacturer of all the nodes of the cluster.
Nodes This property is required. List<Pulumi.AzureNative.AzureStackHCI.Inputs.ClusterNodeResponse>
List of nodes reported by the cluster.
OemActivation This property is required. string
OEM activation status of the cluster.
SupportedCapabilities This property is required. List<string>
Capabilities supported by the cluster.
DiagnosticLevel string
Level of diagnostic data emitted by the cluster.
ClusterId This property is required. string
Unique id generated by the on-prem cluster.
ClusterName This property is required. string
Name of the on-prem cluster connected to this resource.
ClusterType This property is required. string
The node type of all the nodes of the cluster.
ClusterVersion This property is required. string
Version of the cluster software.
ImdsAttestation This property is required. string
IMDS attestation status of the cluster.
LastUpdated This property is required. string
Last time the cluster reported the data.
Manufacturer This property is required. string
The manufacturer of all the nodes of the cluster.
Nodes This property is required. []ClusterNodeResponse
List of nodes reported by the cluster.
OemActivation This property is required. string
OEM activation status of the cluster.
SupportedCapabilities This property is required. []string
Capabilities supported by the cluster.
DiagnosticLevel string
Level of diagnostic data emitted by the cluster.
clusterId This property is required. String
Unique id generated by the on-prem cluster.
clusterName This property is required. String
Name of the on-prem cluster connected to this resource.
clusterType This property is required. String
The node type of all the nodes of the cluster.
clusterVersion This property is required. String
Version of the cluster software.
imdsAttestation This property is required. String
IMDS attestation status of the cluster.
lastUpdated This property is required. String
Last time the cluster reported the data.
manufacturer This property is required. String
The manufacturer of all the nodes of the cluster.
nodes This property is required. List<ClusterNodeResponse>
List of nodes reported by the cluster.
oemActivation This property is required. String
OEM activation status of the cluster.
supportedCapabilities This property is required. List<String>
Capabilities supported by the cluster.
diagnosticLevel String
Level of diagnostic data emitted by the cluster.
clusterId This property is required. string
Unique id generated by the on-prem cluster.
clusterName This property is required. string
Name of the on-prem cluster connected to this resource.
clusterType This property is required. string
The node type of all the nodes of the cluster.
clusterVersion This property is required. string
Version of the cluster software.
imdsAttestation This property is required. string
IMDS attestation status of the cluster.
lastUpdated This property is required. string
Last time the cluster reported the data.
manufacturer This property is required. string
The manufacturer of all the nodes of the cluster.
nodes This property is required. ClusterNodeResponse[]
List of nodes reported by the cluster.
oemActivation This property is required. string
OEM activation status of the cluster.
supportedCapabilities This property is required. string[]
Capabilities supported by the cluster.
diagnosticLevel string
Level of diagnostic data emitted by the cluster.
cluster_id This property is required. str
Unique id generated by the on-prem cluster.
cluster_name This property is required. str
Name of the on-prem cluster connected to this resource.
cluster_type This property is required. str
The node type of all the nodes of the cluster.
cluster_version This property is required. str
Version of the cluster software.
imds_attestation This property is required. str
IMDS attestation status of the cluster.
last_updated This property is required. str
Last time the cluster reported the data.
manufacturer This property is required. str
The manufacturer of all the nodes of the cluster.
nodes This property is required. Sequence[ClusterNodeResponse]
List of nodes reported by the cluster.
oem_activation This property is required. str
OEM activation status of the cluster.
supported_capabilities This property is required. Sequence[str]
Capabilities supported by the cluster.
diagnostic_level str
Level of diagnostic data emitted by the cluster.
clusterId This property is required. String
Unique id generated by the on-prem cluster.
clusterName This property is required. String
Name of the on-prem cluster connected to this resource.
clusterType This property is required. String
The node type of all the nodes of the cluster.
clusterVersion This property is required. String
Version of the cluster software.
imdsAttestation This property is required. String
IMDS attestation status of the cluster.
lastUpdated This property is required. String
Last time the cluster reported the data.
manufacturer This property is required. String
The manufacturer of all the nodes of the cluster.
nodes This property is required. List<Property Map>
List of nodes reported by the cluster.
oemActivation This property is required. String
OEM activation status of the cluster.
supportedCapabilities This property is required. List<String>
Capabilities supported by the cluster.
diagnosticLevel String
Level of diagnostic data emitted by the cluster.

IsolatedVmAttestationConfigurationResponse

AttestationResourceId This property is required. string
Fully qualified Azure resource id of the Microsoft Azure attestation resource associated with this cluster.
AttestationServiceEndpoint This property is required. string
Region specific endpoint for Microsoft Azure Attestation service for the cluster
RelyingPartyServiceEndpoint This property is required. string
Region specific endpoint for relying party service.
AttestationResourceId This property is required. string
Fully qualified Azure resource id of the Microsoft Azure attestation resource associated with this cluster.
AttestationServiceEndpoint This property is required. string
Region specific endpoint for Microsoft Azure Attestation service for the cluster
RelyingPartyServiceEndpoint This property is required. string
Region specific endpoint for relying party service.
attestationResourceId This property is required. String
Fully qualified Azure resource id of the Microsoft Azure attestation resource associated with this cluster.
attestationServiceEndpoint This property is required. String
Region specific endpoint for Microsoft Azure Attestation service for the cluster
relyingPartyServiceEndpoint This property is required. String
Region specific endpoint for relying party service.
attestationResourceId This property is required. string
Fully qualified Azure resource id of the Microsoft Azure attestation resource associated with this cluster.
attestationServiceEndpoint This property is required. string
Region specific endpoint for Microsoft Azure Attestation service for the cluster
relyingPartyServiceEndpoint This property is required. string
Region specific endpoint for relying party service.
attestation_resource_id This property is required. str
Fully qualified Azure resource id of the Microsoft Azure attestation resource associated with this cluster.
attestation_service_endpoint This property is required. str
Region specific endpoint for Microsoft Azure Attestation service for the cluster
relying_party_service_endpoint This property is required. str
Region specific endpoint for relying party service.
attestationResourceId This property is required. String
Fully qualified Azure resource id of the Microsoft Azure attestation resource associated with this cluster.
attestationServiceEndpoint This property is required. String
Region specific endpoint for Microsoft Azure Attestation service for the cluster
relyingPartyServiceEndpoint This property is required. String
Region specific endpoint for relying party service.

LogCollectionErrorResponse

ErrorCode This property is required. string
Error Code of the log collection
ErrorMessage This property is required. string
Error Message of the log collection
ErrorCode This property is required. string
Error Code of the log collection
ErrorMessage This property is required. string
Error Message of the log collection
errorCode This property is required. String
Error Code of the log collection
errorMessage This property is required. String
Error Message of the log collection
errorCode This property is required. string
Error Code of the log collection
errorMessage This property is required. string
Error Message of the log collection
error_code This property is required. str
Error Code of the log collection
error_message This property is required. str
Error Message of the log collection
errorCode This property is required. String
Error Code of the log collection
errorMessage This property is required. String
Error Message of the log collection

LogCollectionPropertiesResponse

FromDate This property is required. string
From DateTimeStamp from when logs need to be connected
LastLogGenerated This property is required. string
Recent DateTimeStamp where logs are successfully generated
LogCollectionSessionDetails This property is required. List<Pulumi.AzureNative.AzureStackHCI.Inputs.LogCollectionSessionResponse>
ToDate This property is required. string
To DateTimeStamp till when logs need to be connected
FromDate This property is required. string
From DateTimeStamp from when logs need to be connected
LastLogGenerated This property is required. string
Recent DateTimeStamp where logs are successfully generated
LogCollectionSessionDetails This property is required. []LogCollectionSessionResponse
ToDate This property is required. string
To DateTimeStamp till when logs need to be connected
fromDate This property is required. String
From DateTimeStamp from when logs need to be connected
lastLogGenerated This property is required. String
Recent DateTimeStamp where logs are successfully generated
logCollectionSessionDetails This property is required. List<LogCollectionSessionResponse>
toDate This property is required. String
To DateTimeStamp till when logs need to be connected
fromDate This property is required. string
From DateTimeStamp from when logs need to be connected
lastLogGenerated This property is required. string
Recent DateTimeStamp where logs are successfully generated
logCollectionSessionDetails This property is required. LogCollectionSessionResponse[]
toDate This property is required. string
To DateTimeStamp till when logs need to be connected
from_date This property is required. str
From DateTimeStamp from when logs need to be connected
last_log_generated This property is required. str
Recent DateTimeStamp where logs are successfully generated
log_collection_session_details This property is required. Sequence[LogCollectionSessionResponse]
to_date This property is required. str
To DateTimeStamp till when logs need to be connected
fromDate This property is required. String
From DateTimeStamp from when logs need to be connected
lastLogGenerated This property is required. String
Recent DateTimeStamp where logs are successfully generated
logCollectionSessionDetails This property is required. List<Property Map>
toDate This property is required. String
To DateTimeStamp till when logs need to be connected

LogCollectionSessionResponse

CorrelationId This property is required. string
CorrelationId of the log collection
EndTimeCollected This property is required. string
End Time of the logs when it was collected
LogCollectionError This property is required. Pulumi.AzureNative.AzureStackHCI.Inputs.LogCollectionErrorResponse
Log Collection Error details of the cluster.
LogCollectionJobType This property is required. string
LogCollection job type
LogCollectionStatus This property is required. string
LogCollection status
LogEndTime This property is required. string
End Time of the logs when it was collected
LogSize This property is required. double
Size of the logs collected
LogStartTime This property is required. string
Start Time of the logs when it was collected
TimeCollected This property is required. string
Duration of logs collected
CorrelationId This property is required. string
CorrelationId of the log collection
EndTimeCollected This property is required. string
End Time of the logs when it was collected
LogCollectionError This property is required. LogCollectionErrorResponse
Log Collection Error details of the cluster.
LogCollectionJobType This property is required. string
LogCollection job type
LogCollectionStatus This property is required. string
LogCollection status
LogEndTime This property is required. string
End Time of the logs when it was collected
LogSize This property is required. float64
Size of the logs collected
LogStartTime This property is required. string
Start Time of the logs when it was collected
TimeCollected This property is required. string
Duration of logs collected
correlationId This property is required. String
CorrelationId of the log collection
endTimeCollected This property is required. String
End Time of the logs when it was collected
logCollectionError This property is required. LogCollectionErrorResponse
Log Collection Error details of the cluster.
logCollectionJobType This property is required. String
LogCollection job type
logCollectionStatus This property is required. String
LogCollection status
logEndTime This property is required. String
End Time of the logs when it was collected
logSize This property is required. Double
Size of the logs collected
logStartTime This property is required. String
Start Time of the logs when it was collected
timeCollected This property is required. String
Duration of logs collected
correlationId This property is required. string
CorrelationId of the log collection
endTimeCollected This property is required. string
End Time of the logs when it was collected
logCollectionError This property is required. LogCollectionErrorResponse
Log Collection Error details of the cluster.
logCollectionJobType This property is required. string
LogCollection job type
logCollectionStatus This property is required. string
LogCollection status
logEndTime This property is required. string
End Time of the logs when it was collected
logSize This property is required. number
Size of the logs collected
logStartTime This property is required. string
Start Time of the logs when it was collected
timeCollected This property is required. string
Duration of logs collected
correlation_id This property is required. str
CorrelationId of the log collection
end_time_collected This property is required. str
End Time of the logs when it was collected
log_collection_error This property is required. LogCollectionErrorResponse
Log Collection Error details of the cluster.
log_collection_job_type This property is required. str
LogCollection job type
log_collection_status This property is required. str
LogCollection status
log_end_time This property is required. str
End Time of the logs when it was collected
log_size This property is required. float
Size of the logs collected
log_start_time This property is required. str
Start Time of the logs when it was collected
time_collected This property is required. str
Duration of logs collected
correlationId This property is required. String
CorrelationId of the log collection
endTimeCollected This property is required. String
End Time of the logs when it was collected
logCollectionError This property is required. Property Map
Log Collection Error details of the cluster.
logCollectionJobType This property is required. String
LogCollection job type
logCollectionStatus This property is required. String
LogCollection status
logEndTime This property is required. String
End Time of the logs when it was collected
logSize This property is required. Number
Size of the logs collected
logStartTime This property is required. String
Start Time of the logs when it was collected
timeCollected This property is required. String
Duration of logs collected

PerNodeRemoteSupportSessionResponse

AccessLevel This property is required. string
Remote Support Access Level
Duration This property is required. double
Duration of Remote Support Enablement
NodeName This property is required. string
Name of the node
SessionEndTime This property is required. string
Remote Support Session EndTime on the Node
SessionStartTime This property is required. string
Remote Support Session StartTime on the Node
AccessLevel This property is required. string
Remote Support Access Level
Duration This property is required. float64
Duration of Remote Support Enablement
NodeName This property is required. string
Name of the node
SessionEndTime This property is required. string
Remote Support Session EndTime on the Node
SessionStartTime This property is required. string
Remote Support Session StartTime on the Node
accessLevel This property is required. String
Remote Support Access Level
duration This property is required. Double
Duration of Remote Support Enablement
nodeName This property is required. String
Name of the node
sessionEndTime This property is required. String
Remote Support Session EndTime on the Node
sessionStartTime This property is required. String
Remote Support Session StartTime on the Node
accessLevel This property is required. string
Remote Support Access Level
duration This property is required. number
Duration of Remote Support Enablement
nodeName This property is required. string
Name of the node
sessionEndTime This property is required. string
Remote Support Session EndTime on the Node
sessionStartTime This property is required. string
Remote Support Session StartTime on the Node
access_level This property is required. str
Remote Support Access Level
duration This property is required. float
Duration of Remote Support Enablement
node_name This property is required. str
Name of the node
session_end_time This property is required. str
Remote Support Session EndTime on the Node
session_start_time This property is required. str
Remote Support Session StartTime on the Node
accessLevel This property is required. String
Remote Support Access Level
duration This property is required. Number
Duration of Remote Support Enablement
nodeName This property is required. String
Name of the node
sessionEndTime This property is required. String
Remote Support Session EndTime on the Node
sessionStartTime This property is required. String
Remote Support Session StartTime on the Node

RemoteSupportNodeSettingsResponse

ArcResourceId This property is required. string
Arc ResourceId of the Node
ConnectionErrorMessage This property is required. string
Remote Support Access Connection Error Message on the Node
ConnectionStatus This property is required. string
Remote Support Access Connection Status on the Node
CreatedAt This property is required. string
Remote Support Enablement Request Created TimeStamp on the Node
State This property is required. string
Remote Support Access Connection State on the Node
TranscriptLocation This property is required. string
Remote Support Transcript location on the node
UpdatedAt This property is required. string
Remote Support Enablement Request Updated TimeStamp on the Node
ArcResourceId This property is required. string
Arc ResourceId of the Node
ConnectionErrorMessage This property is required. string
Remote Support Access Connection Error Message on the Node
ConnectionStatus This property is required. string
Remote Support Access Connection Status on the Node
CreatedAt This property is required. string
Remote Support Enablement Request Created TimeStamp on the Node
State This property is required. string
Remote Support Access Connection State on the Node
TranscriptLocation This property is required. string
Remote Support Transcript location on the node
UpdatedAt This property is required. string
Remote Support Enablement Request Updated TimeStamp on the Node
arcResourceId This property is required. String
Arc ResourceId of the Node
connectionErrorMessage This property is required. String
Remote Support Access Connection Error Message on the Node
connectionStatus This property is required. String
Remote Support Access Connection Status on the Node
createdAt This property is required. String
Remote Support Enablement Request Created TimeStamp on the Node
state This property is required. String
Remote Support Access Connection State on the Node
transcriptLocation This property is required. String
Remote Support Transcript location on the node
updatedAt This property is required. String
Remote Support Enablement Request Updated TimeStamp on the Node
arcResourceId This property is required. string
Arc ResourceId of the Node
connectionErrorMessage This property is required. string
Remote Support Access Connection Error Message on the Node
connectionStatus This property is required. string
Remote Support Access Connection Status on the Node
createdAt This property is required. string
Remote Support Enablement Request Created TimeStamp on the Node
state This property is required. string
Remote Support Access Connection State on the Node
transcriptLocation This property is required. string
Remote Support Transcript location on the node
updatedAt This property is required. string
Remote Support Enablement Request Updated TimeStamp on the Node
arc_resource_id This property is required. str
Arc ResourceId of the Node
connection_error_message This property is required. str
Remote Support Access Connection Error Message on the Node
connection_status This property is required. str
Remote Support Access Connection Status on the Node
created_at This property is required. str
Remote Support Enablement Request Created TimeStamp on the Node
state This property is required. str
Remote Support Access Connection State on the Node
transcript_location This property is required. str
Remote Support Transcript location on the node
updated_at This property is required. str
Remote Support Enablement Request Updated TimeStamp on the Node
arcResourceId This property is required. String
Arc ResourceId of the Node
connectionErrorMessage This property is required. String
Remote Support Access Connection Error Message on the Node
connectionStatus This property is required. String
Remote Support Access Connection Status on the Node
createdAt This property is required. String
Remote Support Enablement Request Created TimeStamp on the Node
state This property is required. String
Remote Support Access Connection State on the Node
transcriptLocation This property is required. String
Remote Support Transcript location on the node
updatedAt This property is required. String
Remote Support Enablement Request Updated TimeStamp on the Node

RemoteSupportPropertiesResponse

AccessLevel This property is required. string
Remote Support Access Level
ExpirationTimeStamp This property is required. string
Expiration DateTimeStamp when Remote Support Access will be expired
RemoteSupportNodeSettings This property is required. List<Pulumi.AzureNative.AzureStackHCI.Inputs.RemoteSupportNodeSettingsResponse>
RemoteSupportSessionDetails This property is required. List<Pulumi.AzureNative.AzureStackHCI.Inputs.PerNodeRemoteSupportSessionResponse>
RemoteSupportType This property is required. string
Remote Support Type for cluster
AccessLevel This property is required. string
Remote Support Access Level
ExpirationTimeStamp This property is required. string
Expiration DateTimeStamp when Remote Support Access will be expired
RemoteSupportNodeSettings This property is required. []RemoteSupportNodeSettingsResponse
RemoteSupportSessionDetails This property is required. []PerNodeRemoteSupportSessionResponse
RemoteSupportType This property is required. string
Remote Support Type for cluster
accessLevel This property is required. String
Remote Support Access Level
expirationTimeStamp This property is required. String
Expiration DateTimeStamp when Remote Support Access will be expired
remoteSupportNodeSettings This property is required. List<RemoteSupportNodeSettingsResponse>
remoteSupportSessionDetails This property is required. List<PerNodeRemoteSupportSessionResponse>
remoteSupportType This property is required. String
Remote Support Type for cluster
accessLevel This property is required. string
Remote Support Access Level
expirationTimeStamp This property is required. string
Expiration DateTimeStamp when Remote Support Access will be expired
remoteSupportNodeSettings This property is required. RemoteSupportNodeSettingsResponse[]
remoteSupportSessionDetails This property is required. PerNodeRemoteSupportSessionResponse[]
remoteSupportType This property is required. string
Remote Support Type for cluster
access_level This property is required. str
Remote Support Access Level
expiration_time_stamp This property is required. str
Expiration DateTimeStamp when Remote Support Access will be expired
remote_support_node_settings This property is required. Sequence[RemoteSupportNodeSettingsResponse]
remote_support_session_details This property is required. Sequence[PerNodeRemoteSupportSessionResponse]
remote_support_type This property is required. str
Remote Support Type for cluster
accessLevel This property is required. String
Remote Support Access Level
expirationTimeStamp This property is required. String
Expiration DateTimeStamp when Remote Support Access will be expired
remoteSupportNodeSettings This property is required. List<Property Map>
remoteSupportSessionDetails This property is required. List<Property Map>
remoteSupportType This property is required. String
Remote Support Type for cluster

SoftwareAssurancePropertiesResponse

LastUpdated This property is required. string
TimeStamp denoting the latest SA benefit applicability is validated.
SoftwareAssuranceStatus This property is required. string
Status of the Software Assurance for the cluster.
SoftwareAssuranceIntent string
Customer Intent for Software Assurance Benefit.
LastUpdated This property is required. string
TimeStamp denoting the latest SA benefit applicability is validated.
SoftwareAssuranceStatus This property is required. string
Status of the Software Assurance for the cluster.
SoftwareAssuranceIntent string
Customer Intent for Software Assurance Benefit.
lastUpdated This property is required. String
TimeStamp denoting the latest SA benefit applicability is validated.
softwareAssuranceStatus This property is required. String
Status of the Software Assurance for the cluster.
softwareAssuranceIntent String
Customer Intent for Software Assurance Benefit.
lastUpdated This property is required. string
TimeStamp denoting the latest SA benefit applicability is validated.
softwareAssuranceStatus This property is required. string
Status of the Software Assurance for the cluster.
softwareAssuranceIntent string
Customer Intent for Software Assurance Benefit.
last_updated This property is required. str
TimeStamp denoting the latest SA benefit applicability is validated.
software_assurance_status This property is required. str
Status of the Software Assurance for the cluster.
software_assurance_intent str
Customer Intent for Software Assurance Benefit.
lastUpdated This property is required. String
TimeStamp denoting the latest SA benefit applicability is validated.
softwareAssuranceStatus This property is required. String
Status of the Software Assurance for the cluster.
softwareAssuranceIntent String
Customer Intent for Software Assurance Benefit.

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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi