Class SecretLocks

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

    public class SecretLocks
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Create locks response body containing a collection of locks that are attached to a secret.
    • Method Detail

      • getSecretId

        public String getSecretId()
        Gets the secretId. A UUID identifier.
        Returns:
        the secretId
      • getSecretGroupId

        public String getSecretGroupId()
        Gets the secretGroupId. A UUID identifier, or `default` secret group.
        Returns:
        the secretGroupId
      • getSecretType

        public String getSecretType()
        Gets the secretType. The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password.
        Returns:
        the secretType
      • getSecretName

        public String getSecretName()
        Gets the secretName. The human-readable name of your secret.
        Returns:
        the secretName
      • getVersions

        public List<SecretVersionLocks> getVersions()
        Gets the versions. A collection of locks that are attached to a secret.
        Returns:
        the versions