Class CustomCredentialsNewCredentials
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.CustomCredentialsNewCredentials
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CustomCredentialsNewCredentials extends com.ibm.cloud.sdk.core.service.model.GenericModelNewly created credentials provided by the credentials provider.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomCredentialsNewCredentials.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.CustomCredentialsNewCredentials.BuildernewBuilder()New builder.Map<String,Object>payload()Gets the payload.
-
-
-
Method Detail
-
newBuilder
public CustomCredentialsNewCredentials.Builder newBuilder()
New builder.- Returns:
- a CustomCredentialsNewCredentials builder
-
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
-
-