Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
IconUri | Pointer to string | [optional] | |
Policies | Pointer to []PolicyRepresentation | [optional] | |
Resources | Pointer to []ResourceRepresentation | [optional] | |
DisplayName | Pointer to string | [optional] |
func NewScopeRepresentation() *ScopeRepresentation
NewScopeRepresentation instantiates a new ScopeRepresentation 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 NewScopeRepresentationWithDefaults() *ScopeRepresentation
NewScopeRepresentationWithDefaults instantiates a new ScopeRepresentation 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 *ScopeRepresentation) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ScopeRepresentation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopeRepresentation) SetId(v string)
SetId sets Id field to given value.
func (o *ScopeRepresentation) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ScopeRepresentation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ScopeRepresentation) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopeRepresentation) SetName(v string)
SetName sets Name field to given value.
func (o *ScopeRepresentation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ScopeRepresentation) GetIconUri() string
GetIconUri returns the IconUri field if non-nil, zero value otherwise.
func (o *ScopeRepresentation) GetIconUriOk() (*string, bool)
GetIconUriOk returns a tuple with the IconUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopeRepresentation) SetIconUri(v string)
SetIconUri sets IconUri field to given value.
func (o *ScopeRepresentation) HasIconUri() bool
HasIconUri returns a boolean if a field has been set.
func (o *ScopeRepresentation) GetPolicies() []PolicyRepresentation
GetPolicies returns the Policies field if non-nil, zero value otherwise.
func (o *ScopeRepresentation) GetPoliciesOk() (*[]PolicyRepresentation, bool)
GetPoliciesOk returns a tuple with the Policies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopeRepresentation) SetPolicies(v []PolicyRepresentation)
SetPolicies sets Policies field to given value.
func (o *ScopeRepresentation) HasPolicies() bool
HasPolicies returns a boolean if a field has been set.
func (o *ScopeRepresentation) GetResources() []ResourceRepresentation
GetResources returns the Resources field if non-nil, zero value otherwise.
func (o *ScopeRepresentation) GetResourcesOk() (*[]ResourceRepresentation, bool)
GetResourcesOk returns a tuple with the Resources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopeRepresentation) SetResources(v []ResourceRepresentation)
SetResources sets Resources field to given value.
func (o *ScopeRepresentation) HasResources() bool
HasResources returns a boolean if a field has been set.
func (o *ScopeRepresentation) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ScopeRepresentation) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScopeRepresentation) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ScopeRepresentation) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.