Class AppDenyAuthzPolicy.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AppDenyAuthzPolicy.Builder
 
- 
- Enclosing class:
- AppDenyAuthzPolicy
 
 public static class AppDenyAuthzPolicy.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AppDenyAuthzPolicybuild()AppDenyAuthzPolicy.Buildercopy(AppDenyAuthzPolicy model)AppDenyAuthzPolicy.Builderref(String ref)URI of the policy.AppDenyAuthzPolicy.Buildervalue(String value)Identifier of the Policy.
 
- 
- 
- 
Method Detail- 
valuepublic 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
 
 - 
refpublic 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
 
 - 
buildpublic AppDenyAuthzPolicy build() 
 - 
copypublic AppDenyAuthzPolicy.Builder copy(AppDenyAuthzPolicy model) 
 
- 
 
-