Class CustomCredentialsConfigurationSchemaParameter

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

    public class CustomCredentialsConfigurationSchemaParameter
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    A parameter of a custom credentials schema, for example {"name":"user_name", "format":"type:string, required:true"}.
    • Method Detail

      • getName

        public String getName()
        Gets the name. The name of a parameter.
        Returns:
        the name
      • getFormat

        public String getFormat()
        Gets the format. The format of the custom credentials parameter, for example 'required:true, type:string', 'type:int, required:false', 'type:enum[val1|val2|val3], required:true', 'required:true, type:boolean'.
        Returns:
        the format
      • getEnvVariableName

        public String getEnvVariableName()
        Gets the envVariableName. The name of the environment variable of a custom credentials configuration schema parameter.
        Returns:
        the envVariableName