Get Static Web App Result
data class GetStaticWebAppResult(val apiKey: String, val appSettings: Map<String, String>, val basicAuths: List<GetStaticWebAppBasicAuth>, val configurationFileChangesEnabled: Boolean, val defaultHostName: String, val id: String, val identities: List<GetStaticWebAppIdentity>, val location: String, val name: String, val previewEnvironmentsEnabled: Boolean, val publicNetworkAccessEnabled: Boolean, val repositoryBranch: String, val repositoryUrl: String, val resourceGroupName: String, val skuSize: String, val skuTier: String, val tags: Map<String, String>)
A collection of values returned by getStaticWebApp.
Constructors
Link copied to clipboard
constructor(apiKey: String, appSettings: Map<String, String>, basicAuths: List<GetStaticWebAppBasicAuth>, configurationFileChangesEnabled: Boolean, defaultHostName: String, id: String, identities: List<GetStaticWebAppIdentity>, location: String, name: String, previewEnvironmentsEnabled: Boolean, publicNetworkAccessEnabled: Boolean, repositoryBranch: String, repositoryUrl: String, resourceGroupName: String, skuSize: String, skuTier: String, tags: Map<String, String>)