1. Packages
  2. Azure Native
  3. API Docs
  4. solutions
  5. getApplication
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.8.0 published on Monday, Sep 18, 2023 by Pulumi

azure-native.solutions.getApplication

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.8.0 published on Monday, Sep 18, 2023 by Pulumi

    Gets the managed application. Azure REST API version: 2021-07-01.

    Using getApplication

    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 getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
    function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>
    def get_application(application_name: Optional[str] = None,
                        resource_group_name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetApplicationResult
    def get_application_output(application_name: Optional[pulumi.Input[str]] = None,
                        resource_group_name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]
    func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
    func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput

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

    public static class GetApplication 
    {
        public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
        public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:solutions:getApplication
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApplicationName string

    The name of the managed application.

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    ApplicationName string

    The name of the managed application.

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    applicationName String

    The name of the managed application.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    applicationName string

    The name of the managed application.

    resourceGroupName string

    The name of the resource group. The name is case insensitive.

    application_name str

    The name of the managed application.

    resource_group_name str

    The name of the resource group. The name is case insensitive.

    applicationName String

    The name of the managed application.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    getApplication Result

    The following output properties are available:

    Artifacts List<Pulumi.AzureNative.Solutions.Outputs.ApplicationArtifactResponse>

    The collection of managed application artifacts.

    Authorizations List<Pulumi.AzureNative.Solutions.Outputs.ApplicationAuthorizationResponse>

    The read-only authorizations property that is retrieved from the application package.

    BillingDetails Pulumi.AzureNative.Solutions.Outputs.ApplicationBillingDetailsDefinitionResponse

    The managed application billing details.

    CreatedBy Pulumi.AzureNative.Solutions.Outputs.ApplicationClientDetailsResponse

    The client entity that created the JIT request.

    CustomerSupport Pulumi.AzureNative.Solutions.Outputs.ApplicationPackageContactResponse

    The read-only customer support property that is retrieved from the application package.

    Id string

    Resource ID

    Kind string

    The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.

    ManagementMode string

    The managed application management mode.

    Name string

    Resource name

    Outputs object

    Name and value pairs that define the managed application outputs.

    ProvisioningState string

    The managed application provisioning state.

    PublisherTenantId string

    The publisher tenant Id.

    SupportUrls Pulumi.AzureNative.Solutions.Outputs.ApplicationPackageSupportUrlsResponse

    The read-only support URLs property that is retrieved from the application package.

    SystemData Pulumi.AzureNative.Solutions.Outputs.SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    Type string

    Resource type

    UpdatedBy Pulumi.AzureNative.Solutions.Outputs.ApplicationClientDetailsResponse

    The client entity that last updated the JIT request.

    ApplicationDefinitionId string

    The fully qualified path of managed application definition Id.

    Identity Pulumi.AzureNative.Solutions.Outputs.IdentityResponse

    The identity of the resource.

    JitAccessPolicy Pulumi.AzureNative.Solutions.Outputs.ApplicationJitAccessPolicyResponse

    The managed application Jit access policy.

    Location string

    Resource location

    ManagedBy string

    ID of the resource that manages this resource.

    ManagedResourceGroupId string

    The managed resource group Id.

    Parameters object

    Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.

    Plan Pulumi.AzureNative.Solutions.Outputs.PlanResponse

    The plan information.

    Sku Pulumi.AzureNative.Solutions.Outputs.SkuResponse

    The SKU of the resource.

    Tags Dictionary<string, string>

    Resource tags

    Artifacts []ApplicationArtifactResponse

    The collection of managed application artifacts.

    Authorizations []ApplicationAuthorizationResponse

    The read-only authorizations property that is retrieved from the application package.

    BillingDetails ApplicationBillingDetailsDefinitionResponse

    The managed application billing details.

    CreatedBy ApplicationClientDetailsResponse

    The client entity that created the JIT request.

    CustomerSupport ApplicationPackageContactResponse

    The read-only customer support property that is retrieved from the application package.

    Id string

    Resource ID

    Kind string

    The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.

    ManagementMode string

    The managed application management mode.

    Name string

    Resource name

    Outputs interface{}

    Name and value pairs that define the managed application outputs.

    ProvisioningState string

    The managed application provisioning state.

    PublisherTenantId string

    The publisher tenant Id.

    SupportUrls ApplicationPackageSupportUrlsResponse

    The read-only support URLs property that is retrieved from the application package.

    SystemData SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    Type string

    Resource type

    UpdatedBy ApplicationClientDetailsResponse

    The client entity that last updated the JIT request.

    ApplicationDefinitionId string

    The fully qualified path of managed application definition Id.

    Identity IdentityResponse

    The identity of the resource.

    JitAccessPolicy ApplicationJitAccessPolicyResponse

    The managed application Jit access policy.

    Location string

    Resource location

    ManagedBy string

    ID of the resource that manages this resource.

    ManagedResourceGroupId string

    The managed resource group Id.

    Parameters interface{}

    Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.

    Plan PlanResponse

    The plan information.

    Sku SkuResponse

    The SKU of the resource.

    Tags map[string]string

    Resource tags

    artifacts List<ApplicationArtifactResponse>

    The collection of managed application artifacts.

    authorizations List<ApplicationAuthorizationResponse>

    The read-only authorizations property that is retrieved from the application package.

    billingDetails ApplicationBillingDetailsDefinitionResponse

    The managed application billing details.

    createdBy ApplicationClientDetailsResponse

    The client entity that created the JIT request.

    customerSupport ApplicationPackageContactResponse

    The read-only customer support property that is retrieved from the application package.

    id String

    Resource ID

    kind String

    The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.

    managementMode String

    The managed application management mode.

    name String

    Resource name

    outputs Object

    Name and value pairs that define the managed application outputs.

    provisioningState String

    The managed application provisioning state.

    publisherTenantId String

    The publisher tenant Id.

    supportUrls ApplicationPackageSupportUrlsResponse

    The read-only support URLs property that is retrieved from the application package.

    systemData SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    type String

    Resource type

    updatedBy ApplicationClientDetailsResponse

    The client entity that last updated the JIT request.

    applicationDefinitionId String

    The fully qualified path of managed application definition Id.

    identity IdentityResponse

    The identity of the resource.

    jitAccessPolicy ApplicationJitAccessPolicyResponse

    The managed application Jit access policy.

    location String

    Resource location

    managedBy String

    ID of the resource that manages this resource.

    managedResourceGroupId String

    The managed resource group Id.

    parameters Object

    Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.

    plan PlanResponse

    The plan information.

    sku SkuResponse

    The SKU of the resource.

    tags Map<String,String>

    Resource tags

    artifacts ApplicationArtifactResponse[]

    The collection of managed application artifacts.

    authorizations ApplicationAuthorizationResponse[]

    The read-only authorizations property that is retrieved from the application package.

    billingDetails ApplicationBillingDetailsDefinitionResponse

    The managed application billing details.

    createdBy ApplicationClientDetailsResponse

    The client entity that created the JIT request.

    customerSupport ApplicationPackageContactResponse

    The read-only customer support property that is retrieved from the application package.

    id string

    Resource ID

    kind string

    The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.

    managementMode string

    The managed application management mode.

    name string

    Resource name

    outputs any

    Name and value pairs that define the managed application outputs.

    provisioningState string

    The managed application provisioning state.

    publisherTenantId string

    The publisher tenant Id.

    supportUrls ApplicationPackageSupportUrlsResponse

    The read-only support URLs property that is retrieved from the application package.

    systemData SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    type string

    Resource type

    updatedBy ApplicationClientDetailsResponse

    The client entity that last updated the JIT request.

    applicationDefinitionId string

    The fully qualified path of managed application definition Id.

    identity IdentityResponse

    The identity of the resource.

    jitAccessPolicy ApplicationJitAccessPolicyResponse

    The managed application Jit access policy.

    location string

    Resource location

    managedBy string

    ID of the resource that manages this resource.

    managedResourceGroupId string

    The managed resource group Id.

    parameters any

    Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.

    plan PlanResponse

    The plan information.

    sku SkuResponse

    The SKU of the resource.

    tags {[key: string]: string}

    Resource tags

    artifacts Sequence[ApplicationArtifactResponse]

    The collection of managed application artifacts.

    authorizations Sequence[ApplicationAuthorizationResponse]

    The read-only authorizations property that is retrieved from the application package.

    billing_details ApplicationBillingDetailsDefinitionResponse

    The managed application billing details.

    created_by ApplicationClientDetailsResponse

    The client entity that created the JIT request.

    customer_support ApplicationPackageContactResponse

    The read-only customer support property that is retrieved from the application package.

    id str

    Resource ID

    kind str

    The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.

    management_mode str

    The managed application management mode.

    name str

    Resource name

    outputs Any

    Name and value pairs that define the managed application outputs.

    provisioning_state str

    The managed application provisioning state.

    publisher_tenant_id str

    The publisher tenant Id.

    support_urls ApplicationPackageSupportUrlsResponse

    The read-only support URLs property that is retrieved from the application package.

    system_data SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    type str

    Resource type

    updated_by ApplicationClientDetailsResponse

    The client entity that last updated the JIT request.

    application_definition_id str

    The fully qualified path of managed application definition Id.

    identity IdentityResponse

    The identity of the resource.

    jit_access_policy ApplicationJitAccessPolicyResponse

    The managed application Jit access policy.

    location str

    Resource location

    managed_by str

    ID of the resource that manages this resource.

    managed_resource_group_id str

    The managed resource group Id.

    parameters Any

    Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.

    plan PlanResponse

    The plan information.

    sku SkuResponse

    The SKU of the resource.

    tags Mapping[str, str]

    Resource tags

    artifacts List<Property Map>

    The collection of managed application artifacts.

    authorizations List<Property Map>

    The read-only authorizations property that is retrieved from the application package.

    billingDetails Property Map

    The managed application billing details.

    createdBy Property Map

    The client entity that created the JIT request.

    customerSupport Property Map

    The read-only customer support property that is retrieved from the application package.

    id String

    Resource ID

    kind String

    The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.

    managementMode String

    The managed application management mode.

    name String

    Resource name

    outputs Any

    Name and value pairs that define the managed application outputs.

    provisioningState String

    The managed application provisioning state.

    publisherTenantId String

    The publisher tenant Id.

    supportUrls Property Map

    The read-only support URLs property that is retrieved from the application package.

    systemData Property Map

    Metadata pertaining to creation and last modification of the resource.

    type String

    Resource type

    updatedBy Property Map

    The client entity that last updated the JIT request.

    applicationDefinitionId String

    The fully qualified path of managed application definition Id.

    identity Property Map

    The identity of the resource.

    jitAccessPolicy Property Map

    The managed application Jit access policy.

    location String

    Resource location

    managedBy String

    ID of the resource that manages this resource.

    managedResourceGroupId String

    The managed resource group Id.

    parameters Any

    Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.

    plan Property Map

    The plan information.

    sku Property Map

    The SKU of the resource.

    tags Map<String>

    Resource tags

    Supporting Types

    ApplicationArtifactResponse

    Name string

    The managed application artifact name.

    Type string

    The managed application artifact type.

    Uri string

    The managed application artifact blob uri.

    Name string

    The managed application artifact name.

    Type string

    The managed application artifact type.

    Uri string

    The managed application artifact blob uri.

    name String

    The managed application artifact name.

    type String

    The managed application artifact type.

    uri String

    The managed application artifact blob uri.

    name string

    The managed application artifact name.

    type string

    The managed application artifact type.

    uri string

    The managed application artifact blob uri.

    name str

    The managed application artifact name.

    type str

    The managed application artifact type.

    uri str

    The managed application artifact blob uri.

    name String

    The managed application artifact name.

    type String

    The managed application artifact type.

    uri String

    The managed application artifact blob uri.

    ApplicationAuthorizationResponse

    PrincipalId string

    The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.

    RoleDefinitionId string

    The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.

    PrincipalId string

    The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.

    RoleDefinitionId string

    The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.

    principalId String

    The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.

    roleDefinitionId String

    The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.

    principalId string

    The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.

    roleDefinitionId string

    The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.

    principal_id str

    The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.

    role_definition_id str

    The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.

    principalId String

    The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.

    roleDefinitionId String

    The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.

    ApplicationBillingDetailsDefinitionResponse

    ResourceUsageId string

    The managed application resource usage Id.

    ResourceUsageId string

    The managed application resource usage Id.

    resourceUsageId String

    The managed application resource usage Id.

    resourceUsageId string

    The managed application resource usage Id.

    resource_usage_id str

    The managed application resource usage Id.

    resourceUsageId String

    The managed application resource usage Id.

    ApplicationClientDetailsResponse

    ApplicationId string

    The client application Id.

    Oid string

    The client Oid.

    Puid string

    The client Puid

    ApplicationId string

    The client application Id.

    Oid string

    The client Oid.

    Puid string

    The client Puid

    applicationId String

    The client application Id.

    oid String

    The client Oid.

    puid String

    The client Puid

    applicationId string

    The client application Id.

    oid string

    The client Oid.

    puid string

    The client Puid

    application_id str

    The client application Id.

    oid str

    The client Oid.

    puid str

    The client Puid

    applicationId String

    The client application Id.

    oid String

    The client Oid.

    puid String

    The client Puid

    ApplicationJitAccessPolicyResponse

    JitAccessEnabled bool

    Whether the JIT access is enabled.

    JitApprovalMode string

    JIT approval mode.

    JitApprovers List<Pulumi.AzureNative.Solutions.Inputs.JitApproverDefinitionResponse>

    The JIT approvers

    MaximumJitAccessDuration string

    The maximum duration JIT access is granted. This is an ISO8601 time period value.

    JitAccessEnabled bool

    Whether the JIT access is enabled.

    JitApprovalMode string

    JIT approval mode.

    JitApprovers []JitApproverDefinitionResponse

    The JIT approvers

    MaximumJitAccessDuration string

    The maximum duration JIT access is granted. This is an ISO8601 time period value.

    jitAccessEnabled Boolean

    Whether the JIT access is enabled.

    jitApprovalMode String

    JIT approval mode.

    jitApprovers List<JitApproverDefinitionResponse>

    The JIT approvers

    maximumJitAccessDuration String

    The maximum duration JIT access is granted. This is an ISO8601 time period value.

    jitAccessEnabled boolean

    Whether the JIT access is enabled.

    jitApprovalMode string

    JIT approval mode.

    jitApprovers JitApproverDefinitionResponse[]

    The JIT approvers

    maximumJitAccessDuration string

    The maximum duration JIT access is granted. This is an ISO8601 time period value.

    jit_access_enabled bool

    Whether the JIT access is enabled.

    jit_approval_mode str

    JIT approval mode.

    jit_approvers Sequence[JitApproverDefinitionResponse]

    The JIT approvers

    maximum_jit_access_duration str

    The maximum duration JIT access is granted. This is an ISO8601 time period value.

    jitAccessEnabled Boolean

    Whether the JIT access is enabled.

    jitApprovalMode String

    JIT approval mode.

    jitApprovers List<Property Map>

    The JIT approvers

    maximumJitAccessDuration String

    The maximum duration JIT access is granted. This is an ISO8601 time period value.

    ApplicationPackageContactResponse

    Email string

    The contact email.

    Phone string

    The contact phone number.

    ContactName string

    The contact name.

    Email string

    The contact email.

    Phone string

    The contact phone number.

    ContactName string

    The contact name.

    email String

    The contact email.

    phone String

    The contact phone number.

    contactName String

    The contact name.

    email string

    The contact email.

    phone string

    The contact phone number.

    contactName string

    The contact name.

    email str

    The contact email.

    phone str

    The contact phone number.

    contact_name str

    The contact name.

    email String

    The contact email.

    phone String

    The contact phone number.

    contactName String

    The contact name.

    ApplicationPackageSupportUrlsResponse

    GovernmentCloud string

    The government cloud support URL.

    PublicAzure string

    The public azure support URL.

    GovernmentCloud string

    The government cloud support URL.

    PublicAzure string

    The public azure support URL.

    governmentCloud String

    The government cloud support URL.

    publicAzure String

    The public azure support URL.

    governmentCloud string

    The government cloud support URL.

    publicAzure string

    The public azure support URL.

    government_cloud str

    The government cloud support URL.

    public_azure str

    The public azure support URL.

    governmentCloud String

    The government cloud support URL.

    publicAzure String

    The public azure support URL.

    IdentityResponse

    PrincipalId string

    The principal ID of resource identity.

    TenantId string

    The tenant ID of resource.

    Type string

    The identity type.

    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.Solutions.Inputs.UserAssignedResourceIdentityResponse>

    The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    PrincipalId string

    The principal ID of resource identity.

    TenantId string

    The tenant ID of resource.

    Type string

    The identity type.

    UserAssignedIdentities map[string]UserAssignedResourceIdentityResponse

    The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    principalId String

    The principal ID of resource identity.

    tenantId String

    The tenant ID of resource.

    type String

    The identity type.

    userAssignedIdentities Map<String,UserAssignedResourceIdentityResponse>

    The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    principalId string

    The principal ID of resource identity.

    tenantId string

    The tenant ID of resource.

    type string

    The identity type.

    userAssignedIdentities {[key: string]: UserAssignedResourceIdentityResponse}

    The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    principal_id str

    The principal ID of resource identity.

    tenant_id str

    The tenant ID of resource.

    type str

    The identity type.

    user_assigned_identities Mapping[str, UserAssignedResourceIdentityResponse]

    The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    principalId String

    The principal ID of resource identity.

    tenantId String

    The tenant ID of resource.

    type String

    The identity type.

    userAssignedIdentities Map<Property Map>

    The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    JitApproverDefinitionResponse

    Id string

    The approver service principal Id.

    DisplayName string

    The approver display name.

    Type string

    The approver type.

    Id string

    The approver service principal Id.

    DisplayName string

    The approver display name.

    Type string

    The approver type.

    id String

    The approver service principal Id.

    displayName String

    The approver display name.

    type String

    The approver type.

    id string

    The approver service principal Id.

    displayName string

    The approver display name.

    type string

    The approver type.

    id str

    The approver service principal Id.

    display_name str

    The approver display name.

    type str

    The approver type.

    id String

    The approver service principal Id.

    displayName String

    The approver display name.

    type String

    The approver type.

    PlanResponse

    Name string

    The plan name.

    Product string

    The product code.

    Publisher string

    The publisher ID.

    Version string

    The plan's version.

    PromotionCode string

    The promotion code.

    Name string

    The plan name.

    Product string

    The product code.

    Publisher string

    The publisher ID.

    Version string

    The plan's version.

    PromotionCode string

    The promotion code.

    name String

    The plan name.

    product String

    The product code.

    publisher String

    The publisher ID.

    version String

    The plan's version.

    promotionCode String

    The promotion code.

    name string

    The plan name.

    product string

    The product code.

    publisher string

    The publisher ID.

    version string

    The plan's version.

    promotionCode string

    The promotion code.

    name str

    The plan name.

    product str

    The product code.

    publisher str

    The publisher ID.

    version str

    The plan's version.

    promotion_code str

    The promotion code.

    name String

    The plan name.

    product String

    The product code.

    publisher String

    The publisher ID.

    version String

    The plan's version.

    promotionCode String

    The promotion code.

    SkuResponse

    Name string

    The SKU name.

    Capacity int

    The SKU capacity.

    Family string

    The SKU family.

    Model string

    The SKU model.

    Size string

    The SKU size.

    Tier string

    The SKU tier.

    Name string

    The SKU name.

    Capacity int

    The SKU capacity.

    Family string

    The SKU family.

    Model string

    The SKU model.

    Size string

    The SKU size.

    Tier string

    The SKU tier.

    name String

    The SKU name.

    capacity Integer

    The SKU capacity.

    family String

    The SKU family.

    model String

    The SKU model.

    size String

    The SKU size.

    tier String

    The SKU tier.

    name string

    The SKU name.

    capacity number

    The SKU capacity.

    family string

    The SKU family.

    model string

    The SKU model.

    size string

    The SKU size.

    tier string

    The SKU tier.

    name str

    The SKU name.

    capacity int

    The SKU capacity.

    family str

    The SKU family.

    model str

    The SKU model.

    size str

    The SKU size.

    tier str

    The SKU tier.

    name String

    The SKU name.

    capacity Number

    The SKU capacity.

    family String

    The SKU family.

    model String

    The SKU model.

    size String

    The SKU size.

    tier String

    The SKU tier.

    SystemDataResponse

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    createdAt string

    The timestamp of resource creation (UTC).

    createdBy string

    The identity that created the resource.

    createdByType string

    The type of identity that created the resource.

    lastModifiedAt string

    The timestamp of resource last modification (UTC)

    lastModifiedBy string

    The identity that last modified the resource.

    lastModifiedByType string

    The type of identity that last modified the resource.

    created_at str

    The timestamp of resource creation (UTC).

    created_by str

    The identity that created the resource.

    created_by_type str

    The type of identity that created the resource.

    last_modified_at str

    The timestamp of resource last modification (UTC)

    last_modified_by str

    The identity that last modified the resource.

    last_modified_by_type str

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    UserAssignedResourceIdentityResponse

    PrincipalId string

    The principal id of user assigned identity.

    TenantId string

    The tenant id of user assigned identity.

    PrincipalId string

    The principal id of user assigned identity.

    TenantId string

    The tenant id of user assigned identity.

    principalId String

    The principal id of user assigned identity.

    tenantId String

    The tenant id of user assigned identity.

    principalId string

    The principal id of user assigned identity.

    tenantId string

    The tenant id of user assigned identity.

    principal_id str

    The principal id of user assigned identity.

    tenant_id str

    The tenant id of user assigned identity.

    principalId String

    The principal id of user assigned identity.

    tenantId String

    The tenant id of user assigned 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.8.0 published on Monday, Sep 18, 2023 by Pulumi