GetConfigurationStoreResult

data class GetConfigurationStoreResult(val creationDate: String, val disableLocalAuth: Boolean? = null, val enablePurgeProtection: Boolean? = null, val encryption: EncryptionPropertiesResponse? = null, val endpoint: String, val id: String, val identity: ResourceIdentityResponse? = null, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionReferenceResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val sku: SkuResponse, val softDeleteRetentionInDays: Int? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it.

Constructors

Link copied to clipboard
constructor(creationDate: String, disableLocalAuth: Boolean? = null, enablePurgeProtection: Boolean? = null, encryption: EncryptionPropertiesResponse? = null, endpoint: String, id: String, identity: ResourceIdentityResponse? = null, location: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionReferenceResponse>, provisioningState: String, publicNetworkAccess: String? = null, sku: SkuResponse, softDeleteRetentionInDays: Int? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation date of configuration store.

Link copied to clipboard

Disables all authentication methods other than AAD authentication.

Link copied to clipboard

Property specifying whether protection against purge is enabled for this configuration store.

Link copied to clipboard

The encryption settings of the configuration store.

Link copied to clipboard

The DNS endpoint where the configuration store API will be available.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The managed identity information, if configured.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The list of private endpoint connections that are set up for this resource.

Link copied to clipboard

The provisioning state of the configuration store.

Link copied to clipboard

Control permission for data plane traffic coming from public networks while private endpoint is enabled.

Link copied to clipboard

The sku of the configuration store.

Link copied to clipboard

The amount of time in days that the configuration store will be retained when it is soft deleted.

Link copied to clipboard

Resource system metadata.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"