Class SecretVersionLocks

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class SecretVersionLocks
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    SecretVersionLocks.
    • Method Detail

      • getVersionId

        public String getVersionId()
        Gets the versionId. A UUID identifier.
        Returns:
        the versionId
      • getVersionAlias

        public String getVersionAlias()
        Gets the versionAlias. A human-readable alias that describes the secret version. 'Current' is used for version `n` and 'previous' is used for version `n-1`.
        Returns:
        the versionAlias
      • getLocks

        public List<String> getLocks()
        Gets the locks. The names of all locks that are associated with this secret version.
        Returns:
        the locks
      • isPayloadAvailable

        public Boolean isPayloadAvailable()
        Gets the payloadAvailable. Indicates whether the secret payload is available in this secret version.
        Returns:
        the payloadAvailable