Name | Type | Description | Notes |
---|---|---|---|
AccessId | Pointer to string | [optional] | |
AccessType | Pointer to string | [optional] | |
ClusterId | Pointer to int64 | [optional] | |
CreatedAt | Pointer to time.Time | [optional] | |
Description | Pointer to string | [optional] | |
Editable | Pointer to bool | [optional] | |
Error | Pointer to string | [optional] | |
Id | Pointer to int64 | [optional] | |
IsValid | Pointer to bool | [optional] | |
Name | Pointer to string | [optional] | |
Permissions | Pointer to []string | [optional] | |
SubClaims | Pointer to map[string][]string | [optional] | |
SubClaimsCaseInsensitive | Pointer to bool | [optional] | |
UpdatedAt | Pointer to time.Time | [optional] |
func NewAllowedAccess() *AllowedAccess
NewAllowedAccess instantiates a new AllowedAccess 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 NewAllowedAccessWithDefaults() *AllowedAccess
NewAllowedAccessWithDefaults instantiates a new AllowedAccess 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 *AllowedAccess) GetAccessId() string
GetAccessId returns the AccessId field if non-nil, zero value otherwise.
func (o *AllowedAccess) GetAccessIdOk() (*string, bool)
GetAccessIdOk returns a tuple with the AccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedAccess) SetAccessId(v string)
SetAccessId sets AccessId field to given value.
func (o *AllowedAccess) HasAccessId() bool
HasAccessId returns a boolean if a field has been set.
func (o *AllowedAccess) GetAccessType() string
GetAccessType returns the AccessType field if non-nil, zero value otherwise.
func (o *AllowedAccess) GetAccessTypeOk() (*string, bool)
GetAccessTypeOk returns a tuple with the AccessType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedAccess) SetAccessType(v string)
SetAccessType sets AccessType field to given value.
func (o *AllowedAccess) HasAccessType() bool
HasAccessType returns a boolean if a field has been set.
func (o *AllowedAccess) GetClusterId() int64
GetClusterId returns the ClusterId field if non-nil, zero value otherwise.
func (o *AllowedAccess) GetClusterIdOk() (*int64, bool)
GetClusterIdOk returns a tuple with the ClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedAccess) SetClusterId(v int64)
SetClusterId sets ClusterId field to given value.
func (o *AllowedAccess) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (o *AllowedAccess) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *AllowedAccess) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedAccess) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *AllowedAccess) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *AllowedAccess) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *AllowedAccess) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedAccess) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AllowedAccess) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *AllowedAccess) GetEditable() bool
GetEditable returns the Editable field if non-nil, zero value otherwise.
func (o *AllowedAccess) GetEditableOk() (*bool, bool)
GetEditableOk returns a tuple with the Editable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedAccess) SetEditable(v bool)
SetEditable sets Editable field to given value.
func (o *AllowedAccess) HasEditable() bool
HasEditable returns a boolean if a field has been set.
func (o *AllowedAccess) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *AllowedAccess) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedAccess) SetError(v string)
SetError sets Error field to given value.
func (o *AllowedAccess) HasError() bool
HasError returns a boolean if a field has been set.
func (o *AllowedAccess) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AllowedAccess) GetIdOk() (*int64, 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 *AllowedAccess) SetId(v int64)
SetId sets Id field to given value.
func (o *AllowedAccess) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AllowedAccess) GetIsValid() bool
GetIsValid returns the IsValid field if non-nil, zero value otherwise.
func (o *AllowedAccess) GetIsValidOk() (*bool, bool)
GetIsValidOk returns a tuple with the IsValid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedAccess) SetIsValid(v bool)
SetIsValid sets IsValid field to given value.
func (o *AllowedAccess) HasIsValid() bool
HasIsValid returns a boolean if a field has been set.
func (o *AllowedAccess) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AllowedAccess) 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 *AllowedAccess) SetName(v string)
SetName sets Name field to given value.
func (o *AllowedAccess) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AllowedAccess) GetPermissions() []string
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *AllowedAccess) GetPermissionsOk() (*[]string, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedAccess) SetPermissions(v []string)
SetPermissions sets Permissions field to given value.
func (o *AllowedAccess) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (o *AllowedAccess) GetSubClaims() map[string][]string
GetSubClaims returns the SubClaims field if non-nil, zero value otherwise.
func (o *AllowedAccess) GetSubClaimsOk() (*map[string][]string, bool)
GetSubClaimsOk returns a tuple with the SubClaims field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedAccess) SetSubClaims(v map[string][]string)
SetSubClaims sets SubClaims field to given value.
func (o *AllowedAccess) HasSubClaims() bool
HasSubClaims returns a boolean if a field has been set.
func (o *AllowedAccess) GetSubClaimsCaseInsensitive() bool
GetSubClaimsCaseInsensitive returns the SubClaimsCaseInsensitive field if non-nil, zero value otherwise.
func (o *AllowedAccess) GetSubClaimsCaseInsensitiveOk() (*bool, bool)
GetSubClaimsCaseInsensitiveOk returns a tuple with the SubClaimsCaseInsensitive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedAccess) SetSubClaimsCaseInsensitive(v bool)
SetSubClaimsCaseInsensitive sets SubClaimsCaseInsensitive field to given value.
func (o *AllowedAccess) HasSubClaimsCaseInsensitive() bool
HasSubClaimsCaseInsensitive returns a boolean if a field has been set.
func (o *AllowedAccess) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *AllowedAccess) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedAccess) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *AllowedAccess) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.