Values.ExternalSecretRotationMetadataItemSourceThe metadata needed to successfully rotate a managed external secret. A list of key value pairs in JSON format specified by the partner. For more information, see Managed external secret partners.
type nonrec t = {key : ExternalSecretRotationMetadataItemKeyType.t option;The key that identifies the item.
*)value : ExternalSecretRotationMetadataItemValueType.t option;The value of the specified item.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ExternalSecretRotationMetadataItemKeyType.t ])
list ]