GetAppResult

data class GetAppResult(val containerAppEnvironmentId: String, val customDomainVerificationId: String, val daprs: List<GetAppDapr>, val id: String, val identities: List<GetAppIdentity>, val ingresses: List<GetAppIngress>, val latestRevisionFqdn: String, val latestRevisionName: String, val location: String, val name: String, val outboundIpAddresses: List<String>, val registries: List<GetAppRegistry>, val resourceGroupName: String, val revisionMode: String, val secrets: List<GetAppSecret>, val tags: Map<String, String>, val templates: List<GetAppTemplate>)

A collection of values returned by getApp.

Constructors

Link copied to clipboard
fun GetAppResult(containerAppEnvironmentId: String, customDomainVerificationId: String, daprs: List<GetAppDapr>, id: String, identities: List<GetAppIdentity>, ingresses: List<GetAppIngress>, latestRevisionFqdn: String, latestRevisionName: String, location: String, name: String, outboundIpAddresses: List<String>, registries: List<GetAppRegistry>, resourceGroupName: String, revisionMode: String, secrets: List<GetAppSecret>, tags: Map<String, String>, templates: List<GetAppTemplate>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Container App Environment this Container App is linked to.

Link copied to clipboard

A dapr block as detailed below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Resource ID for the User Assigned Managed identity to use when pulling from the Container Registry.

Link copied to clipboard

An ingress block as detailed below.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The hostname of the Certificate. Must be the CN or a named SAN in the certificate.

Link copied to clipboard
Link copied to clipboard

A registry block as detailed below.

Link copied to clipboard
Link copied to clipboard

The revision mode of the Container App.

Link copied to clipboard

One or more secret block as detailed below.

Link copied to clipboard

A mapping of tags to assign to the Container App.

Link copied to clipboard

A template block as detailed below.