Class AppAllowAuthzPolicy.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppAllowAuthzPolicy.Builder
-
- Enclosing class:
- AppAllowAuthzPolicy
public static class AppAllowAuthzPolicy.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppAllowAuthzPolicy
build()
AppAllowAuthzPolicy.Builder
copy(AppAllowAuthzPolicy model)
AppAllowAuthzPolicy.Builder
ref(String ref)
URI of the policy.AppAllowAuthzPolicy.Builder
value(String value)
Identifier of the Policy.
-
-
-
Method Detail
-
value
public AppAllowAuthzPolicy.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 AppAllowAuthzPolicy.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 AppAllowAuthzPolicy build()
-
copy
public AppAllowAuthzPolicy.Builder copy(AppAllowAuthzPolicy model)
-
-