Uses of Class
com.ibm.cloud.platform_services.iam_identity.v1.model.TrustedProfile
-
Packages that use TrustedProfile 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 TrustedProfile 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 TrustedProfile Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<TrustedProfile>IamIdentity. createProfile(CreateProfileOptions createProfileOptions)Create a trusted profile.com.ibm.cloud.sdk.core.http.ServiceCall<TrustedProfile>IamIdentity. getProfile(GetProfileOptions getProfileOptions)Get a trusted profile.com.ibm.cloud.sdk.core.http.ServiceCall<TrustedProfile>IamIdentity. updateProfile(UpdateProfileOptions updateProfileOptions)Update a trusted profile. -
Uses of TrustedProfile 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 TrustedProfile Modifier and Type Method Description java.util.List<TrustedProfile>TrustedProfilesList. getProfiles()Gets the profiles.
-