GetDataStoreResult

data class GetDataStoreResult(val azureApiVersion: String, val customerSecrets: List<CustomerSecretResponse>? = null, val dataStoreTypeId: String, val extendedProperties: Any? = null, val id: String, val name: String, val repositoryId: String? = null, val state: String, val type: String)

Data store.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, customerSecrets: List<CustomerSecretResponse>? = null, dataStoreTypeId: String, extendedProperties: Any? = null, id: String, name: String, repositoryId: String? = null, state: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

List of customer secrets containing a key identifier and key value. The key identifier is a way for the specific data source to understand the key. Value contains customer secret encrypted by the encryptionKeys.

Link copied to clipboard

The arm id of the data store type.

Link copied to clipboard
val extendedProperties: Any? = null

A generic json used differently by each data source type.

Link copied to clipboard
val id: String

Id of the object.

Link copied to clipboard

Name of the object.

Link copied to clipboard
val repositoryId: String? = null

Arm Id for the manager resource to which the data source is associated. This is optional.

Link copied to clipboard

State of the data source.

Link copied to clipboard

Type of the object.