Class IdentityTypes
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_policy_management.v1.model.IdentityTypes
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class IdentityTypes extends com.ibm.cloud.sdk.core.service.model.GenericModel
The settings for each identity type.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityTypesBase
getService()
Gets the service.IdentityTypesBase
getServiceId()
Gets the serviceId.IdentityTypesBase
getUser()
Gets the user.
-
-
-
Method Detail
-
getUser
public IdentityTypesBase getUser()
Gets the user. The core set of properties associated with an identity type.- Returns:
- the user
-
getServiceId
public IdentityTypesBase getServiceId()
Gets the serviceId. The core set of properties associated with an identity type.- Returns:
- the serviceId
-
getService
public IdentityTypesBase getService()
Gets the service. The core set of properties associated with an identity type.- Returns:
- the service
-
-