Package com.ibm.cloud.is.vpc.v1.model
Class TrustedProfileIdentity
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.TrustedProfileIdentity
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
TrustedProfileIdentityByCRN
,TrustedProfileIdentityById
public class TrustedProfileIdentity extends com.ibm.cloud.sdk.core.service.model.GenericModel
Identifies a trusted profile by a unique property. Classes which extend this class: - TrustedProfileIdentityById - TrustedProfileIdentityByCRN
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
crn()
Gets the crn.String
id()
Gets the id.
-