Class GetSecretByNameTypeOptions

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

    public class GetSecretByNameTypeOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The getSecretByNameType options.
    • Method Detail

      • secretType

        public String secretType()
        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
      • name

        public String name()
        Gets the name. A human-readable name to assign to your secret. To protect your privacy, do not use personal data, such as your name or location, as a name for your secret.
        Returns:
        the name
      • secretGroupName

        public String secretGroupName()
        Gets the secretGroupName. The name of your secret group.
        Returns:
        the secretGroupName