Class DeleteProfileIdentityOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.DeleteProfileIdentityOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteProfileIdentityOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteProfileIdentity options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteProfileIdentityOptions.BuilderBuilder.static interfaceDeleteProfileIdentityOptions.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.DeleteProfileIdentityOptions.BuildernewBuilder()New builder.java.lang.StringprofileId()Gets the profileId.
-
-
-
Method Detail
-
newBuilder
public DeleteProfileIdentityOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteProfileIdentityOptions 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
-
-