Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Uris | Pointer to []string | [optional] | |
Type | Pointer to string | [optional] | |
Scopes | Pointer to []ScopeRepresentation | [optional] | |
IconUri | Pointer to string | [optional] | |
Owner | Pointer to ResourceOwnerRepresentation | [optional] [readonly] | |
OwnerManagedAccess | Pointer to bool | [optional] | |
DisplayName | Pointer to string | [optional] | |
Attributes | Pointer to map[string][]string | [optional] | |
Uri | Pointer to string | [optional] | |
ScopesUma | Pointer to []ScopeRepresentation | [optional] |
func NewResourceRepresentation() *ResourceRepresentation
NewResourceRepresentation instantiates a new ResourceRepresentation 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 NewResourceRepresentationWithDefaults() *ResourceRepresentation
NewResourceRepresentationWithDefaults instantiates a new ResourceRepresentation 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 *ResourceRepresentation) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResourceRepresentation) 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 *ResourceRepresentation) SetId(v string)
SetId sets Id field to given value.
func (o *ResourceRepresentation) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResourceRepresentation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ResourceRepresentation) 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 *ResourceRepresentation) SetName(v string)
SetName sets Name field to given value.
func (o *ResourceRepresentation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ResourceRepresentation) GetUris() []string
GetUris returns the Uris field if non-nil, zero value otherwise.
func (o *ResourceRepresentation) GetUrisOk() (*[]string, bool)
GetUrisOk returns a tuple with the Uris field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRepresentation) SetUris(v []string)
SetUris sets Uris field to given value.
func (o *ResourceRepresentation) HasUris() bool
HasUris returns a boolean if a field has been set.
func (o *ResourceRepresentation) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ResourceRepresentation) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRepresentation) SetType(v string)
SetType sets Type field to given value.
func (o *ResourceRepresentation) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ResourceRepresentation) GetScopes() []ScopeRepresentation
GetScopes returns the Scopes field if non-nil, zero value otherwise.
func (o *ResourceRepresentation) GetScopesOk() (*[]ScopeRepresentation, bool)
GetScopesOk returns a tuple with the Scopes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRepresentation) SetScopes(v []ScopeRepresentation)
SetScopes sets Scopes field to given value.
func (o *ResourceRepresentation) HasScopes() bool
HasScopes returns a boolean if a field has been set.
func (o *ResourceRepresentation) GetIconUri() string
GetIconUri returns the IconUri field if non-nil, zero value otherwise.
func (o *ResourceRepresentation) 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 *ResourceRepresentation) SetIconUri(v string)
SetIconUri sets IconUri field to given value.
func (o *ResourceRepresentation) HasIconUri() bool
HasIconUri returns a boolean if a field has been set.
func (o *ResourceRepresentation) GetOwner() ResourceOwnerRepresentation
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *ResourceRepresentation) GetOwnerOk() (*ResourceOwnerRepresentation, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRepresentation) SetOwner(v ResourceOwnerRepresentation)
SetOwner sets Owner field to given value.
func (o *ResourceRepresentation) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *ResourceRepresentation) GetOwnerManagedAccess() bool
GetOwnerManagedAccess returns the OwnerManagedAccess field if non-nil, zero value otherwise.
func (o *ResourceRepresentation) GetOwnerManagedAccessOk() (*bool, bool)
GetOwnerManagedAccessOk returns a tuple with the OwnerManagedAccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRepresentation) SetOwnerManagedAccess(v bool)
SetOwnerManagedAccess sets OwnerManagedAccess field to given value.
func (o *ResourceRepresentation) HasOwnerManagedAccess() bool
HasOwnerManagedAccess returns a boolean if a field has been set.
func (o *ResourceRepresentation) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ResourceRepresentation) 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 *ResourceRepresentation) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ResourceRepresentation) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ResourceRepresentation) GetAttributes() map[string][]string
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *ResourceRepresentation) GetAttributesOk() (*map[string][]string, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRepresentation) SetAttributes(v map[string][]string)
SetAttributes sets Attributes field to given value.
func (o *ResourceRepresentation) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *ResourceRepresentation) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
func (o *ResourceRepresentation) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRepresentation) SetUri(v string)
SetUri sets Uri field to given value.
func (o *ResourceRepresentation) HasUri() bool
HasUri returns a boolean if a field has been set.
func (o *ResourceRepresentation) GetScopesUma() []ScopeRepresentation
GetScopesUma returns the ScopesUma field if non-nil, zero value otherwise.
func (o *ResourceRepresentation) GetScopesUmaOk() (*[]ScopeRepresentation, bool)
GetScopesUmaOk returns a tuple with the ScopesUma field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceRepresentation) SetScopesUma(v []ScopeRepresentation)
SetScopesUma sets ScopesUma field to given value.
func (o *ResourceRepresentation) HasScopesUma() bool
HasScopesUma returns a boolean if a field has been set.