public static class AppIdpPolicy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppIdpPolicy |
build() |
AppIdpPolicy.Builder |
copy(AppIdpPolicy model) |
AppIdpPolicy.Builder |
ref(String ref)
URI of the policy.
|
AppIdpPolicy.Builder |
value(String value)
Identifier of the Policy.
|
public AppIdpPolicy.Builder value(String value)
Identifier of the Policy.
*Added In:** 18.1.2
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic AppIdpPolicy.Builder ref(String ref)
URI of the policy.
*Added In:** 18.1.2
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic AppIdpPolicy build()
public AppIdpPolicy.Builder copy(AppIdpPolicy model)
Copyright © 2016–2024. All rights reserved.