public static class AppIdentityBridges.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppIdentityBridges |
build() |
AppIdentityBridges.Builder |
copy(AppIdentityBridges model) |
AppIdentityBridges.Builder |
name(String name)
Name of the IdentityBridge associated with the App.
|
AppIdentityBridges.Builder |
ref(String ref)
The URI of the IdentityBridge associated with the App.
|
AppIdentityBridges.Builder |
value(String value)
The Id of the IdentityBridge associated with the App.
|
public AppIdentityBridges.Builder value(String value)
The Id of the IdentityBridge associated with the App.
*Added In:** 19.1.4
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
value
- the value to setpublic AppIdentityBridges.Builder ref(String ref)
The URI of the IdentityBridge associated with the App.
*Added In:** 19.1.4
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic AppIdentityBridges.Builder name(String name)
Name of the IdentityBridge associated with the App.
*Added In:** 19.1.4
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
name
- the value to setpublic AppIdentityBridges build()
public AppIdentityBridges.Builder copy(AppIdentityBridges model)
Copyright © 2016–2024. All rights reserved.