Class CustomCredentialsConfigurationSchema
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.CustomCredentialsConfigurationSchema
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CustomCredentialsConfigurationSchema extends com.ibm.cloud.sdk.core.service.model.GenericModelThe schema that defines by the Code Engine job to be used as input and output formats for this custom credentials configuration.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CustomCredentialsConfigurationSchemaCredentials>getCredentials()Gets the credentials.List<CustomCredentialsConfigurationSchemaParameter>getParameters()Gets the parameters.
-
-
-
Method Detail
-
getParameters
public List<CustomCredentialsConfigurationSchemaParameter> getParameters()
Gets the parameters. custom credentials configuration schema parameter.- Returns:
- the parameters
-
getCredentials
public List<CustomCredentialsConfigurationSchemaCredentials> getCredentials()
Gets the credentials. custom credentials configuration schema credentials format.- Returns:
- the credentials
-
-