GetConfigurationStoreResult

data class GetConfigurationStoreResult(val dataPlaneProxyAuthenticationMode: String, val dataPlaneProxyPrivateLinkDelegationEnabled: Boolean, val encryptions: List<GetConfigurationStoreEncryption>, val endpoint: String, val id: String, val identities: List<GetConfigurationStoreIdentity>, val localAuthEnabled: Boolean, val location: String, val name: String, val primaryReadKeys: List<GetConfigurationStorePrimaryReadKey>, val primaryWriteKeys: List<GetConfigurationStorePrimaryWriteKey>, val publicNetworkAccess: String, val publicNetworkAccessEnabled: Boolean, val purgeProtectionEnabled: Boolean, val replicas: List<GetConfigurationStoreReplica>, val resourceGroupName: String, val secondaryReadKeys: List<GetConfigurationStoreSecondaryReadKey>, val secondaryWriteKeys: List<GetConfigurationStoreSecondaryWriteKey>, val sku: String, val softDeleteRetentionDays: Int, val tags: Map<String, String>)

A collection of values returned by getConfigurationStore.

Constructors

Link copied to clipboard
constructor(dataPlaneProxyAuthenticationMode: String, dataPlaneProxyPrivateLinkDelegationEnabled: Boolean, encryptions: List<GetConfigurationStoreEncryption>, endpoint: String, id: String, identities: List<GetConfigurationStoreIdentity>, localAuthEnabled: Boolean, location: String, name: String, primaryReadKeys: List<GetConfigurationStorePrimaryReadKey>, primaryWriteKeys: List<GetConfigurationStorePrimaryWriteKey>, publicNetworkAccess: String, publicNetworkAccessEnabled: Boolean, purgeProtectionEnabled: Boolean, replicas: List<GetConfigurationStoreReplica>, resourceGroupName: String, secondaryReadKeys: List<GetConfigurationStoreSecondaryReadKey>, secondaryWriteKeys: List<GetConfigurationStoreSecondaryWriteKey>, sku: String, softDeleteRetentionDays: Int, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data plane proxy authentication mode.

Whether data plane proxy private link delegation is enabled.

Link copied to clipboard

An encryption block as defined below.

Link copied to clipboard

The URL of the App Configuration Replica.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

Whether local authentication methods are enabled.

Link copied to clipboard

The supported Azure location where the App Configuration Replica exists.

Link copied to clipboard

The name of the App Configuration Replica.

Link copied to clipboard

A primary_read_key block as defined below containing the primary read access key.

Link copied to clipboard

A primary_write_key block as defined below containing the primary write access key.

Link copied to clipboard

The Public Network Access setting of this App Configuration.

Link copied to clipboard

Whether Purge Protection is enabled.

Link copied to clipboard

One or more replica blocks as defined below.

Link copied to clipboard
Link copied to clipboard

A secondary_read_key block as defined below containing the secondary read access key.

Link copied to clipboard

A secondary_write_key block as defined below containing the secondary write access key.

Link copied to clipboard
val sku: String

The name of the SKU used for this App Configuration.

Link copied to clipboard

The number of days that items should be retained for once soft-deleted.

Link copied to clipboard

A mapping of tags assigned to the App Configuration.