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