Package-level declarations

Types

Link copied to clipboard
data class Azurerm_portal_dashboardResult(val dashboardProperties: String, val displayName: String? = null, val id: String, val location: String, val name: String? = null, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by azurerm_portal_dashboard.

Link copied to clipboard
data class GetGrafanaIdentity(val identityIds: List<String>? = null, val principalId: String, val tenantId: String, val type: String)
Link copied to clipboard
data class GetGrafanaResult(val apiKeyEnabled: Boolean, val autoGeneratedDomainNameLabelScope: String, val azureMonitorWorkspaceIntegrations: List<GetGrafanaAzureMonitorWorkspaceIntegration>, val deterministicOutboundIpEnabled: Boolean, val endpoint: String, val grafanaMajorVersion: String, val grafanaVersion: String, val id: String, val identity: GetGrafanaIdentity? = null, val location: String, val name: String, val outboundIps: List<String>, val publicNetworkAccessEnabled: Boolean, val resourceGroupName: String, val sku: String, val tags: Map<String, String>, val zoneRedundancyEnabled: Boolean)

A collection of values returned by getGrafana.

Link copied to clipboard
Link copied to clipboard
data class GrafanaIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class GrafanaSmtp(val enabled: Boolean? = null, val fromAddress: String, val fromName: String? = null, val host: String, val password: String, val startTlsPolicy: String, val user: String, val verificationSkipEnabled: Boolean? = null)