Class CustomCredentialsConfigurationSchemaParameter
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.CustomCredentialsConfigurationSchemaParameter
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CustomCredentialsConfigurationSchemaParameter extends com.ibm.cloud.sdk.core.service.model.GenericModelA parameter of a custom credentials schema, for example {"name":"user_name", "format":"type:string, required:true"}.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEnvVariableName()Gets the envVariableName.StringgetFormat()Gets the format.StringgetName()Gets the name.
-
-
-
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
-
-