GetApplicationResult

data class GetApplicationResult(val applicationDefinitionId: String? = null, val artifacts: List<ApplicationArtifactResponse>, val authorizations: List<ApplicationAuthorizationResponse>, val azureApiVersion: String, val billingDetails: ApplicationBillingDetailsDefinitionResponse, val createdBy: ApplicationClientDetailsResponse, val customerSupport: ApplicationPackageContactResponse, val id: String, val identity: IdentityResponse? = null, val jitAccessPolicy: ApplicationJitAccessPolicyResponse? = null, val kind: String, val location: String? = null, val managedBy: String? = null, val managedResourceGroupId: String? = null, val managementMode: String, val name: String, val outputs: Any, val parameters: Any? = null, val plan: PlanResponse? = null, val provisioningState: String, val publisherTenantId: String, val sku: SkuResponse? = null, val supportUrls: ApplicationPackageSupportUrlsResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val updatedBy: ApplicationClientDetailsResponse)

Information about managed application.

Constructors

Link copied to clipboard
constructor(applicationDefinitionId: String? = null, artifacts: List<ApplicationArtifactResponse>, authorizations: List<ApplicationAuthorizationResponse>, azureApiVersion: String, billingDetails: ApplicationBillingDetailsDefinitionResponse, createdBy: ApplicationClientDetailsResponse, customerSupport: ApplicationPackageContactResponse, id: String, identity: IdentityResponse? = null, jitAccessPolicy: ApplicationJitAccessPolicyResponse? = null, kind: String, location: String? = null, managedBy: String? = null, managedResourceGroupId: String? = null, managementMode: String, name: String, outputs: Any, parameters: Any? = null, plan: PlanResponse? = null, provisioningState: String, publisherTenantId: String, sku: SkuResponse? = null, supportUrls: ApplicationPackageSupportUrlsResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, updatedBy: ApplicationClientDetailsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fully qualified path of managed application definition Id.

Link copied to clipboard

The collection of managed application artifacts.

Link copied to clipboard

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

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The managed application billing details.

Link copied to clipboard

The client entity that created the JIT request.

Link copied to clipboard

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

Link copied to clipboard
val id: String

Resource ID

Link copied to clipboard

The identity of the resource.

Link copied to clipboard

The managed application Jit access policy.

Link copied to clipboard

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

Link copied to clipboard
val location: String? = null

Resource location

Link copied to clipboard
val managedBy: String? = null

ID of the resource that manages this resource.

Link copied to clipboard

The managed resource group Id.

Link copied to clipboard

The managed application management mode.

Link copied to clipboard

Resource name

Link copied to clipboard

Name and value pairs that define the managed application outputs.

Link copied to clipboard
val parameters: Any? = null

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

Link copied to clipboard
val plan: PlanResponse? = null

The plan information.

Link copied to clipboard

The managed application provisioning state.

Link copied to clipboard

The publisher tenant Id.

Link copied to clipboard
val sku: SkuResponse? = null

The SKU of the resource.

Link copied to clipboard

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

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type

Link copied to clipboard

The client entity that last updated the JIT request.