published on Friday, Mar 20, 2026 by Pulumi
published on Friday, Mar 20, 2026 by Pulumi
Returns the properties of the specified connected cluster, including name, identity, properties, and additional cluster details.
Uses Azure REST API version 2024-02-01-preview.
Other available API versions: 2021-04-01-preview, 2021-10-01, 2022-05-01-preview, 2022-10-01-preview, 2023-11-01-preview, 2024-01-01, 2024-06-01-preview, 2024-07-01-preview, 2024-07-15-preview, 2024-12-01-preview, 2025-08-01-preview, 2025-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native kubernetes [ApiVersion]. See the version guide for details.
Using getConnectedCluster
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 getConnectedCluster(args: GetConnectedClusterArgs, opts?: InvokeOptions): Promise<GetConnectedClusterResult>
function getConnectedClusterOutput(args: GetConnectedClusterOutputArgs, opts?: InvokeOptions): Output<GetConnectedClusterResult>def get_connected_cluster(cluster_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectedClusterResult
def get_connected_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectedClusterResult]func LookupConnectedCluster(ctx *Context, args *LookupConnectedClusterArgs, opts ...InvokeOption) (*LookupConnectedClusterResult, error)
func LookupConnectedClusterOutput(ctx *Context, args *LookupConnectedClusterOutputArgs, opts ...InvokeOption) LookupConnectedClusterResultOutput> Note: This function is named LookupConnectedCluster in the Go SDK.
public static class GetConnectedCluster
{
public static Task<GetConnectedClusterResult> InvokeAsync(GetConnectedClusterArgs args, InvokeOptions? opts = null)
public static Output<GetConnectedClusterResult> Invoke(GetConnectedClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetConnectedClusterResult> getConnectedCluster(GetConnectedClusterArgs args, InvokeOptions options)
public static Output<GetConnectedClusterResult> getConnectedCluster(GetConnectedClusterArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:kubernetes:getConnectedCluster
arguments:
# arguments dictionaryThe following arguments are supported:
- Cluster
Name string - The name of the Kubernetes cluster on which get is called.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Cluster
Name string - The name of the Kubernetes cluster on which get is called.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- cluster
Name String - The name of the Kubernetes cluster on which get is called.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- cluster
Name string - The name of the Kubernetes cluster on which get is called.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- cluster_
name str - The name of the Kubernetes cluster on which get is called.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- cluster
Name String - The name of the Kubernetes cluster on which get is called.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getConnectedCluster Result
The following output properties are available:
- Agent
Public stringKey Certificate - Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
- Agent
Version string - Version of the agent running on the connected cluster resource
- Azure
Api stringVersion - The Azure API version of the resource.
- Connectivity
Status string - Represents the connectivity status of the connected cluster.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Identity
Pulumi.
Azure Native. Kubernetes. Outputs. Connected Cluster Identity Response - The identity of the connected cluster.
- Kubernetes
Version string - The Kubernetes version of the connected cluster resource
- Last
Connectivity stringTime - Time representing the last instance when heart beat was received from the cluster
- Location string
- The geo-location where the resource lives
- Managed
Identity stringCertificate Expiration Time - Expiration time of the managed identity certificate
- Miscellaneous
Properties Dictionary<string, string> - More properties related to the Connected Cluster
- Name string
- The name of the resource
- Offering string
- Connected cluster offering
- System
Data Pulumi.Azure Native. Kubernetes. Outputs. System Data Response - Metadata pertaining to creation and last modification of the resource
- Total
Core intCount - Number of CPU cores present in the connected cluster resource
- Total
Node intCount - Number of nodes present in the connected cluster resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Aad
Profile Pulumi.Azure Native. Kubernetes. Outputs. Aad Profile Response - AAD profile for the connected cluster.
- Arc
Agent Pulumi.Profile Azure Native. Kubernetes. Outputs. Arc Agent Profile Response - Arc agentry configuration for the provisioned cluster.
- Azure
Hybrid stringBenefit - Indicates whether Azure Hybrid Benefit is opted in
- Distribution string
- The Kubernetes distribution running on this connected cluster.
- Distribution
Version string - The Kubernetes distribution version on this connected cluster.
- Infrastructure string
- The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
- Kind string
- The kind of connected cluster.
- Private
Link stringScope Resource Id - The resource id of the private link scope this connected cluster is assigned to, if any.
- Private
Link stringState - Property which describes the state of private link on a connected cluster resource.
- Provisioning
State string - Provisioning state of the connected cluster resource.
- Dictionary<string, string>
- Resource tags.
- Agent
Public stringKey Certificate - Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
- Agent
Version string - Version of the agent running on the connected cluster resource
- Azure
Api stringVersion - The Azure API version of the resource.
- Connectivity
Status string - Represents the connectivity status of the connected cluster.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Identity
Connected
Cluster Identity Response - The identity of the connected cluster.
- Kubernetes
Version string - The Kubernetes version of the connected cluster resource
- Last
Connectivity stringTime - Time representing the last instance when heart beat was received from the cluster
- Location string
- The geo-location where the resource lives
- Managed
Identity stringCertificate Expiration Time - Expiration time of the managed identity certificate
- Miscellaneous
Properties map[string]string - More properties related to the Connected Cluster
- Name string
- The name of the resource
- Offering string
- Connected cluster offering
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource
- Total
Core intCount - Number of CPU cores present in the connected cluster resource
- Total
Node intCount - Number of nodes present in the connected cluster resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Aad
Profile AadProfile Response - AAD profile for the connected cluster.
- Arc
Agent ArcProfile Agent Profile Response - Arc agentry configuration for the provisioned cluster.
- Azure
Hybrid stringBenefit - Indicates whether Azure Hybrid Benefit is opted in
- Distribution string
- The Kubernetes distribution running on this connected cluster.
- Distribution
Version string - The Kubernetes distribution version on this connected cluster.
- Infrastructure string
- The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
- Kind string
- The kind of connected cluster.
- Private
Link stringScope Resource Id - The resource id of the private link scope this connected cluster is assigned to, if any.
- Private
Link stringState - Property which describes the state of private link on a connected cluster resource.
- Provisioning
State string - Provisioning state of the connected cluster resource.
- map[string]string
- Resource tags.
- agent
Public StringKey Certificate - Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
- agent
Version String - Version of the agent running on the connected cluster resource
- azure
Api StringVersion - The Azure API version of the resource.
- connectivity
Status String - Represents the connectivity status of the connected cluster.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- identity
Connected
Cluster Identity Response - The identity of the connected cluster.
- kubernetes
Version String - The Kubernetes version of the connected cluster resource
- last
Connectivity StringTime - Time representing the last instance when heart beat was received from the cluster
- location String
- The geo-location where the resource lives
- managed
Identity StringCertificate Expiration Time - Expiration time of the managed identity certificate
- miscellaneous
Properties Map<String,String> - More properties related to the Connected Cluster
- name String
- The name of the resource
- offering String
- Connected cluster offering
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource
- total
Core IntegerCount - Number of CPU cores present in the connected cluster resource
- total
Node IntegerCount - Number of nodes present in the connected cluster resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- aad
Profile AadProfile Response - AAD profile for the connected cluster.
- arc
Agent ArcProfile Agent Profile Response - Arc agentry configuration for the provisioned cluster.
- azure
Hybrid StringBenefit - Indicates whether Azure Hybrid Benefit is opted in
- distribution String
- The Kubernetes distribution running on this connected cluster.
- distribution
Version String - The Kubernetes distribution version on this connected cluster.
- infrastructure String
- The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
- kind String
- The kind of connected cluster.
- private
Link StringScope Resource Id - The resource id of the private link scope this connected cluster is assigned to, if any.
- private
Link StringState - Property which describes the state of private link on a connected cluster resource.
- provisioning
State String - Provisioning state of the connected cluster resource.
- Map<String,String>
- Resource tags.
- agent
Public stringKey Certificate - Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
- agent
Version string - Version of the agent running on the connected cluster resource
- azure
Api stringVersion - The Azure API version of the resource.
- connectivity
Status string - Represents the connectivity status of the connected cluster.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- identity
Connected
Cluster Identity Response - The identity of the connected cluster.
- kubernetes
Version string - The Kubernetes version of the connected cluster resource
- last
Connectivity stringTime - Time representing the last instance when heart beat was received from the cluster
- location string
- The geo-location where the resource lives
- managed
Identity stringCertificate Expiration Time - Expiration time of the managed identity certificate
- miscellaneous
Properties {[key: string]: string} - More properties related to the Connected Cluster
- name string
- The name of the resource
- offering string
- Connected cluster offering
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource
- total
Core numberCount - Number of CPU cores present in the connected cluster resource
- total
Node numberCount - Number of nodes present in the connected cluster resource
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- aad
Profile AadProfile Response - AAD profile for the connected cluster.
- arc
Agent ArcProfile Agent Profile Response - Arc agentry configuration for the provisioned cluster.
- azure
Hybrid stringBenefit - Indicates whether Azure Hybrid Benefit is opted in
- distribution string
- The Kubernetes distribution running on this connected cluster.
- distribution
Version string - The Kubernetes distribution version on this connected cluster.
- infrastructure string
- The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
- kind string
- The kind of connected cluster.
- private
Link stringScope Resource Id - The resource id of the private link scope this connected cluster is assigned to, if any.
- private
Link stringState - Property which describes the state of private link on a connected cluster resource.
- provisioning
State string - Provisioning state of the connected cluster resource.
- {[key: string]: string}
- Resource tags.
- agent_
public_ strkey_ certificate - Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
- agent_
version str - Version of the agent running on the connected cluster resource
- azure_
api_ strversion - The Azure API version of the resource.
- connectivity_
status str - Represents the connectivity status of the connected cluster.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- identity
Connected
Cluster Identity Response - The identity of the connected cluster.
- kubernetes_
version str - The Kubernetes version of the connected cluster resource
- last_
connectivity_ strtime - Time representing the last instance when heart beat was received from the cluster
- location str
- The geo-location where the resource lives
- managed_
identity_ strcertificate_ expiration_ time - Expiration time of the managed identity certificate
- miscellaneous_
properties Mapping[str, str] - More properties related to the Connected Cluster
- name str
- The name of the resource
- offering str
- Connected cluster offering
- system_
data SystemData Response - Metadata pertaining to creation and last modification of the resource
- total_
core_ intcount - Number of CPU cores present in the connected cluster resource
- total_
node_ intcount - Number of nodes present in the connected cluster resource
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- aad_
profile AadProfile Response - AAD profile for the connected cluster.
- arc_
agent_ Arcprofile Agent Profile Response - Arc agentry configuration for the provisioned cluster.
- azure_
hybrid_ strbenefit - Indicates whether Azure Hybrid Benefit is opted in
- distribution str
- The Kubernetes distribution running on this connected cluster.
- distribution_
version str - The Kubernetes distribution version on this connected cluster.
- infrastructure str
- The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
- kind str
- The kind of connected cluster.
- private_
link_ strscope_ resource_ id - The resource id of the private link scope this connected cluster is assigned to, if any.
- private_
link_ strstate - Property which describes the state of private link on a connected cluster resource.
- provisioning_
state str - Provisioning state of the connected cluster resource.
- Mapping[str, str]
- Resource tags.
- agent
Public StringKey Certificate - Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
- agent
Version String - Version of the agent running on the connected cluster resource
- azure
Api StringVersion - The Azure API version of the resource.
- connectivity
Status String - Represents the connectivity status of the connected cluster.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- identity Property Map
- The identity of the connected cluster.
- kubernetes
Version String - The Kubernetes version of the connected cluster resource
- last
Connectivity StringTime - Time representing the last instance when heart beat was received from the cluster
- location String
- The geo-location where the resource lives
- managed
Identity StringCertificate Expiration Time - Expiration time of the managed identity certificate
- miscellaneous
Properties Map<String> - More properties related to the Connected Cluster
- name String
- The name of the resource
- offering String
- Connected cluster offering
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource
- total
Core NumberCount - Number of CPU cores present in the connected cluster resource
- total
Node NumberCount - Number of nodes present in the connected cluster resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- aad
Profile Property Map - AAD profile for the connected cluster.
- arc
Agent Property MapProfile - Arc agentry configuration for the provisioned cluster.
- azure
Hybrid StringBenefit - Indicates whether Azure Hybrid Benefit is opted in
- distribution String
- The Kubernetes distribution running on this connected cluster.
- distribution
Version String - The Kubernetes distribution version on this connected cluster.
- infrastructure String
- The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
- kind String
- The kind of connected cluster.
- private
Link StringScope Resource Id - The resource id of the private link scope this connected cluster is assigned to, if any.
- private
Link StringState - Property which describes the state of private link on a connected cluster resource.
- provisioning
State String - Provisioning state of the connected cluster resource.
- Map<String>
- Resource tags.
Supporting Types
AadProfileResponse
- Admin
Group List<string>Object IDs - The list of AAD group object IDs that will have admin role of the cluster.
- Enable
Azure boolRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- Tenant
ID string - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- Admin
Group []stringObject IDs - The list of AAD group object IDs that will have admin role of the cluster.
- Enable
Azure boolRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- Tenant
ID string - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- admin
Group List<String>Object IDs - The list of AAD group object IDs that will have admin role of the cluster.
- enable
Azure BooleanRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- tenant
ID String - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- admin
Group string[]Object IDs - The list of AAD group object IDs that will have admin role of the cluster.
- enable
Azure booleanRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- tenant
ID string - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- admin_
group_ Sequence[str]object_ ids - The list of AAD group object IDs that will have admin role of the cluster.
- enable_
azure_ boolrbac - Whether to enable Azure RBAC for Kubernetes authorization.
- tenant_
id str - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
- admin
Group List<String>Object IDs - The list of AAD group object IDs that will have admin role of the cluster.
- enable
Azure BooleanRBAC - Whether to enable Azure RBAC for Kubernetes authorization.
- tenant
ID String - The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
AgentErrorResponse
ArcAgentProfileResponse
- Agent
Auto stringUpgrade - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- Agent
Errors List<Pulumi.Azure Native. Kubernetes. Inputs. Agent Error Response> - List of system extensions can be installed on the cluster resource.
- Desired
Agent stringVersion - Version of the Arc agents to be installed on the cluster resource
- System
Components List<Pulumi.Azure Native. Kubernetes. Inputs. System Component Response> - List of system extensions can be installed on the cluster resource.
- Agent
Auto stringUpgrade - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- Agent
Errors []AgentError Response - List of system extensions can be installed on the cluster resource.
- Desired
Agent stringVersion - Version of the Arc agents to be installed on the cluster resource
- System
Components []SystemComponent Response - List of system extensions can be installed on the cluster resource.
- agent
Auto StringUpgrade - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- agent
Errors List<AgentError Response> - List of system extensions can be installed on the cluster resource.
- desired
Agent StringVersion - Version of the Arc agents to be installed on the cluster resource
- system
Components List<SystemComponent Response> - List of system extensions can be installed on the cluster resource.
- agent
Auto stringUpgrade - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- agent
Errors AgentError Response[] - List of system extensions can be installed on the cluster resource.
- desired
Agent stringVersion - Version of the Arc agents to be installed on the cluster resource
- system
Components SystemComponent Response[] - List of system extensions can be installed on the cluster resource.
- agent_
auto_ strupgrade - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- agent_
errors Sequence[AgentError Response] - List of system extensions can be installed on the cluster resource.
- desired_
agent_ strversion - Version of the Arc agents to be installed on the cluster resource
- system_
components Sequence[SystemComponent Response] - List of system extensions can be installed on the cluster resource.
- agent
Auto StringUpgrade - Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
- agent
Errors List<Property Map> - List of system extensions can be installed on the cluster resource.
- desired
Agent StringVersion - Version of the Arc agents to be installed on the cluster resource
- system
Components List<Property Map> - List of system extensions can be installed on the cluster resource.
ConnectedClusterIdentityResponse
- Principal
Id string - The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
- Type string
- The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- Principal
Id string - The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
- Type string
- The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- principal
Id String - The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
- type String
- The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- principal
Id string - The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
- tenant
Id string - The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
- type string
- The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- principal_
id str - The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
- tenant_
id str - The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
- type str
- The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
- principal
Id String - The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
- type String
- The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
SystemComponentResponse
- Current
Version string - Version of the system extension is currently installed on the cluster resource.
- Major
Version int - Major Version of the system extension to be installed on the cluster resource.
- Type string
- Type of the system extension
- User
Specified stringVersion - Version of the system extension to be installed on the cluster resource.
- Current
Version string - Version of the system extension is currently installed on the cluster resource.
- Major
Version int - Major Version of the system extension to be installed on the cluster resource.
- Type string
- Type of the system extension
- User
Specified stringVersion - Version of the system extension to be installed on the cluster resource.
- current
Version String - Version of the system extension is currently installed on the cluster resource.
- major
Version Integer - Major Version of the system extension to be installed on the cluster resource.
- type String
- Type of the system extension
- user
Specified StringVersion - Version of the system extension to be installed on the cluster resource.
- current
Version string - Version of the system extension is currently installed on the cluster resource.
- major
Version number - Major Version of the system extension to be installed on the cluster resource.
- type string
- Type of the system extension
- user
Specified stringVersion - Version of the system extension to be installed on the cluster resource.
- current_
version str - Version of the system extension is currently installed on the cluster resource.
- major_
version int - Major Version of the system extension to be installed on the cluster resource.
- type str
- Type of the system extension
- user_
specified_ strversion - Version of the system extension to be installed on the cluster resource.
- current
Version String - Version of the system extension is currently installed on the cluster resource.
- major
Version Number - Major Version of the system extension to be installed on the cluster resource.
- type String
- Type of the system extension
- user
Specified StringVersion - Version of the system extension to be installed on the cluster resource.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource modification (UTC).
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource modification (UTC).
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource modification (UTC).
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource modification (UTC).
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource modification (UTC).
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource modification (UTC).
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
published on Friday, Mar 20, 2026 by Pulumi
