1. Packages
  2. Azure Native
  3. API Docs
  4. appplatform
  5. getApp
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.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.appplatform.getApp

Explore with Pulumi AI

azure-native logo
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.38.0 published on Monday, Apr 22, 2024 by Pulumi

    Get an App and its properties. Azure REST API version: 2023-05-01-preview.

    Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-01-01-preview, 2024-05-01-preview.

    Using getApp

    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 getApp(args: GetAppArgs, opts?: InvokeOptions): Promise<GetAppResult>
    function getAppOutput(args: GetAppOutputArgs, opts?: InvokeOptions): Output<GetAppResult>
    def get_app(app_name: Optional[str] = None,
                resource_group_name: Optional[str] = None,
                service_name: Optional[str] = None,
                sync_status: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetAppResult
    def get_app_output(app_name: Optional[pulumi.Input[str]] = None,
                resource_group_name: Optional[pulumi.Input[str]] = None,
                service_name: Optional[pulumi.Input[str]] = None,
                sync_status: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetAppResult]
    func LookupApp(ctx *Context, args *LookupAppArgs, opts ...InvokeOption) (*LookupAppResult, error)
    func LookupAppOutput(ctx *Context, args *LookupAppOutputArgs, opts ...InvokeOption) LookupAppResultOutput

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

    public static class GetApp 
    {
        public static Task<GetAppResult> InvokeAsync(GetAppArgs args, InvokeOptions? opts = null)
        public static Output<GetAppResult> Invoke(GetAppInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAppResult> getApp(GetAppArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:appplatform:getApp
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AppName string
    The name of the App resource.
    ResourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    ServiceName string
    The name of the Service resource.
    SyncStatus string
    Indicates whether sync status
    AppName string
    The name of the App resource.
    ResourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    ServiceName string
    The name of the Service resource.
    SyncStatus string
    Indicates whether sync status
    appName String
    The name of the App resource.
    resourceGroupName String
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    serviceName String
    The name of the Service resource.
    syncStatus String
    Indicates whether sync status
    appName string
    The name of the App resource.
    resourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    serviceName string
    The name of the Service resource.
    syncStatus string
    Indicates whether sync status
    app_name str
    The name of the App resource.
    resource_group_name str
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    service_name str
    The name of the Service resource.
    sync_status str
    Indicates whether sync status
    appName String
    The name of the App resource.
    resourceGroupName String
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    serviceName String
    The name of the Service resource.
    syncStatus String
    Indicates whether sync status

    getApp Result

    The following output properties are available:

    Id string
    Fully qualified resource Id for the resource.
    Name string
    The name of the resource.
    Properties Pulumi.AzureNative.AppPlatform.Outputs.AppResourcePropertiesResponse
    Properties of the App resource
    SystemData Pulumi.AzureNative.AppPlatform.Outputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource.
    Identity Pulumi.AzureNative.AppPlatform.Outputs.ManagedIdentityPropertiesResponse
    The Managed Identity type of the app resource
    Location string
    The GEO location of the application, always the same with its parent resource
    Id string
    Fully qualified resource Id for the resource.
    Name string
    The name of the resource.
    Properties AppResourcePropertiesResponse
    Properties of the App resource
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource.
    Identity ManagedIdentityPropertiesResponse
    The Managed Identity type of the app resource
    Location string
    The GEO location of the application, always the same with its parent resource
    id String
    Fully qualified resource Id for the resource.
    name String
    The name of the resource.
    properties AppResourcePropertiesResponse
    Properties of the App resource
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type String
    The type of the resource.
    identity ManagedIdentityPropertiesResponse
    The Managed Identity type of the app resource
    location String
    The GEO location of the application, always the same with its parent resource
    id string
    Fully qualified resource Id for the resource.
    name string
    The name of the resource.
    properties AppResourcePropertiesResponse
    Properties of the App resource
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type string
    The type of the resource.
    identity ManagedIdentityPropertiesResponse
    The Managed Identity type of the app resource
    location string
    The GEO location of the application, always the same with its parent resource
    id str
    Fully qualified resource Id for the resource.
    name str
    The name of the resource.
    properties AppResourcePropertiesResponse
    Properties of the App resource
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type str
    The type of the resource.
    identity ManagedIdentityPropertiesResponse
    The Managed Identity type of the app resource
    location str
    The GEO location of the application, always the same with its parent resource
    id String
    Fully qualified resource Id for the resource.
    name String
    The name of the resource.
    properties Property Map
    Properties of the App resource
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource.
    type String
    The type of the resource.
    identity Property Map
    The Managed Identity type of the app resource
    location String
    The GEO location of the application, always the same with its parent resource

    Supporting Types

    AppResourcePropertiesResponse

    Fqdn string
    Fully qualified dns Name.
    ProvisioningState string
    Provisioning state of the App
    Url string
    URL of the App
    AddonConfigs Dictionary<string, object>
    Collection of addons
    CustomPersistentDisks List<Pulumi.AzureNative.AppPlatform.Inputs.CustomPersistentDiskResourceResponse>
    List of custom persistent disks
    EnableEndToEndTLS bool
    Indicate if end to end TLS is enabled.
    HttpsOnly bool
    Indicate if only https is allowed.
    IngressSettings Pulumi.AzureNative.AppPlatform.Inputs.IngressSettingsResponse
    App ingress settings payload.
    LoadedCertificates List<Pulumi.AzureNative.AppPlatform.Inputs.LoadedCertificateResponse>
    Collection of loaded certificates
    PersistentDisk Pulumi.AzureNative.AppPlatform.Inputs.PersistentDiskResponse
    Persistent disk settings
    Public bool
    Indicates whether the App exposes public endpoint
    Secrets List<Pulumi.AzureNative.AppPlatform.Inputs.SecretResponse>
    Collection of auth secrets
    TemporaryDisk Pulumi.AzureNative.AppPlatform.Inputs.TemporaryDiskResponse
    Temporary disk settings
    VnetAddons Pulumi.AzureNative.AppPlatform.Inputs.AppVNetAddonsResponse
    Additional App settings in vnet injection instance
    WorkloadProfileName string
    The workload profile used for this app. Supported for Consumption + Dedicated plan.
    Fqdn string
    Fully qualified dns Name.
    ProvisioningState string
    Provisioning state of the App
    Url string
    URL of the App
    AddonConfigs map[string]interface{}
    Collection of addons
    CustomPersistentDisks []CustomPersistentDiskResourceResponse
    List of custom persistent disks
    EnableEndToEndTLS bool
    Indicate if end to end TLS is enabled.
    HttpsOnly bool
    Indicate if only https is allowed.
    IngressSettings IngressSettingsResponse
    App ingress settings payload.
    LoadedCertificates []LoadedCertificateResponse
    Collection of loaded certificates
    PersistentDisk PersistentDiskResponse
    Persistent disk settings
    Public bool
    Indicates whether the App exposes public endpoint
    Secrets []SecretResponse
    Collection of auth secrets
    TemporaryDisk TemporaryDiskResponse
    Temporary disk settings
    VnetAddons AppVNetAddonsResponse
    Additional App settings in vnet injection instance
    WorkloadProfileName string
    The workload profile used for this app. Supported for Consumption + Dedicated plan.
    fqdn String
    Fully qualified dns Name.
    provisioningState String
    Provisioning state of the App
    url String
    URL of the App
    addonConfigs Map<String,Object>
    Collection of addons
    customPersistentDisks List<CustomPersistentDiskResourceResponse>
    List of custom persistent disks
    enableEndToEndTLS Boolean
    Indicate if end to end TLS is enabled.
    httpsOnly Boolean
    Indicate if only https is allowed.
    ingressSettings IngressSettingsResponse
    App ingress settings payload.
    loadedCertificates List<LoadedCertificateResponse>
    Collection of loaded certificates
    persistentDisk PersistentDiskResponse
    Persistent disk settings
    public_ Boolean
    Indicates whether the App exposes public endpoint
    secrets List<SecretResponse>
    Collection of auth secrets
    temporaryDisk TemporaryDiskResponse
    Temporary disk settings
    vnetAddons AppVNetAddonsResponse
    Additional App settings in vnet injection instance
    workloadProfileName String
    The workload profile used for this app. Supported for Consumption + Dedicated plan.
    fqdn string
    Fully qualified dns Name.
    provisioningState string
    Provisioning state of the App
    url string
    URL of the App
    addonConfigs {[key: string]: any}
    Collection of addons
    customPersistentDisks CustomPersistentDiskResourceResponse[]
    List of custom persistent disks
    enableEndToEndTLS boolean
    Indicate if end to end TLS is enabled.
    httpsOnly boolean
    Indicate if only https is allowed.
    ingressSettings IngressSettingsResponse
    App ingress settings payload.
    loadedCertificates LoadedCertificateResponse[]
    Collection of loaded certificates
    persistentDisk PersistentDiskResponse
    Persistent disk settings
    public boolean
    Indicates whether the App exposes public endpoint
    secrets SecretResponse[]
    Collection of auth secrets
    temporaryDisk TemporaryDiskResponse
    Temporary disk settings
    vnetAddons AppVNetAddonsResponse
    Additional App settings in vnet injection instance
    workloadProfileName string
    The workload profile used for this app. Supported for Consumption + Dedicated plan.
    fqdn str
    Fully qualified dns Name.
    provisioning_state str
    Provisioning state of the App
    url str
    URL of the App
    addon_configs Mapping[str, Any]
    Collection of addons
    custom_persistent_disks Sequence[CustomPersistentDiskResourceResponse]
    List of custom persistent disks
    enable_end_to_end_tls bool
    Indicate if end to end TLS is enabled.
    https_only bool
    Indicate if only https is allowed.
    ingress_settings IngressSettingsResponse
    App ingress settings payload.
    loaded_certificates Sequence[LoadedCertificateResponse]
    Collection of loaded certificates
    persistent_disk PersistentDiskResponse
    Persistent disk settings
    public bool
    Indicates whether the App exposes public endpoint
    secrets Sequence[SecretResponse]
    Collection of auth secrets
    temporary_disk TemporaryDiskResponse
    Temporary disk settings
    vnet_addons AppVNetAddonsResponse
    Additional App settings in vnet injection instance
    workload_profile_name str
    The workload profile used for this app. Supported for Consumption + Dedicated plan.
    fqdn String
    Fully qualified dns Name.
    provisioningState String
    Provisioning state of the App
    url String
    URL of the App
    addonConfigs Map<Any>
    Collection of addons
    customPersistentDisks List<Property Map>
    List of custom persistent disks
    enableEndToEndTLS Boolean
    Indicate if end to end TLS is enabled.
    httpsOnly Boolean
    Indicate if only https is allowed.
    ingressSettings Property Map
    App ingress settings payload.
    loadedCertificates List<Property Map>
    Collection of loaded certificates
    persistentDisk Property Map
    Persistent disk settings
    public Boolean
    Indicates whether the App exposes public endpoint
    secrets List<Property Map>
    Collection of auth secrets
    temporaryDisk Property Map
    Temporary disk settings
    vnetAddons Property Map
    Additional App settings in vnet injection instance
    workloadProfileName String
    The workload profile used for this app. Supported for Consumption + Dedicated plan.

    AppVNetAddonsResponse

    PublicEndpointUrl string
    URL of the App in vnet injection instance which could be accessed from internet
    PublicEndpoint bool
    Indicates whether the App in vnet injection instance exposes endpoint which could be accessed from internet.
    PublicEndpointUrl string
    URL of the App in vnet injection instance which could be accessed from internet
    PublicEndpoint bool
    Indicates whether the App in vnet injection instance exposes endpoint which could be accessed from internet.
    publicEndpointUrl String
    URL of the App in vnet injection instance which could be accessed from internet
    publicEndpoint Boolean
    Indicates whether the App in vnet injection instance exposes endpoint which could be accessed from internet.
    publicEndpointUrl string
    URL of the App in vnet injection instance which could be accessed from internet
    publicEndpoint boolean
    Indicates whether the App in vnet injection instance exposes endpoint which could be accessed from internet.
    public_endpoint_url str
    URL of the App in vnet injection instance which could be accessed from internet
    public_endpoint bool
    Indicates whether the App in vnet injection instance exposes endpoint which could be accessed from internet.
    publicEndpointUrl String
    URL of the App in vnet injection instance which could be accessed from internet
    publicEndpoint Boolean
    Indicates whether the App in vnet injection instance exposes endpoint which could be accessed from internet.

    AzureFileVolumeResponse

    MountPath string
    The mount path of the persistent disk.
    EnableSubPath bool
    If set to true, it will create and mount a dedicated directory for every individual app instance.
    MountOptions List<string>
    These are the mount options for a persistent disk.
    ReadOnly bool
    Indicates whether the persistent disk is a readOnly one.
    ShareName string
    The share name of the Azure File share.
    MountPath string
    The mount path of the persistent disk.
    EnableSubPath bool
    If set to true, it will create and mount a dedicated directory for every individual app instance.
    MountOptions []string
    These are the mount options for a persistent disk.
    ReadOnly bool
    Indicates whether the persistent disk is a readOnly one.
    ShareName string
    The share name of the Azure File share.
    mountPath String
    The mount path of the persistent disk.
    enableSubPath Boolean
    If set to true, it will create and mount a dedicated directory for every individual app instance.
    mountOptions List<String>
    These are the mount options for a persistent disk.
    readOnly Boolean
    Indicates whether the persistent disk is a readOnly one.
    shareName String
    The share name of the Azure File share.
    mountPath string
    The mount path of the persistent disk.
    enableSubPath boolean
    If set to true, it will create and mount a dedicated directory for every individual app instance.
    mountOptions string[]
    These are the mount options for a persistent disk.
    readOnly boolean
    Indicates whether the persistent disk is a readOnly one.
    shareName string
    The share name of the Azure File share.
    mount_path str
    The mount path of the persistent disk.
    enable_sub_path bool
    If set to true, it will create and mount a dedicated directory for every individual app instance.
    mount_options Sequence[str]
    These are the mount options for a persistent disk.
    read_only bool
    Indicates whether the persistent disk is a readOnly one.
    share_name str
    The share name of the Azure File share.
    mountPath String
    The mount path of the persistent disk.
    enableSubPath Boolean
    If set to true, it will create and mount a dedicated directory for every individual app instance.
    mountOptions List<String>
    These are the mount options for a persistent disk.
    readOnly Boolean
    Indicates whether the persistent disk is a readOnly one.
    shareName String
    The share name of the Azure File share.

    CustomPersistentDiskResourceResponse

    StorageId string
    The resource id of Azure Spring Apps Storage resource.
    CustomPersistentDiskProperties Pulumi.AzureNative.AppPlatform.Inputs.AzureFileVolumeResponse
    Properties of the custom persistent disk resource payload.
    StorageId string
    The resource id of Azure Spring Apps Storage resource.
    CustomPersistentDiskProperties AzureFileVolumeResponse
    Properties of the custom persistent disk resource payload.
    storageId String
    The resource id of Azure Spring Apps Storage resource.
    customPersistentDiskProperties AzureFileVolumeResponse
    Properties of the custom persistent disk resource payload.
    storageId string
    The resource id of Azure Spring Apps Storage resource.
    customPersistentDiskProperties AzureFileVolumeResponse
    Properties of the custom persistent disk resource payload.
    storage_id str
    The resource id of Azure Spring Apps Storage resource.
    custom_persistent_disk_properties AzureFileVolumeResponse
    Properties of the custom persistent disk resource payload.
    storageId String
    The resource id of Azure Spring Apps Storage resource.
    customPersistentDiskProperties Property Map
    Properties of the custom persistent disk resource payload.

    IngressSettingsResponse

    BackendProtocol string
    How ingress should communicate with this app backend service.
    ClientAuth Pulumi.AzureNative.AppPlatform.Inputs.IngressSettingsResponseClientAuth
    Client-Certification Authentication.
    ReadTimeoutInSeconds int
    Ingress read time out in seconds.
    SendTimeoutInSeconds int
    Ingress send time out in seconds.
    SessionAffinity string
    Type of the affinity, set this to Cookie to enable session affinity.
    SessionCookieMaxAge int
    Time in seconds until the cookie expires.
    BackendProtocol string
    How ingress should communicate with this app backend service.
    ClientAuth IngressSettingsResponseClientAuth
    Client-Certification Authentication.
    ReadTimeoutInSeconds int
    Ingress read time out in seconds.
    SendTimeoutInSeconds int
    Ingress send time out in seconds.
    SessionAffinity string
    Type of the affinity, set this to Cookie to enable session affinity.
    SessionCookieMaxAge int
    Time in seconds until the cookie expires.
    backendProtocol String
    How ingress should communicate with this app backend service.
    clientAuth IngressSettingsResponseClientAuth
    Client-Certification Authentication.
    readTimeoutInSeconds Integer
    Ingress read time out in seconds.
    sendTimeoutInSeconds Integer
    Ingress send time out in seconds.
    sessionAffinity String
    Type of the affinity, set this to Cookie to enable session affinity.
    sessionCookieMaxAge Integer
    Time in seconds until the cookie expires.
    backendProtocol string
    How ingress should communicate with this app backend service.
    clientAuth IngressSettingsResponseClientAuth
    Client-Certification Authentication.
    readTimeoutInSeconds number
    Ingress read time out in seconds.
    sendTimeoutInSeconds number
    Ingress send time out in seconds.
    sessionAffinity string
    Type of the affinity, set this to Cookie to enable session affinity.
    sessionCookieMaxAge number
    Time in seconds until the cookie expires.
    backend_protocol str
    How ingress should communicate with this app backend service.
    client_auth IngressSettingsResponseClientAuth
    Client-Certification Authentication.
    read_timeout_in_seconds int
    Ingress read time out in seconds.
    send_timeout_in_seconds int
    Ingress send time out in seconds.
    session_affinity str
    Type of the affinity, set this to Cookie to enable session affinity.
    session_cookie_max_age int
    Time in seconds until the cookie expires.
    backendProtocol String
    How ingress should communicate with this app backend service.
    clientAuth Property Map
    Client-Certification Authentication.
    readTimeoutInSeconds Number
    Ingress read time out in seconds.
    sendTimeoutInSeconds Number
    Ingress send time out in seconds.
    sessionAffinity String
    Type of the affinity, set this to Cookie to enable session affinity.
    sessionCookieMaxAge Number
    Time in seconds until the cookie expires.

    IngressSettingsResponseClientAuth

    Certificates List<string>
    Collection of certificate resource id.
    Certificates []string
    Collection of certificate resource id.
    certificates List<String>
    Collection of certificate resource id.
    certificates string[]
    Collection of certificate resource id.
    certificates Sequence[str]
    Collection of certificate resource id.
    certificates List<String>
    Collection of certificate resource id.

    LoadedCertificateResponse

    ResourceId string
    Resource Id of loaded certificate
    LoadTrustStore bool
    Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.
    ResourceId string
    Resource Id of loaded certificate
    LoadTrustStore bool
    Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.
    resourceId String
    Resource Id of loaded certificate
    loadTrustStore Boolean
    Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.
    resourceId string
    Resource Id of loaded certificate
    loadTrustStore boolean
    Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.
    resource_id str
    Resource Id of loaded certificate
    load_trust_store bool
    Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.
    resourceId String
    Resource Id of loaded certificate
    loadTrustStore Boolean
    Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.

    ManagedIdentityPropertiesResponse

    PrincipalId string
    Principal Id of system-assigned managed identity.
    TenantId string
    Tenant Id of system-assigned managed identity.
    Type string
    Type of the managed identity
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.AppPlatform.Inputs.UserAssignedManagedIdentityResponse>
    Properties of user-assigned managed identities
    PrincipalId string
    Principal Id of system-assigned managed identity.
    TenantId string
    Tenant Id of system-assigned managed identity.
    Type string
    Type of the managed identity
    UserAssignedIdentities map[string]UserAssignedManagedIdentityResponse
    Properties of user-assigned managed identities
    principalId String
    Principal Id of system-assigned managed identity.
    tenantId String
    Tenant Id of system-assigned managed identity.
    type String
    Type of the managed identity
    userAssignedIdentities Map<String,UserAssignedManagedIdentityResponse>
    Properties of user-assigned managed identities
    principalId string
    Principal Id of system-assigned managed identity.
    tenantId string
    Tenant Id of system-assigned managed identity.
    type string
    Type of the managed identity
    userAssignedIdentities {[key: string]: UserAssignedManagedIdentityResponse}
    Properties of user-assigned managed identities
    principal_id str
    Principal Id of system-assigned managed identity.
    tenant_id str
    Tenant Id of system-assigned managed identity.
    type str
    Type of the managed identity
    user_assigned_identities Mapping[str, UserAssignedManagedIdentityResponse]
    Properties of user-assigned managed identities
    principalId String
    Principal Id of system-assigned managed identity.
    tenantId String
    Tenant Id of system-assigned managed identity.
    type String
    Type of the managed identity
    userAssignedIdentities Map<Property Map>
    Properties of user-assigned managed identities

    PersistentDiskResponse

    UsedInGB int
    Size of the used persistent disk in GB
    MountPath string
    Mount path of the persistent disk
    SizeInGB int
    Size of the persistent disk in GB
    UsedInGB int
    Size of the used persistent disk in GB
    MountPath string
    Mount path of the persistent disk
    SizeInGB int
    Size of the persistent disk in GB
    usedInGB Integer
    Size of the used persistent disk in GB
    mountPath String
    Mount path of the persistent disk
    sizeInGB Integer
    Size of the persistent disk in GB
    usedInGB number
    Size of the used persistent disk in GB
    mountPath string
    Mount path of the persistent disk
    sizeInGB number
    Size of the persistent disk in GB
    used_in_gb int
    Size of the used persistent disk in GB
    mount_path str
    Mount path of the persistent disk
    size_in_gb int
    Size of the persistent disk in GB
    usedInGB Number
    Size of the used persistent disk in GB
    mountPath String
    Mount path of the persistent disk
    sizeInGB Number
    Size of the persistent disk in GB

    SecretResponse

    Name string
    Secret Name.
    Name string
    Secret Name.
    name String
    Secret Name.
    name string
    Secret Name.
    name str
    Secret Name.
    name String
    Secret Name.

    SystemDataResponse

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

    TemporaryDiskResponse

    MountPath string
    Mount path of the temporary disk
    SizeInGB int
    Size of the temporary disk in GB
    MountPath string
    Mount path of the temporary disk
    SizeInGB int
    Size of the temporary disk in GB
    mountPath String
    Mount path of the temporary disk
    sizeInGB Integer
    Size of the temporary disk in GB
    mountPath string
    Mount path of the temporary disk
    sizeInGB number
    Size of the temporary disk in GB
    mount_path str
    Mount path of the temporary disk
    size_in_gb int
    Size of the temporary disk in GB
    mountPath String
    Mount path of the temporary disk
    sizeInGB Number
    Size of the temporary disk in GB

    UserAssignedManagedIdentityResponse

    ClientId string
    Client Id of user-assigned managed identity.
    PrincipalId string
    Principal Id of user-assigned managed identity.
    ClientId string
    Client Id of user-assigned managed identity.
    PrincipalId string
    Principal Id of user-assigned managed identity.
    clientId String
    Client Id of user-assigned managed identity.
    principalId String
    Principal Id of user-assigned managed identity.
    clientId string
    Client Id of user-assigned managed identity.
    principalId string
    Principal Id of user-assigned managed identity.
    client_id str
    Client Id of user-assigned managed identity.
    principal_id str
    Principal Id of user-assigned managed identity.
    clientId String
    Client Id of user-assigned managed identity.
    principalId String
    Principal Id of user-assigned managed identity.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.38.0 published on Monday, Apr 22, 2024 by Pulumi