Name | Type | Description | Notes |
---|---|---|---|
Area | Pointer to string | [optional] | |
Permission | Pointer to string | [optional] |
func NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse() *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse
NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse instantiates a new KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse 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 NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponseWithDefaults() *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse
NewKeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponseWithDefaults instantiates a new KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse 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 *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) GetArea() string
GetArea returns the Area field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) GetAreaOk() (*string, bool)
GetAreaOk returns a tuple with the Area field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) SetArea(v string)
SetArea sets Area field to given value.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) HasArea() bool
HasArea returns a boolean if a field has been set.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) GetPermission() string
GetPermission returns the Permission field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) GetPermissionOk() (*string, bool)
GetPermissionOk returns a tuple with the Permission field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) SetPermission(v string)
SetPermission sets Permission field to given value.
func (o *KeyfactorApiModelsSecurityRolesIdentitiesSecurityRolesGlobalPermissionResponse) HasPermission() bool
HasPermission returns a boolean if a field has been set.