IncludedViewsVisibility Parameter (Connect-OracleHCM Cmdlet)
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.
Syntax
Connect-OracleHCM -IncludedViewsVisibility string
Possible Values
All, Public, Unlisted, NoneData Type
cstr
Default Value
"All"
Remarks
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. |