This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.dashboard.getGrafana
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
The grafana resource type. Azure REST API version: 2022-08-01.
Other available API versions: 2021-09-01-preview, 2022-10-01-preview, 2023-09-01, 2023-10-01-preview, 2024-10-01.
Using getGrafana
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 getGrafana(args: GetGrafanaArgs, opts?: InvokeOptions): Promise<GetGrafanaResult>
function getGrafanaOutput(args: GetGrafanaOutputArgs, opts?: InvokeOptions): Output<GetGrafanaResult>def get_grafana(resource_group_name: Optional[str] = None,
                workspace_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetGrafanaResult
def get_grafana_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                workspace_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetGrafanaResult]func LookupGrafana(ctx *Context, args *LookupGrafanaArgs, opts ...InvokeOption) (*LookupGrafanaResult, error)
func LookupGrafanaOutput(ctx *Context, args *LookupGrafanaOutputArgs, opts ...InvokeOption) LookupGrafanaResultOutput> Note: This function is named LookupGrafana in the Go SDK.
public static class GetGrafana 
{
    public static Task<GetGrafanaResult> InvokeAsync(GetGrafanaArgs args, InvokeOptions? opts = null)
    public static Output<GetGrafanaResult> Invoke(GetGrafanaInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGrafanaResult> getGrafana(GetGrafanaArgs args, InvokeOptions options)
public static Output<GetGrafanaResult> getGrafana(GetGrafanaArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:dashboard:getGrafana
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- WorkspaceName string
- The workspace name of Azure Managed Grafana.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- WorkspaceName string
- The workspace name of Azure Managed Grafana.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- workspaceName String
- The workspace name of Azure Managed Grafana.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- workspaceName string
- The workspace name of Azure Managed Grafana.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- workspace_name str
- The workspace name of Azure Managed Grafana.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- workspaceName String
- The workspace name of Azure Managed Grafana.
getGrafana Result
The following output properties are available:
- Id string
- ARM id of the grafana resource
- Name string
- Name of the grafana resource.
- Properties
Pulumi.Azure Native. Dashboard. Outputs. Managed Grafana Properties Response 
- Properties specific to the grafana resource.
- SystemData Pulumi.Azure Native. Dashboard. Outputs. System Data Response 
- The system meta data relating to this grafana resource.
- Type string
- The type of the grafana resource.
- Identity
Pulumi.Azure Native. Dashboard. Outputs. Managed Service Identity Response 
- The managed identity of the grafana resource.
- Location string
- The geo-location where the grafana resource lives
- Sku
Pulumi.Azure Native. Dashboard. Outputs. Resource Sku Response 
- The Sku of the grafana resource.
- Dictionary<string, string>
- The tags for grafana resource.
- Id string
- ARM id of the grafana resource
- Name string
- Name of the grafana resource.
- Properties
ManagedGrafana Properties Response 
- Properties specific to the grafana resource.
- SystemData SystemData Response 
- The system meta data relating to this grafana resource.
- Type string
- The type of the grafana resource.
- Identity
ManagedService Identity Response 
- The managed identity of the grafana resource.
- Location string
- The geo-location where the grafana resource lives
- Sku
ResourceSku Response 
- The Sku of the grafana resource.
- map[string]string
- The tags for grafana resource.
- id String
- ARM id of the grafana resource
- name String
- Name of the grafana resource.
- properties
ManagedGrafana Properties Response 
- Properties specific to the grafana resource.
- systemData SystemData Response 
- The system meta data relating to this grafana resource.
- type String
- The type of the grafana resource.
- identity
ManagedService Identity Response 
- The managed identity of the grafana resource.
- location String
- The geo-location where the grafana resource lives
- sku
ResourceSku Response 
- The Sku of the grafana resource.
- Map<String,String>
- The tags for grafana resource.
- id string
- ARM id of the grafana resource
- name string
- Name of the grafana resource.
- properties
ManagedGrafana Properties Response 
- Properties specific to the grafana resource.
- systemData SystemData Response 
- The system meta data relating to this grafana resource.
- type string
- The type of the grafana resource.
- identity
ManagedService Identity Response 
- The managed identity of the grafana resource.
- location string
- The geo-location where the grafana resource lives
- sku
ResourceSku Response 
- The Sku of the grafana resource.
- {[key: string]: string}
- The tags for grafana resource.
- id str
- ARM id of the grafana resource
- name str
- Name of the grafana resource.
- properties
ManagedGrafana Properties Response 
- Properties specific to the grafana resource.
- system_data SystemData Response 
- The system meta data relating to this grafana resource.
- type str
- The type of the grafana resource.
- identity
ManagedService Identity Response 
- The managed identity of the grafana resource.
- location str
- The geo-location where the grafana resource lives
- sku
ResourceSku Response 
- The Sku of the grafana resource.
- Mapping[str, str]
- The tags for grafana resource.
- id String
- ARM id of the grafana resource
- name String
- Name of the grafana resource.
- properties Property Map
- Properties specific to the grafana resource.
- systemData Property Map
- The system meta data relating to this grafana resource.
- type String
- The type of the grafana resource.
- identity Property Map
- The managed identity of the grafana resource.
- location String
- The geo-location where the grafana resource lives
- sku Property Map
- The Sku of the grafana resource.
- Map<String>
- The tags for grafana resource.
Supporting Types
AzureMonitorWorkspaceIntegrationResponse    
- AzureMonitor stringWorkspace Resource Id 
- The resource Id of the connected Azure Monitor Workspace.
- AzureMonitor stringWorkspace Resource Id 
- The resource Id of the connected Azure Monitor Workspace.
- azureMonitor StringWorkspace Resource Id 
- The resource Id of the connected Azure Monitor Workspace.
- azureMonitor stringWorkspace Resource Id 
- The resource Id of the connected Azure Monitor Workspace.
- azure_monitor_ strworkspace_ resource_ id 
- The resource Id of the connected Azure Monitor Workspace.
- azureMonitor StringWorkspace Resource Id 
- The resource Id of the connected Azure Monitor Workspace.
GrafanaIntegrationsResponse  
ManagedGrafanaPropertiesResponse   
- Endpoint string
- The endpoint of the Grafana instance.
- string
- The Grafana software version.
- OutboundIPs List<string>
- List of outbound IPs if deterministicOutboundIP is enabled.
- PrivateEndpoint List<Pulumi.Connections Azure Native. Dashboard. Inputs. Private Endpoint Connection Response> 
- The private endpoint connections of the Grafana instance.
- ProvisioningState string
- Provisioning state of the resource.
- ApiKey string
- The api key setting of the Grafana instance.
- AutoGenerated stringDomain Name Label Scope 
- Scope for dns deterministic name hash calculation.
- DeterministicOutbound stringIP 
- Whether a Grafana instance uses deterministic outbound IPs.
- GrafanaIntegrations Pulumi.Azure Native. Dashboard. Inputs. Grafana Integrations Response 
- GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- PublicNetwork stringAccess 
- Indicate the state for enable or disable traffic over the public interface.
- ZoneRedundancy string
- The zone redundancy setting of the Grafana instance.
- Endpoint string
- The endpoint of the Grafana instance.
- string
- The Grafana software version.
- OutboundIPs []string
- List of outbound IPs if deterministicOutboundIP is enabled.
- PrivateEndpoint []PrivateConnections Endpoint Connection Response 
- The private endpoint connections of the Grafana instance.
- ProvisioningState string
- Provisioning state of the resource.
- ApiKey string
- The api key setting of the Grafana instance.
- AutoGenerated stringDomain Name Label Scope 
- Scope for dns deterministic name hash calculation.
- DeterministicOutbound stringIP 
- Whether a Grafana instance uses deterministic outbound IPs.
- GrafanaIntegrations GrafanaIntegrations Response 
- GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- PublicNetwork stringAccess 
- Indicate the state for enable or disable traffic over the public interface.
- ZoneRedundancy string
- The zone redundancy setting of the Grafana instance.
- endpoint String
- The endpoint of the Grafana instance.
- String
- The Grafana software version.
- outboundIPs List<String>
- List of outbound IPs if deterministicOutboundIP is enabled.
- privateEndpoint List<PrivateConnections Endpoint Connection Response> 
- The private endpoint connections of the Grafana instance.
- provisioningState String
- Provisioning state of the resource.
- apiKey String
- The api key setting of the Grafana instance.
- autoGenerated StringDomain Name Label Scope 
- Scope for dns deterministic name hash calculation.
- deterministicOutbound StringIP 
- Whether a Grafana instance uses deterministic outbound IPs.
- grafanaIntegrations GrafanaIntegrations Response 
- GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- publicNetwork StringAccess 
- Indicate the state for enable or disable traffic over the public interface.
- zoneRedundancy String
- The zone redundancy setting of the Grafana instance.
- endpoint string
- The endpoint of the Grafana instance.
- string
- The Grafana software version.
- outboundIPs string[]
- List of outbound IPs if deterministicOutboundIP is enabled.
- privateEndpoint PrivateConnections Endpoint Connection Response[] 
- The private endpoint connections of the Grafana instance.
- provisioningState string
- Provisioning state of the resource.
- apiKey string
- The api key setting of the Grafana instance.
- autoGenerated stringDomain Name Label Scope 
- Scope for dns deterministic name hash calculation.
- deterministicOutbound stringIP 
- Whether a Grafana instance uses deterministic outbound IPs.
- grafanaIntegrations GrafanaIntegrations Response 
- GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- publicNetwork stringAccess 
- Indicate the state for enable or disable traffic over the public interface.
- zoneRedundancy string
- The zone redundancy setting of the Grafana instance.
- endpoint str
- The endpoint of the Grafana instance.
- grafana_version str
- The Grafana software version.
- outbound_ips Sequence[str]
- List of outbound IPs if deterministicOutboundIP is enabled.
- private_endpoint_ Sequence[Privateconnections Endpoint Connection Response] 
- The private endpoint connections of the Grafana instance.
- provisioning_state str
- Provisioning state of the resource.
- api_key str
- The api key setting of the Grafana instance.
- auto_generated_ strdomain_ name_ label_ scope 
- Scope for dns deterministic name hash calculation.
- deterministic_outbound_ strip 
- Whether a Grafana instance uses deterministic outbound IPs.
- grafana_integrations GrafanaIntegrations Response 
- GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- public_network_ straccess 
- Indicate the state for enable or disable traffic over the public interface.
- zone_redundancy str
- The zone redundancy setting of the Grafana instance.
- endpoint String
- The endpoint of the Grafana instance.
- String
- The Grafana software version.
- outboundIPs List<String>
- List of outbound IPs if deterministicOutboundIP is enabled.
- privateEndpoint List<Property Map>Connections 
- The private endpoint connections of the Grafana instance.
- provisioningState String
- Provisioning state of the resource.
- apiKey String
- The api key setting of the Grafana instance.
- autoGenerated StringDomain Name Label Scope 
- Scope for dns deterministic name hash calculation.
- deterministicOutbound StringIP 
- Whether a Grafana instance uses deterministic outbound IPs.
- grafanaIntegrations Property Map
- GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- publicNetwork StringAccess 
- Indicate the state for enable or disable traffic over the public interface.
- zoneRedundancy String
- The zone redundancy setting of the Grafana instance.
ManagedServiceIdentityResponse   
- PrincipalId string
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- TenantId string
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- UserAssigned Dictionary<string, Pulumi.Identities Azure Native. Dashboard. Inputs. User Assigned Identity Response> 
- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- PrincipalId string
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- TenantId string
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- UserAssigned map[string]UserIdentities Assigned Identity Response 
- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principalId String
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenantId String
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- userAssigned Map<String,UserIdentities Assigned Identity Response> 
- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principalId string
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenantId string
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- userAssigned {[key: string]: UserIdentities Assigned Identity Response} 
- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal_id str
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_id str
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type str
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_assigned_ Mapping[str, Useridentities Assigned Identity Response] 
- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principalId String
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenantId String
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- userAssigned Map<Property Map>Identities 
- 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.
PrivateEndpointConnectionResponse   
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- PrivateLink Pulumi.Service Connection State Azure Native. Dashboard. Inputs. Private Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- ProvisioningState string
- The provisioning state of the private endpoint connection resource.
- SystemData Pulumi.Azure Native. Dashboard. Inputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- GroupIds List<string>
- The private endpoint connection group ids.
- PrivateEndpoint Pulumi.Azure Native. Dashboard. Inputs. Private Endpoint Response 
- The resource of private end point.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- PrivateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- ProvisioningState string
- The provisioning state of the private endpoint connection resource.
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- GroupIds []string
- The private endpoint connection group ids.
- PrivateEndpoint PrivateEndpoint Response 
- The resource of private end point.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- privateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState String
- The provisioning state of the private endpoint connection resource.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- groupIds List<String>
- The private endpoint connection group ids.
- privateEndpoint PrivateEndpoint Response 
- The resource of private end point.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- privateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState string
- The provisioning state of the private endpoint connection resource.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- groupIds string[]
- The private endpoint connection group ids.
- privateEndpoint PrivateEndpoint Response 
- The resource of private end point.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- private_link_ Privateservice_ connection_ state Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioning_state str
- The provisioning state of the private endpoint connection resource.
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group_ids Sequence[str]
- The private endpoint connection group ids.
- private_endpoint PrivateEndpoint Response 
- The resource of private end point.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- privateLink Property MapService Connection State 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState String
- The provisioning state of the private endpoint connection resource.
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- groupIds List<String>
- The private endpoint connection group ids.
- privateEndpoint Property Map
- The resource of private end point.
PrivateEndpointResponse  
- Id string
- The ARM identifier for Private Endpoint
- Id string
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
- id string
- The ARM identifier for Private Endpoint
- id str
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
PrivateLinkServiceConnectionStateResponse     
- ActionsRequired string
- A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- ActionsRequired string
- A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired String
- A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired string
- A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval/rejection of the connection.
- status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions_required str
- A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval/rejection of the connection.
- status str
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired String
- A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
ResourceSkuResponse  
- Name string
- Name string
- name String
- name string
- name str
- name String
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.
UserAssignedIdentityResponse   
- ClientId string
- The client ID of the assigned identity.
- PrincipalId string
- The principal ID of the assigned identity.
- ClientId string
- The client ID of the assigned identity.
- PrincipalId string
- The principal ID of the assigned identity.
- clientId String
- The client ID of the assigned identity.
- principalId String
- The principal ID of the assigned identity.
- clientId string
- The client ID of the assigned identity.
- principalId string
- The principal ID of the assigned identity.
- client_id str
- The client ID of the assigned identity.
- principal_id str
- The principal ID of the assigned identity.
- clientId String
- The client ID of the assigned identity.
- principalId 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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi