Uses of Class
com.ibm.cloud.platform_services.iam_identity.v1.model.ProfileIdentityResponse
-
Packages that use ProfileIdentityResponse Package Description com.ibm.cloud.platform_services.iam_identity.v1 IAM Identity Services v1.com.ibm.cloud.platform_services.iam_identity.v1.model -
-
Uses of ProfileIdentityResponse in com.ibm.cloud.platform_services.iam_identity.v1
Methods in com.ibm.cloud.platform_services.iam_identity.v1 that return types with arguments of type ProfileIdentityResponse Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ProfileIdentityResponse>IamIdentity. getProfileIdentity(GetProfileIdentityOptions getProfileIdentityOptions)Get the identity that can assume the trusted profile.com.ibm.cloud.sdk.core.http.ServiceCall<ProfileIdentityResponse>IamIdentity. setProfileIdentity(SetProfileIdentityOptions setProfileIdentityOptions)Add a specific identity that can assume the trusted profile. -
Uses of ProfileIdentityResponse in com.ibm.cloud.platform_services.iam_identity.v1.model
Methods in com.ibm.cloud.platform_services.iam_identity.v1.model that return types with arguments of type ProfileIdentityResponse Modifier and Type Method Description java.util.List<ProfileIdentityResponse>ProfileIdentitiesResponse. getIdentities()Gets the identities.java.util.List<ProfileIdentityResponse>TemplateProfileComponentResponse. getIdentities()Gets the identities.
-