Class GetSecretByNameTypeOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.GetSecretByNameTypeOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetSecretByNameTypeOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getSecretByNameType options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetSecretByNameTypeOptions.BuilderBuilder.static interfaceGetSecretByNameTypeOptions.SecretTypeThe secret type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Gets the name.GetSecretByNameTypeOptions.BuildernewBuilder()New builder.StringsecretGroupName()Gets the secretGroupName.StringsecretType()Gets the secretType.
-
-
-
Method Detail
-
newBuilder
public GetSecretByNameTypeOptions.Builder newBuilder()
New builder.- Returns:
- a GetSecretByNameTypeOptions builder
-
secretType
public String secretType()
Gets the secretType. The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password.- Returns:
- the secretType
-
name
public String name()
Gets the name. A human-readable name to assign to your secret. To protect your privacy, do not use personal data, such as your name or location, as a name for your secret.- Returns:
- the name
-
secretGroupName
public String secretGroupName()
Gets the secretGroupName. The name of your secret group.- Returns:
- the secretGroupName
-
-