SyncAssociationMetadata

data class SyncAssociationMetadata(val subKey: String? = null, val syncStatus: String? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(subKey: String? = null, syncStatus: String? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val subKey: String? = null

Subkey of the associated secret.

Link copied to clipboard
val syncStatus: String? = null

A map of sync statuses for each subkey of the associated secret (for ex. {kv_624bea/aws-token/dev: "SYNCED", kv_624bea/aws-token/prod: "SYNCED"}).

Link copied to clipboard
val updatedAt: String? = null

A map of duration strings specifying when each subkey of the associated secret was last updated. (for ex. {kv_624bea/aws-token/dev: "2024-03-21T12:42:02.558533-07:00", kv_624bea/aws-token/prod: "2024-03-21T12:42:02.558533-07:00"}).