Class CreateSecretVersionActionOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.CreateSecretVersionActionOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateSecretVersionActionOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createSecretVersionAction options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateSecretVersionActionOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.CreateSecretVersionActionOptions.BuildernewBuilder()New builder.StringsecretId()Gets the secretId.SecretVersionActionPrototypesecretVersionActionPrototype()Gets the secretVersionActionPrototype.
-
-
-
Method Detail
-
newBuilder
public CreateSecretVersionActionOptions.Builder newBuilder()
New builder.- Returns:
- a CreateSecretVersionActionOptions builder
-
secretId
public String secretId()
Gets the secretId. The UUID that uniquely identifies your secret.- Returns:
- the secretId
-
id
public String id()
Gets the id. The UUID that uniquely identifies your secret version. You can use the `current` or `previous` aliases to refer to the current or previous secret version.- Returns:
- the id
-
secretVersionActionPrototype
public SecretVersionActionPrototype secretVersionActionPrototype()
Gets the secretVersionActionPrototype. The request body to specify the properties of the action to create a secret version.- Returns:
- the secretVersionActionPrototype
-
-