GetSecretSyncResult

data class GetSecretSyncResult(val azureApiVersion: String, val extendedLocation: AzureResourceManagerCommonTypesExtendedLocationResponse? = null, val forceSynchronization: String? = null, val id: String, val kubernetesSecretType: String, val location: String, val name: String, val objectSecretMapping: List<KubernetesSecretObjectMappingResponse>, val provisioningState: String, val secretProviderClassName: String, val serviceAccountName: String, val status: SecretSyncStatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The SecretSync resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, extendedLocation: AzureResourceManagerCommonTypesExtendedLocationResponse? = null, forceSynchronization: String? = null, id: String, kubernetesSecretType: String, location: String, name: String, objectSecretMapping: List<KubernetesSecretObjectMappingResponse>, provisioningState: String, secretProviderClassName: String, serviceAccountName: String, status: SecretSyncStatusResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, 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

The complex type of the extended location.

Link copied to clipboard

ForceSynchronization can be used to force the secret synchronization. The secret synchronization is triggered by changing the value in this field. This field is not used to resolve synchronization conflicts.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Type specifies the type of the Kubernetes secret object, e.g. "Opaque" or"kubernetes.io/tls". The controller must have permission to create secrets of the specified type.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

An array of SecretObjectData that maps secret data from the external secret provider to the Kubernetes secret. Each entry specifies the source secret in the external provider and the corresponding key in the Kubernetes secret.

Link copied to clipboard

Provisioning state of the SecretSync instance.

Link copied to clipboard

SecretProviderClassName specifies the name of the SecretProviderClass resource, which contains the information needed to access the cloud provider secret store.

Link copied to clipboard

ServiceAccountName specifies the name of the service account used to access the cloud provider secret store. The audience field in the service account token must be passed as parameter in the controller configuration. The audience is used when requesting a token from the API server for the service account; the supported audiences are defined by each provider.

Link copied to clipboard

SecretSyncStatus defines the observed state of the secret synchronization process.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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"