Class Key
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.Key
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Key extends com.ibm.cloud.sdk.core.service.model.GenericModel
Properties associated with a key response.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionMetadataOneOf
getMetadata()
Gets the metadata.List<KeyWithPayload>
getResources()
Gets the resources.
-
-
-
Method Detail
-
getMetadata
public CollectionMetadataOneOf getMetadata()
Gets the metadata.- Returns:
- the metadata
-
getResources
public List<KeyWithPayload> getResources()
Gets the resources. A collection of resources.- Returns:
- the resources
-
-