Class GetProfileIdentityOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetProfileIdentityOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetProfileIdentityOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getProfileIdentity options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetProfileIdentityOptions.BuilderBuilder.static interfaceGetProfileIdentityOptions.IdentityTypeType of the identity.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringidentifierId()Gets the identifierId.java.lang.StringidentityType()Gets the identityType.GetProfileIdentityOptions.BuildernewBuilder()New builder.java.lang.StringprofileId()Gets the profileId.
-
-
-
Method Detail
-
newBuilder
public GetProfileIdentityOptions.Builder newBuilder()
New builder.- Returns:
- a GetProfileIdentityOptions builder
-
profileId
public java.lang.String profileId()
Gets the profileId. ID of the trusted profile.- Returns:
- the profileId
-
identityType
public java.lang.String identityType()
Gets the identityType. Type of the identity.- Returns:
- the identityType
-
identifierId
public java.lang.String identifierId()
Gets the identifierId. Identifier of the identity that can assume the trusted profiles.- Returns:
- the identifierId
-
-