Get Configuration Store Result
data class GetConfigurationStoreResult(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(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>)
Properties
Link copied to clipboard
An encryption
block as defined below.
Link copied to clipboard
Link copied to clipboard
Whether local authentication methods is enabled.
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
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
The number of days that items should be retained for once soft-deleted.