Class UpdateSecretMetadataOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.UpdateSecretMetadataOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateSecretMetadataOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateSecretMetadata options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateSecretMetadataOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.UpdateSecretMetadataOptions.BuildernewBuilder()New builder.Map<String,Object>secretMetadataPatch()Gets the secretMetadataPatch.
-
-
-
Method Detail
-
newBuilder
public UpdateSecretMetadataOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateSecretMetadataOptions builder
-
id
public String id()
Gets the id. The UUID that uniquely identifies your secret.- Returns:
- the id
-
-