Name | Type | Description | Notes |
---|---|---|---|
Action | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
PermissionValidOnResource | Pointer to bool | [optional] | |
PrerequisitePermissions | Pointer to []Permission | [optional] | |
ResourceType | Pointer to string | [optional] |
func NewPermissionInfo() *PermissionInfo
NewPermissionInfo instantiates a new PermissionInfo 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 NewPermissionInfoWithDefaults() *PermissionInfo
NewPermissionInfoWithDefaults instantiates a new PermissionInfo 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 *PermissionInfo) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *PermissionInfo) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PermissionInfo) SetAction(v string)
SetAction sets Action field to given value.
func (o *PermissionInfo) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *PermissionInfo) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *PermissionInfo) 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 *PermissionInfo) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *PermissionInfo) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *PermissionInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PermissionInfo) 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 *PermissionInfo) SetName(v string)
SetName sets Name field to given value.
func (o *PermissionInfo) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PermissionInfo) GetPermissionValidOnResource() bool
GetPermissionValidOnResource returns the PermissionValidOnResource field if non-nil, zero value otherwise.
func (o *PermissionInfo) GetPermissionValidOnResourceOk() (*bool, bool)
GetPermissionValidOnResourceOk returns a tuple with the PermissionValidOnResource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PermissionInfo) SetPermissionValidOnResource(v bool)
SetPermissionValidOnResource sets PermissionValidOnResource field to given value.
func (o *PermissionInfo) HasPermissionValidOnResource() bool
HasPermissionValidOnResource returns a boolean if a field has been set.
func (o *PermissionInfo) GetPrerequisitePermissions() []Permission
GetPrerequisitePermissions returns the PrerequisitePermissions field if non-nil, zero value otherwise.
func (o *PermissionInfo) GetPrerequisitePermissionsOk() (*[]Permission, bool)
GetPrerequisitePermissionsOk returns a tuple with the PrerequisitePermissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PermissionInfo) SetPrerequisitePermissions(v []Permission)
SetPrerequisitePermissions sets PrerequisitePermissions field to given value.
func (o *PermissionInfo) HasPrerequisitePermissions() bool
HasPrerequisitePermissions returns a boolean if a field has been set.
func (o *PermissionInfo) GetResourceType() string
GetResourceType returns the ResourceType field if non-nil, zero value otherwise.
func (o *PermissionInfo) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PermissionInfo) SetResourceType(v string)
SetResourceType sets ResourceType field to given value.
func (o *PermissionInfo) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.