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