IncludedViewsVisibility
Controls the visibility of resources returned by the Oracle Fusion Cloud HCM Cloud API by determining whether the 'include' query parameter is sent to fetch table metadata.
Possible Values
All, Public, Unlisted, Noneデータ型
string
デフォルト値
"All"
解説
IncludedViewsVisibility can be one of the following:
| Value | Description |
| All | Returns all public and unlisted resources that the user is authorized to access. |
| Public | Returns only publicly listed resources. |
| Unlisted | Returns only unlisted or internal resources. |
| None | Allows the API to apply its default behavior. |