Class KeyIdentity
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.KeyIdentity
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
 KeyIdentityByCRN,KeyIdentityByFingerprint,KeyIdentityByHref,KeyIdentityById
public class KeyIdentity
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Identifies a key by a unique property.
 Classes which extend this class:
 - KeyIdentityById
 - KeyIdentityByCRN
 - KeyIdentityByHref
 - KeyIdentityByFingerprint
- 
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
id
 - 
crn
 - 
href
 - 
fingerprint
Gets the fingerprint. The fingerprint for this key. The value is returned base64-encoded and prefixed with the hash algorithm (always `SHA256`).- Returns:
 - the fingerprint
 
 
 -