# TheJiraCloudPlatformRestApi.DefaultShareScope

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**scope** | **String** | The scope of the default sharing for new filters and dashboards:   *  &#x60;AUTHENTICATED&#x60; Shared with all logged-in users.  *  &#x60;GLOBAL&#x60; Shared with all logged-in users. This shows as &#x60;AUTHENTICATED&#x60; in the response.  *  &#x60;PRIVATE&#x60; Not shared with any users. | 

<a name="ScopeEnum"></a>
## Enum: ScopeEnum

* `GLOBAL` (value: `"GLOBAL"`)
* `AUTHENTICATED` (value: `"AUTHENTICATED"`)
* `PRIVATE` (value: `"PRIVATE"`)

