public static class UserExtIdcsAppRolesLimitedToGroups.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtIdcsAppRolesLimitedToGroups |
build() |
UserExtIdcsAppRolesLimitedToGroups.Builder |
copy(UserExtIdcsAppRolesLimitedToGroups model) |
UserExtIdcsAppRolesLimitedToGroups.Builder |
display(String display)
Group display name
|
UserExtIdcsAppRolesLimitedToGroups.Builder |
idcsAppRoleId(String idcsAppRoleId)
The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
|
UserExtIdcsAppRolesLimitedToGroups.Builder |
ocid(String ocid)
The ocid of a Group the AppRole Grant is limited to
|
UserExtIdcsAppRolesLimitedToGroups.Builder |
ref(String ref)
The URI of the SCIM resource representing the Group manager.
|
UserExtIdcsAppRolesLimitedToGroups.Builder |
value(String value)
The id of a Group the AppRole Grant is limited to
|
public UserExtIdcsAppRolesLimitedToGroups.Builder idcsAppRoleId(String idcsAppRoleId)
The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsCsvAttributeName: IDCS AppRole Name - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
idcsAppRoleId
- the value to setpublic UserExtIdcsAppRolesLimitedToGroups.Builder value(String value)
The id of a Group the AppRole Grant is limited to
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsCsvAttributeName: Group Name - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic UserExtIdcsAppRolesLimitedToGroups.Builder ref(String ref)
The URI of the SCIM resource representing the Group manager. RECOMMENDED.
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic UserExtIdcsAppRolesLimitedToGroups.Builder display(String display)
Group display name
*Added In:** 19.2.1
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic UserExtIdcsAppRolesLimitedToGroups.Builder ocid(String ocid)
The ocid of a Group the AppRole Grant is limited to
*Added In:** 2202230830
*SCIM++ Properties:** - idcsCsvAttributeName: Group Ocid - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
ocid
- the value to setpublic UserExtIdcsAppRolesLimitedToGroups build()
public UserExtIdcsAppRolesLimitedToGroups.Builder copy(UserExtIdcsAppRolesLimitedToGroups model)
Copyright © 2016–2024. All rights reserved.