Class AppDenyAuthzPolicy.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppDenyAuthzPolicy.Builder
-
- Enclosing class:
- AppDenyAuthzPolicy
public static class AppDenyAuthzPolicy.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
value
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
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public 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
- Parameters:
ref
- the value to set- Returns:
- this builder
-
build
public AppDenyAuthzPolicy build()
-
copy
public AppDenyAuthzPolicy.Builder copy(AppDenyAuthzPolicy model)
-
-