These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.kubernetesconfiguration.getExtension
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets details of the Kubernetes Cluster Extension Instance. API Version: 2020-07-01-preview.
Using getExtension
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 getExtension(args: GetExtensionArgs, opts?: InvokeOptions): Promise<GetExtensionResult>
function getExtensionOutput(args: GetExtensionOutputArgs, opts?: InvokeOptions): Output<GetExtensionResult>def get_extension(cluster_name: Optional[str] = None,
                  cluster_resource_name: Optional[str] = None,
                  cluster_rp: Optional[str] = None,
                  extension_instance_name: Optional[str] = None,
                  resource_group_name: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetExtensionResult
def get_extension_output(cluster_name: Optional[pulumi.Input[str]] = None,
                  cluster_resource_name: Optional[pulumi.Input[str]] = None,
                  cluster_rp: Optional[pulumi.Input[str]] = None,
                  extension_instance_name: Optional[pulumi.Input[str]] = None,
                  resource_group_name: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetExtensionResult]func LookupExtension(ctx *Context, args *LookupExtensionArgs, opts ...InvokeOption) (*LookupExtensionResult, error)
func LookupExtensionOutput(ctx *Context, args *LookupExtensionOutputArgs, opts ...InvokeOption) LookupExtensionResultOutput> Note: This function is named LookupExtension in the Go SDK.
public static class GetExtension 
{
    public static Task<GetExtensionResult> InvokeAsync(GetExtensionArgs args, InvokeOptions? opts = null)
    public static Output<GetExtensionResult> Invoke(GetExtensionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExtensionResult> getExtension(GetExtensionArgs args, InvokeOptions options)
public static Output<GetExtensionResult> getExtension(GetExtensionArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:kubernetesconfiguration:getExtension
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ClusterName string
- The name of the kubernetes cluster.
- ClusterResource stringName 
- The Kubernetes cluster resource name - either managedClusters (for AKS clusters) or connectedClusters (for OnPrem K8S clusters).
- ClusterRp string
- The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters).
- ExtensionInstance stringName 
- Name of an instance of the Extension.
- ResourceGroup stringName 
- The name of the resource group.
- ClusterName string
- The name of the kubernetes cluster.
- ClusterResource stringName 
- The Kubernetes cluster resource name - either managedClusters (for AKS clusters) or connectedClusters (for OnPrem K8S clusters).
- ClusterRp string
- The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters).
- ExtensionInstance stringName 
- Name of an instance of the Extension.
- ResourceGroup stringName 
- The name of the resource group.
- clusterName String
- The name of the kubernetes cluster.
- clusterResource StringName 
- The Kubernetes cluster resource name - either managedClusters (for AKS clusters) or connectedClusters (for OnPrem K8S clusters).
- clusterRp String
- The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters).
- extensionInstance StringName 
- Name of an instance of the Extension.
- resourceGroup StringName 
- The name of the resource group.
- clusterName string
- The name of the kubernetes cluster.
- clusterResource stringName 
- The Kubernetes cluster resource name - either managedClusters (for AKS clusters) or connectedClusters (for OnPrem K8S clusters).
- clusterRp string
- The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters).
- extensionInstance stringName 
- Name of an instance of the Extension.
- resourceGroup stringName 
- The name of the resource group.
- cluster_name str
- The name of the kubernetes cluster.
- cluster_resource_ strname 
- The Kubernetes cluster resource name - either managedClusters (for AKS clusters) or connectedClusters (for OnPrem K8S clusters).
- cluster_rp str
- The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters).
- extension_instance_ strname 
- Name of an instance of the Extension.
- resource_group_ strname 
- The name of the resource group.
- clusterName String
- The name of the kubernetes cluster.
- clusterResource StringName 
- The Kubernetes cluster resource name - either managedClusters (for AKS clusters) or connectedClusters (for OnPrem K8S clusters).
- clusterRp String
- The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters).
- extensionInstance StringName 
- Name of an instance of the Extension.
- resourceGroup StringName 
- The name of the resource group.
getExtension Result
The following output properties are available:
- CreationTime string
- DateLiteral (per ISO8601) noting the time the resource was created by the client (user).
- ErrorInfo Pulumi.Azure Native. Kubernetes Configuration. Outputs. Error Definition Response 
- Error information from the Agent - e.g. errors during installation.
- Id string
- Resource Id
- InstallState string
- Status of installation of this instance of the extension.
- LastModified stringTime 
- DateLiteral (per ISO8601) noting the time the resource was modified by the client (user).
- LastStatus stringTime 
- DateLiteral (per ISO8601) noting the time of last status from the agent.
- Name string
- Resource name
- Type string
- Resource type
- AutoUpgrade boolMinor Version 
- Flag to note if this instance participates in auto upgrade of minor version, or not.
- ConfigurationProtected Dictionary<string, string>Settings 
- Configuration settings that are sensitive, as name-value pairs for configuring this instance of the extension.
- ConfigurationSettings Dictionary<string, string>
- Configuration settings, as name-value pairs for configuring this instance of the extension.
- ExtensionType string
- Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.
- Identity
Pulumi.Azure Native. Kubernetes Configuration. Outputs. Configuration Identity Response 
- The identity of the configuration.
- ReleaseTrain string
- ReleaseTrain this extension instance participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
- Scope
Pulumi.Azure Native. Kubernetes Configuration. Outputs. Scope Response 
- Scope at which the extension instance is installed.
- Statuses
List<Pulumi.Azure Native. Kubernetes Configuration. Outputs. Extension Status Response> 
- Status from this instance of the extension.
- SystemData Pulumi.Azure Native. Kubernetes Configuration. Outputs. System Data Response 
- Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
- Version string
- Version of the extension for this extension instance, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'.
- CreationTime string
- DateLiteral (per ISO8601) noting the time the resource was created by the client (user).
- ErrorInfo ErrorDefinition Response 
- Error information from the Agent - e.g. errors during installation.
- Id string
- Resource Id
- InstallState string
- Status of installation of this instance of the extension.
- LastModified stringTime 
- DateLiteral (per ISO8601) noting the time the resource was modified by the client (user).
- LastStatus stringTime 
- DateLiteral (per ISO8601) noting the time of last status from the agent.
- Name string
- Resource name
- Type string
- Resource type
- AutoUpgrade boolMinor Version 
- Flag to note if this instance participates in auto upgrade of minor version, or not.
- ConfigurationProtected map[string]stringSettings 
- Configuration settings that are sensitive, as name-value pairs for configuring this instance of the extension.
- ConfigurationSettings map[string]string
- Configuration settings, as name-value pairs for configuring this instance of the extension.
- ExtensionType string
- Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.
- Identity
ConfigurationIdentity Response 
- The identity of the configuration.
- ReleaseTrain string
- ReleaseTrain this extension instance participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
- Scope
ScopeResponse 
- Scope at which the extension instance is installed.
- Statuses
[]ExtensionStatus Response 
- Status from this instance of the extension.
- SystemData SystemData Response 
- Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
- Version string
- Version of the extension for this extension instance, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'.
- creationTime String
- DateLiteral (per ISO8601) noting the time the resource was created by the client (user).
- errorInfo ErrorDefinition Response 
- Error information from the Agent - e.g. errors during installation.
- id String
- Resource Id
- installState String
- Status of installation of this instance of the extension.
- lastModified StringTime 
- DateLiteral (per ISO8601) noting the time the resource was modified by the client (user).
- lastStatus StringTime 
- DateLiteral (per ISO8601) noting the time of last status from the agent.
- name String
- Resource name
- type String
- Resource type
- autoUpgrade BooleanMinor Version 
- Flag to note if this instance participates in auto upgrade of minor version, or not.
- configurationProtected Map<String,String>Settings 
- Configuration settings that are sensitive, as name-value pairs for configuring this instance of the extension.
- configurationSettings Map<String,String>
- Configuration settings, as name-value pairs for configuring this instance of the extension.
- extensionType String
- Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.
- identity
ConfigurationIdentity Response 
- The identity of the configuration.
- releaseTrain String
- ReleaseTrain this extension instance participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
- scope
ScopeResponse 
- Scope at which the extension instance is installed.
- statuses
List<ExtensionStatus Response> 
- Status from this instance of the extension.
- systemData SystemData Response 
- Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
- version String
- Version of the extension for this extension instance, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'.
- creationTime string
- DateLiteral (per ISO8601) noting the time the resource was created by the client (user).
- errorInfo ErrorDefinition Response 
- Error information from the Agent - e.g. errors during installation.
- id string
- Resource Id
- installState string
- Status of installation of this instance of the extension.
- lastModified stringTime 
- DateLiteral (per ISO8601) noting the time the resource was modified by the client (user).
- lastStatus stringTime 
- DateLiteral (per ISO8601) noting the time of last status from the agent.
- name string
- Resource name
- type string
- Resource type
- autoUpgrade booleanMinor Version 
- Flag to note if this instance participates in auto upgrade of minor version, or not.
- configurationProtected {[key: string]: string}Settings 
- Configuration settings that are sensitive, as name-value pairs for configuring this instance of the extension.
- configurationSettings {[key: string]: string}
- Configuration settings, as name-value pairs for configuring this instance of the extension.
- extensionType string
- Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.
- identity
ConfigurationIdentity Response 
- The identity of the configuration.
- releaseTrain string
- ReleaseTrain this extension instance participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
- scope
ScopeResponse 
- Scope at which the extension instance is installed.
- statuses
ExtensionStatus Response[] 
- Status from this instance of the extension.
- systemData SystemData Response 
- Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
- version string
- Version of the extension for this extension instance, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'.
- creation_time str
- DateLiteral (per ISO8601) noting the time the resource was created by the client (user).
- error_info ErrorDefinition Response 
- Error information from the Agent - e.g. errors during installation.
- id str
- Resource Id
- install_state str
- Status of installation of this instance of the extension.
- last_modified_ strtime 
- DateLiteral (per ISO8601) noting the time the resource was modified by the client (user).
- last_status_ strtime 
- DateLiteral (per ISO8601) noting the time of last status from the agent.
- name str
- Resource name
- type str
- Resource type
- auto_upgrade_ boolminor_ version 
- Flag to note if this instance participates in auto upgrade of minor version, or not.
- configuration_protected_ Mapping[str, str]settings 
- Configuration settings that are sensitive, as name-value pairs for configuring this instance of the extension.
- configuration_settings Mapping[str, str]
- Configuration settings, as name-value pairs for configuring this instance of the extension.
- extension_type str
- Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.
- identity
ConfigurationIdentity Response 
- The identity of the configuration.
- release_train str
- ReleaseTrain this extension instance participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
- scope
ScopeResponse 
- Scope at which the extension instance is installed.
- statuses
Sequence[ExtensionStatus Response] 
- Status from this instance of the extension.
- system_data SystemData Response 
- Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
- version str
- Version of the extension for this extension instance, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'.
- creationTime String
- DateLiteral (per ISO8601) noting the time the resource was created by the client (user).
- errorInfo Property Map
- Error information from the Agent - e.g. errors during installation.
- id String
- Resource Id
- installState String
- Status of installation of this instance of the extension.
- lastModified StringTime 
- DateLiteral (per ISO8601) noting the time the resource was modified by the client (user).
- lastStatus StringTime 
- DateLiteral (per ISO8601) noting the time of last status from the agent.
- name String
- Resource name
- type String
- Resource type
- autoUpgrade BooleanMinor Version 
- Flag to note if this instance participates in auto upgrade of minor version, or not.
- configurationProtected Map<String>Settings 
- Configuration settings that are sensitive, as name-value pairs for configuring this instance of the extension.
- configurationSettings Map<String>
- Configuration settings, as name-value pairs for configuring this instance of the extension.
- extensionType String
- Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.
- identity Property Map
- The identity of the configuration.
- releaseTrain String
- ReleaseTrain this extension instance participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
- scope Property Map
- Scope at which the extension instance is installed.
- statuses List<Property Map>
- Status from this instance of the extension.
- systemData Property Map
- Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
- version String
- Version of the extension for this extension instance, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'.
Supporting Types
ConfigurationIdentityResponse  
- PrincipalId string
- The principal id of the system assigned identity which is used by the configuration.
- TenantId string
- The tenant id of the system assigned identity which is used by the configuration.
- Type string
- The type of identity used for the configuration. Type 'SystemAssigned' will use an implicitly created identity. Type 'None' will not use Managed Identity for the configuration.
- PrincipalId string
- The principal id of the system assigned identity which is used by the configuration.
- TenantId string
- The tenant id of the system assigned identity which is used by the configuration.
- Type string
- The type of identity used for the configuration. Type 'SystemAssigned' will use an implicitly created identity. Type 'None' will not use Managed Identity for the configuration.
- principalId String
- The principal id of the system assigned identity which is used by the configuration.
- tenantId String
- The tenant id of the system assigned identity which is used by the configuration.
- type String
- The type of identity used for the configuration. Type 'SystemAssigned' will use an implicitly created identity. Type 'None' will not use Managed Identity for the configuration.
- principalId string
- The principal id of the system assigned identity which is used by the configuration.
- tenantId string
- The tenant id of the system assigned identity which is used by the configuration.
- type string
- The type of identity used for the configuration. Type 'SystemAssigned' will use an implicitly created identity. Type 'None' will not use Managed Identity for the configuration.
- principal_id str
- The principal id of the system assigned identity which is used by the configuration.
- tenant_id str
- The tenant id of the system assigned identity which is used by the configuration.
- type str
- The type of identity used for the configuration. Type 'SystemAssigned' will use an implicitly created identity. Type 'None' will not use Managed Identity for the configuration.
- principalId String
- The principal id of the system assigned identity which is used by the configuration.
- tenantId String
- The tenant id of the system assigned identity which is used by the configuration.
- type String
- The type of identity used for the configuration. Type 'SystemAssigned' will use an implicitly created identity. Type 'None' will not use Managed Identity for the configuration.
ErrorDefinitionResponse  
ExtensionStatusResponse  
- Code string
- Status code provided by the Extension
- DisplayStatus string
- Short description of status of this instance of the extension.
- Level string
- Level of the status.
- Message string
- Detailed message of the status from the Extension instance.
- Time string
- DateLiteral (per ISO8601) noting the time of installation status.
- Code string
- Status code provided by the Extension
- DisplayStatus string
- Short description of status of this instance of the extension.
- Level string
- Level of the status.
- Message string
- Detailed message of the status from the Extension instance.
- Time string
- DateLiteral (per ISO8601) noting the time of installation status.
- code String
- Status code provided by the Extension
- displayStatus String
- Short description of status of this instance of the extension.
- level String
- Level of the status.
- message String
- Detailed message of the status from the Extension instance.
- time String
- DateLiteral (per ISO8601) noting the time of installation status.
- code string
- Status code provided by the Extension
- displayStatus string
- Short description of status of this instance of the extension.
- level string
- Level of the status.
- message string
- Detailed message of the status from the Extension instance.
- time string
- DateLiteral (per ISO8601) noting the time of installation status.
- code str
- Status code provided by the Extension
- display_status str
- Short description of status of this instance of the extension.
- level str
- Level of the status.
- message str
- Detailed message of the status from the Extension instance.
- time str
- DateLiteral (per ISO8601) noting the time of installation status.
- code String
- Status code provided by the Extension
- displayStatus String
- Short description of status of this instance of the extension.
- level String
- Level of the status.
- message String
- Detailed message of the status from the Extension instance.
- time String
- DateLiteral (per ISO8601) noting the time of installation status.
ScopeClusterResponse  
- ReleaseNamespace string
- Namespace where the extension Release must be placed, for a Cluster scoped extensionInstance. If this namespace does not exist, it will be created
- ReleaseNamespace string
- Namespace where the extension Release must be placed, for a Cluster scoped extensionInstance. If this namespace does not exist, it will be created
- releaseNamespace String
- Namespace where the extension Release must be placed, for a Cluster scoped extensionInstance. If this namespace does not exist, it will be created
- releaseNamespace string
- Namespace where the extension Release must be placed, for a Cluster scoped extensionInstance. If this namespace does not exist, it will be created
- release_namespace str
- Namespace where the extension Release must be placed, for a Cluster scoped extensionInstance. If this namespace does not exist, it will be created
- releaseNamespace String
- Namespace where the extension Release must be placed, for a Cluster scoped extensionInstance. If this namespace does not exist, it will be created
ScopeNamespaceResponse  
- TargetNamespace string
- Namespace where the extensionInstance will be created for an Namespace scoped extensionInstance. If this namespace does not exist, it will be created
- TargetNamespace string
- Namespace where the extensionInstance will be created for an Namespace scoped extensionInstance. If this namespace does not exist, it will be created
- targetNamespace String
- Namespace where the extensionInstance will be created for an Namespace scoped extensionInstance. If this namespace does not exist, it will be created
- targetNamespace string
- Namespace where the extensionInstance will be created for an Namespace scoped extensionInstance. If this namespace does not exist, it will be created
- target_namespace str
- Namespace where the extensionInstance will be created for an Namespace scoped extensionInstance. If this namespace does not exist, it will be created
- targetNamespace String
- Namespace where the extensionInstance will be created for an Namespace scoped extensionInstance. If this namespace does not exist, it will be created
ScopeResponse 
- Cluster
Pulumi.Azure Native. Kubernetes Configuration. Inputs. Scope Cluster Response 
- Specifies that the scope of the extensionInstance is Cluster
- Namespace
Pulumi.Azure Native. Kubernetes Configuration. Inputs. Scope Namespace Response 
- Specifies that the scope of the extensionInstance is Namespace
- Cluster
ScopeCluster Response 
- Specifies that the scope of the extensionInstance is Cluster
- Namespace
ScopeNamespace Response 
- Specifies that the scope of the extensionInstance is Namespace
- cluster
ScopeCluster Response 
- Specifies that the scope of the extensionInstance is Cluster
- namespace
ScopeNamespace Response 
- Specifies that the scope of the extensionInstance is Namespace
- cluster
ScopeCluster Response 
- Specifies that the scope of the extensionInstance is Cluster
- namespace
ScopeNamespace Response 
- Specifies that the scope of the extensionInstance is Namespace
- cluster
ScopeCluster Response 
- Specifies that the scope of the extensionInstance is Cluster
- namespace
ScopeNamespace Response 
- Specifies that the scope of the extensionInstance is Namespace
- cluster Property Map
- Specifies that the scope of the extensionInstance is Cluster
- namespace Property Map
- Specifies that the scope of the extensionInstance is Namespace
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified 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 last 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.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi