| Name | Type | Description | Notes |
|---|---|---|---|
| GroupVisibility | Pointer to string | Specifies what users can see during an Access Review | [optional] |
| Users | Pointer to []string | The access review will only include the following users. If any users are selected, any entity filters will be applied to only the entities that the selected users have access to. | [optional] |
| FilterOperator | Pointer to string | Specifies whether entities must match all (AND) or any (OR) of the filters. | [optional] |
| Entities | Pointer to []string | This access review will include resources and groups with ids in the given strings. | [optional] |
| Apps | Pointer to []string | This access review will include items in the specified applications | [optional] |
| Admins | Pointer to []string | This access review will include resources and groups who are owned by one of the owners corresponding to the given IDs. | [optional] |
| GroupTypes | Pointer to []GroupTypeEnum | This access review will include items of the specified group types | [optional] |
| ResourceTypes | Pointer to []ResourceTypeEnum | This access review will include items of the specified resource types | [optional] |
| IncludeGroupBindings | Pointer to bool | [optional] | |
| Tags | Pointer to []TagFilter | This access review will include resources and groups who are tagged with one of the given tags. | [optional] |
| Names | Pointer to []string | This access review will include resources and groups whose name contains one of the given strings. | [optional] |
func NewUARScope() *UARScope
NewUARScope instantiates a new UARScope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUARScopeWithDefaults() *UARScope
NewUARScopeWithDefaults instantiates a new UARScope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *UARScope) GetGroupVisibility() string
GetGroupVisibility returns the GroupVisibility field if non-nil, zero value otherwise.
func (o *UARScope) GetGroupVisibilityOk() (*string, bool)
GetGroupVisibilityOk returns a tuple with the GroupVisibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UARScope) SetGroupVisibility(v string)
SetGroupVisibility sets GroupVisibility field to given value.
func (o *UARScope) HasGroupVisibility() bool
HasGroupVisibility returns a boolean if a field has been set.
func (o *UARScope) GetUsers() []string
GetUsers returns the Users field if non-nil, zero value otherwise.
func (o *UARScope) GetUsersOk() (*[]string, bool)
GetUsersOk returns a tuple with the Users field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UARScope) SetUsers(v []string)
SetUsers sets Users field to given value.
func (o *UARScope) HasUsers() bool
HasUsers returns a boolean if a field has been set.
func (o *UARScope) GetFilterOperator() string
GetFilterOperator returns the FilterOperator field if non-nil, zero value otherwise.
func (o *UARScope) GetFilterOperatorOk() (*string, bool)
GetFilterOperatorOk returns a tuple with the FilterOperator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UARScope) SetFilterOperator(v string)
SetFilterOperator sets FilterOperator field to given value.
func (o *UARScope) HasFilterOperator() bool
HasFilterOperator returns a boolean if a field has been set.
func (o *UARScope) GetEntities() []string
GetEntities returns the Entities field if non-nil, zero value otherwise.
func (o *UARScope) GetEntitiesOk() (*[]string, bool)
GetEntitiesOk returns a tuple with the Entities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UARScope) SetEntities(v []string)
SetEntities sets Entities field to given value.
func (o *UARScope) HasEntities() bool
HasEntities returns a boolean if a field has been set.
func (o *UARScope) GetApps() []string
GetApps returns the Apps field if non-nil, zero value otherwise.
func (o *UARScope) GetAppsOk() (*[]string, bool)
GetAppsOk returns a tuple with the Apps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UARScope) SetApps(v []string)
SetApps sets Apps field to given value.
func (o *UARScope) HasApps() bool
HasApps returns a boolean if a field has been set.
func (o *UARScope) GetAdmins() []string
GetAdmins returns the Admins field if non-nil, zero value otherwise.
func (o *UARScope) GetAdminsOk() (*[]string, bool)
GetAdminsOk returns a tuple with the Admins field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UARScope) SetAdmins(v []string)
SetAdmins sets Admins field to given value.
func (o *UARScope) HasAdmins() bool
HasAdmins returns a boolean if a field has been set.
func (o *UARScope) GetGroupTypes() []GroupTypeEnum
GetGroupTypes returns the GroupTypes field if non-nil, zero value otherwise.
func (o *UARScope) GetGroupTypesOk() (*[]GroupTypeEnum, bool)
GetGroupTypesOk returns a tuple with the GroupTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UARScope) SetGroupTypes(v []GroupTypeEnum)
SetGroupTypes sets GroupTypes field to given value.
func (o *UARScope) HasGroupTypes() bool
HasGroupTypes returns a boolean if a field has been set.
func (o *UARScope) GetResourceTypes() []ResourceTypeEnum
GetResourceTypes returns the ResourceTypes field if non-nil, zero value otherwise.
func (o *UARScope) GetResourceTypesOk() (*[]ResourceTypeEnum, bool)
GetResourceTypesOk returns a tuple with the ResourceTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UARScope) SetResourceTypes(v []ResourceTypeEnum)
SetResourceTypes sets ResourceTypes field to given value.
func (o *UARScope) HasResourceTypes() bool
HasResourceTypes returns a boolean if a field has been set.
func (o *UARScope) GetIncludeGroupBindings() bool
GetIncludeGroupBindings returns the IncludeGroupBindings field if non-nil, zero value otherwise.
func (o *UARScope) GetIncludeGroupBindingsOk() (*bool, bool)
GetIncludeGroupBindingsOk returns a tuple with the IncludeGroupBindings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UARScope) SetIncludeGroupBindings(v bool)
SetIncludeGroupBindings sets IncludeGroupBindings field to given value.
func (o *UARScope) HasIncludeGroupBindings() bool
HasIncludeGroupBindings returns a boolean if a field has been set.
func (o *UARScope) GetTags() []TagFilter
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *UARScope) GetTagsOk() (*[]TagFilter, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UARScope) SetTags(v []TagFilter)
SetTags sets Tags field to given value.
func (o *UARScope) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *UARScope) GetNames() []string
GetNames returns the Names field if non-nil, zero value otherwise.
func (o *UARScope) GetNamesOk() (*[]string, bool)
GetNamesOk returns a tuple with the Names field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UARScope) SetNames(v []string)
SetNames sets Names field to given value.
func (o *UARScope) HasNames() bool
HasNames returns a boolean if a field has been set.