Class ServiceCredentialsSourceServiceIamApikey
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.ServiceCredentialsSourceServiceIamApikey
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ServiceCredentialsSourceServiceIamApikey extends com.ibm.cloud.sdk.core.service.model.GenericModelThe IAM apikey metadata for the IAM credentials that were generated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the description.StringgetId()Gets the id.StringgetName()Gets the name.
-
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the description. The IAM API key description for the generated service credentials.- Returns:
- the description
-
getId
public String getId()
Gets the id. The IAM API key id for the generated service credentials.- Returns:
- the id
-
getName
public String getName()
Gets the name. The IAM API key name for the generated service credentials.- Returns:
- the name
-
-