public static class AppProtectableSecondaryAudiences.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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
value
- the value to setpublic 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
readOnly
- the value to setpublic AppProtectableSecondaryAudiences build()
public AppProtectableSecondaryAudiences.Builder copy(AppProtectableSecondaryAudiences model)
Copyright © 2016–2024. All rights reserved.