Class SetProfileIdentitiesOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.SetProfileIdentitiesOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SetProfileIdentitiesOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe setProfileIdentities options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetProfileIdentitiesOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ProfileIdentityRequest>identities()Gets the identities.java.lang.StringifMatch()Gets the ifMatch.SetProfileIdentitiesOptions.BuildernewBuilder()New builder.java.lang.StringprofileId()Gets the profileId.
-
-
-
Method Detail
-
newBuilder
public SetProfileIdentitiesOptions.Builder newBuilder()
New builder.- Returns:
- a SetProfileIdentitiesOptions builder
-
profileId
public java.lang.String profileId()
Gets the profileId. ID of the trusted profile.- Returns:
- the profileId
-
ifMatch
public java.lang.String ifMatch()
Gets the ifMatch. Entity tag of the Identities to be updated. Specify the tag that you retrieved when reading the Profile Identities. This value helps identify parallel usage of this API. Pass * to indicate updating any available version, which may result in stale updates.- Returns:
- the ifMatch
-
identities
public java.util.List<ProfileIdentityRequest> identities()
Gets the identities. List of identities that can assume the trusted profile.- Returns:
- the identities
-
-