public static class IdpGroupMapping.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IdpGroupMapping |
build() |
IdpGroupMapping.Builder |
compartmentId(String compartmentId)
The OCID of the tenancy containing the
IdentityProvider . |
IdpGroupMapping.Builder |
copy(IdpGroupMapping model) |
IdpGroupMapping.Builder |
groupId(String groupId)
The OCID of the IAM Service group that is mapped to the IdP group.
|
IdpGroupMapping.Builder |
id(String id)
The OCID of the
IdpGroupMapping . |
IdpGroupMapping.Builder |
idpGroupName(String idpGroupName)
The name of the IdP group that is mapped to the IAM Service group.
|
IdpGroupMapping.Builder |
idpId(String idpId)
The OCID of the
IdentityProvider this mapping belongs to. |
IdpGroupMapping.Builder |
inactiveStatus(Long inactiveStatus)
The detailed status of INACTIVE lifecycleState.
|
IdpGroupMapping.Builder |
lifecycleState(IdpGroupMapping.LifecycleState lifecycleState)
The mapping’s current state.
|
IdpGroupMapping.Builder |
timeCreated(Date timeCreated)
Date and time the mapping was created, in the format defined by RFC3339.
|
public IdpGroupMapping.Builder id(String id)
The OCID of the IdpGroupMapping
.
id
- the value to setpublic IdpGroupMapping.Builder idpId(String idpId)
The OCID of the IdentityProvider
this mapping belongs to.
idpId
- the value to setpublic IdpGroupMapping.Builder idpGroupName(String idpGroupName)
The name of the IdP group that is mapped to the IAM Service group.
idpGroupName
- the value to setpublic IdpGroupMapping.Builder groupId(String groupId)
The OCID of the IAM Service group that is mapped to the IdP group.
groupId
- the value to setpublic IdpGroupMapping.Builder compartmentId(String compartmentId)
The OCID of the tenancy containing the IdentityProvider
.
compartmentId
- the value to setpublic IdpGroupMapping.Builder timeCreated(Date timeCreated)
Date and time the mapping was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic IdpGroupMapping.Builder lifecycleState(IdpGroupMapping.LifecycleState lifecycleState)
The mapping’s current state. After creating a mapping object, make sure its lifecycleState
changes from CREATING to ACTIVE before using it.
lifecycleState
- the value to setpublic IdpGroupMapping.Builder inactiveStatus(Long inactiveStatus)
The detailed status of INACTIVE lifecycleState.
inactiveStatus
- the value to setpublic IdpGroupMapping build()
public IdpGroupMapping.Builder copy(IdpGroupMapping model)
Copyright © 2016–2024. All rights reserved.