public static class UserExtDelegatedAuthenticationTargetApp.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtDelegatedAuthenticationTargetApp |
build() |
UserExtDelegatedAuthenticationTargetApp.Builder |
copy(UserExtDelegatedAuthenticationTargetApp model) |
UserExtDelegatedAuthenticationTargetApp.Builder |
display(String display)
App Display Name
|
UserExtDelegatedAuthenticationTargetApp.Builder |
ref(String ref)
App URI
|
UserExtDelegatedAuthenticationTargetApp.Builder |
type(UserExtDelegatedAuthenticationTargetApp.Type type)
A label that indicates whether this is an App or IdentitySource.
|
UserExtDelegatedAuthenticationTargetApp.Builder |
value(String value)
App identifier
|
public UserExtDelegatedAuthenticationTargetApp.Builder value(String value)
App identifier
*Added In:** 17.4.6
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic UserExtDelegatedAuthenticationTargetApp.Builder ref(String ref)
App URI
*Added In:** 17.4.6
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic UserExtDelegatedAuthenticationTargetApp.Builder type(UserExtDelegatedAuthenticationTargetApp.Type type)
A label that indicates whether this is an App or IdentitySource.
*Added In:** 17.4.6
*SCIM++ Properties:** - idcsDefaultValue: IdentitySource - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
type
- the value to setpublic UserExtDelegatedAuthenticationTargetApp.Builder display(String display)
App Display Name
*Added In:** 17.4.6
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic UserExtDelegatedAuthenticationTargetApp build()
public UserExtDelegatedAuthenticationTargetApp.Builder copy(UserExtDelegatedAuthenticationTargetApp model)
Copyright © 2016–2024. All rights reserved.