Get Azure Key Vault Secret Provider Class Result
data class GetAzureKeyVaultSecretProviderClassResult(val clientId: String, val extendedLocation: AzureResourceManagerCommonTypesExtendedLocationResponse? = null, val id: String, val keyvaultName: String, val location: String, val name: String, val objects: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String, val type: String)
The AzureKeyVaultSecretProviderClass resource.
Constructors
Link copied to clipboard
constructor(clientId: String, extendedLocation: AzureResourceManagerCommonTypesExtendedLocationResponse? = null, id: String, keyvaultName: String, location: String, name: String, objects: String? = null, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, tenantId: String, type: String)
Properties
Link copied to clipboard
The complex type of the extended location.
Link copied to clipboard
The name of the Azure Key Vault to sync secrets from.
Link copied to clipboard
Provisioning state of the AzureKeyVaultSecretProviderClass instance.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.