scaleway.secret_manager.v1beta1.AccessSecretVersionResponse
secret_idID of the secret. (UUID format)
revisionVersion number. The first version of the secret is numbered 1, and all subsequent revisions augment by 1.
dataThe base64-encoded secret payload of the version.
data_crc32The CRC32 checksum of the data as a base-10 integer. This field is only available if a CRC32 was supplied during the creation of the version.
typeType of the secret.
See the Secret.Type enum for a description of values.
scaleway.secret_manager.v1beta1.ListSecretVersionsResponse
Single page of versions.
total_countNumber of versions.
scaleway.secret_manager.v1beta1.ListSecretsRequest.OrderBy
scaleway.secret_manager.v1beta1.ListSecretsResponse
Single page of secrets matching the requested criteria.
total_countCount of all secrets matching the requested criteria.
scaleway.secret_manager.v1beta1.Product
scaleway.secret_manager.v1beta1.Secret
idID of the secret. (UUID format)
project_idID of the Project containing the secret. (UUID format)
nameName of the secret.
statusCurrent status of the secret.
ready: the secret can be read, modified and deleted.locked: no action can be performed on the secret. This status can only be applied and removed by Scaleway.
created_atDate and time of the secret's creation. (RFC 3339 format)
updated_atLast update of the secret. (RFC 3339 format)
tagsList of the secret's tags.
version_countNumber of versions for this secret.
descriptionUpdated description of the secret.
managedReturns true for secrets that are managed by another product.
protectedReturns true for protected secrets that cannot be deleted.
typeType of the secret.
See the Secret.Type enum for a description of values.
pathPath of the secret. Location of the secret in the directory structure.
Ephemeral policy of the secret. (Optional.) Policy that defines whether/when a secret's versions expire. By default, the policy is applied to all the secret's versions.
List of Scaleway resources that can access and manage the secret.
deletion_requested_atReturns the time at which deletion was requested. (RFC 3339 format)
key_idID of the Scaleway Key Manager key. (Optional.) The Scaleway Key Manager key ID used to encrypt and decrypt secret versions. (UUID format)
regionRegion of the secret.
scaleway.secret_manager.v1beta1.SecretVersion
revisionVersion number. The first version of the secret is numbered 1, and all subsequent revisions augment by 1.
secret_idID of the secret. (UUID format)
statusCurrent status of the version.
unknown_status: the version is in an invalid state.enabled: the version is accessible.disabled: the version is not accessible but can be enabled.scheduled_for_deletion: the version is scheduled for deletion. It will be deleted in 7 days.deleted: the version is permanently deleted. It is not possible to recover it.
created_atDate and time of the version's creation. (RFC 3339 format)
updated_atLast update of the version. (RFC 3339 format)
deleted_atDate and time of the version's deletion. (RFC 3339 format)
descriptionDescription of the version.
latestReturns true if the version is the latest.
Properties of the ephemeral version. Returns the version's expiration date, whether it expires after being accessed once, and the action to perform (disable or delete) once the version expires.
deletion_requested_atReturns the time at which deletion was requested. (RFC 3339 format)
regionRegion of the version.