Name | Type | Description | Notes |
---|---|---|---|
Rsid | Pointer to string | [optional] | |
Rsname | Pointer to string | [optional] | |
Scopes | Pointer to []string | [optional] | |
Claims | Pointer to map[string][]string | [optional] |
func NewPermission() *Permission
NewPermission instantiates a new Permission 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 NewPermissionWithDefaults() *Permission
NewPermissionWithDefaults instantiates a new Permission 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 *Permission) GetRsid() string
GetRsid returns the Rsid field if non-nil, zero value otherwise.
func (o *Permission) GetRsidOk() (*string, bool)
GetRsidOk returns a tuple with the Rsid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Permission) SetRsid(v string)
SetRsid sets Rsid field to given value.
func (o *Permission) HasRsid() bool
HasRsid returns a boolean if a field has been set.
func (o *Permission) GetRsname() string
GetRsname returns the Rsname field if non-nil, zero value otherwise.
func (o *Permission) GetRsnameOk() (*string, bool)
GetRsnameOk returns a tuple with the Rsname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Permission) SetRsname(v string)
SetRsname sets Rsname field to given value.
func (o *Permission) HasRsname() bool
HasRsname returns a boolean if a field has been set.
func (o *Permission) GetScopes() []string
GetScopes returns the Scopes field if non-nil, zero value otherwise.
func (o *Permission) GetScopesOk() (*[]string, 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 *Permission) SetScopes(v []string)
SetScopes sets Scopes field to given value.
func (o *Permission) HasScopes() bool
HasScopes returns a boolean if a field has been set.
func (o *Permission) GetClaims() map[string][]string
GetClaims returns the Claims field if non-nil, zero value otherwise.
func (o *Permission) GetClaimsOk() (*map[string][]string, bool)
GetClaimsOk returns a tuple with the Claims field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Permission) SetClaims(v map[string][]string)
SetClaims sets Claims field to given value.
func (o *Permission) HasClaims() bool
HasClaims returns a boolean if a field has been set.