Class CustomCredentialsNewCredentials

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

    public class CustomCredentialsNewCredentials
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Newly created credentials provided by the credentials provider.
    • Method Detail

      • id

        public String id()
        Gets the id. An identifier of credentials in the credentials provider that is used by the custom credentials secret type.
        Returns:
        the id
      • payload

        public Map<String,​Object> payload()
        Gets the payload. The fields that can be passed to and from the custom credentials engine. Allowed types are 'string', 'integer' and 'boolean'.
        Returns:
        the payload