Class GetKeyMetadata
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetKeyMetadata
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetKeyMetadata extends com.ibm.cloud.sdk.core.service.model.GenericModel
The base schema for retrieving key metadata.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionMetadata
getMetadata()
Gets the metadata.List<KeyFullRepresentation>
getResources()
Gets the resources.
-
-
-
Method Detail
-
getMetadata
public CollectionMetadata getMetadata()
Gets the metadata. The metadata that describes the resource array.- Returns:
- the metadata
-
getResources
public List<KeyFullRepresentation> getResources()
Gets the resources. A collection of resources.- Returns:
- the resources
-
-