Class AppProtectableSecondaryAudiences.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppProtectableSecondaryAudiences.Builder
-
- Enclosing class:
- AppProtectableSecondaryAudiences
public static class AppProtectableSecondaryAudiences.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppProtectableSecondaryAudiences
build()
AppProtectableSecondaryAudiences.Builder
copy(AppProtectableSecondaryAudiences model)
AppProtectableSecondaryAudiences.Builder
readOnly(Boolean readOnly)
If true, indicates that this value must be protected.AppProtectableSecondaryAudiences.Builder
value(String value)
The value of an secondary audience–additional URI to be added automatically to any OAuth token that allows access to this App.
-
-
-
Method Detail
-
value
public AppProtectableSecondaryAudiences.Builder value(String value)
The value of an secondary audience–additional URI to be added automatically to any OAuth token that allows access to this App.*Added In:** 18.2.2
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
readOnly
public AppProtectableSecondaryAudiences.Builder readOnly(Boolean readOnly)
If true, indicates that this value must be protected.*Added In:** 18.2.2
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: boolean - uniqueness: none
- Parameters:
readOnly
- the value to set- Returns:
- this builder
-
build
public AppProtectableSecondaryAudiences build()
-
copy
public AppProtectableSecondaryAudiences.Builder copy(AppProtectableSecondaryAudiences model)
-
-