Name | Type | Description | Notes |
---|---|---|---|
Context | Pointer to map[string]map[string]string | [optional] | |
Resources | Pointer to []ResourceRepresentation | [optional] | |
ClientId | Pointer to string | [optional] | |
UserId | Pointer to string | [optional] | |
RoleIds | Pointer to []string | [optional] | |
Entitlements | Pointer to bool | [optional] |
func NewPolicyEvaluationRequest() *PolicyEvaluationRequest
NewPolicyEvaluationRequest instantiates a new PolicyEvaluationRequest 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 NewPolicyEvaluationRequestWithDefaults() *PolicyEvaluationRequest
NewPolicyEvaluationRequestWithDefaults instantiates a new PolicyEvaluationRequest 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 *PolicyEvaluationRequest) GetContext() map[string]map[string]string
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *PolicyEvaluationRequest) GetContextOk() (*map[string]map[string]string, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyEvaluationRequest) SetContext(v map[string]map[string]string)
SetContext sets Context field to given value.
func (o *PolicyEvaluationRequest) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *PolicyEvaluationRequest) GetResources() []ResourceRepresentation
GetResources returns the Resources field if non-nil, zero value otherwise.
func (o *PolicyEvaluationRequest) GetResourcesOk() (*[]ResourceRepresentation, bool)
GetResourcesOk returns a tuple with the Resources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyEvaluationRequest) SetResources(v []ResourceRepresentation)
SetResources sets Resources field to given value.
func (o *PolicyEvaluationRequest) HasResources() bool
HasResources returns a boolean if a field has been set.
func (o *PolicyEvaluationRequest) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *PolicyEvaluationRequest) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyEvaluationRequest) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *PolicyEvaluationRequest) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *PolicyEvaluationRequest) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *PolicyEvaluationRequest) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyEvaluationRequest) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *PolicyEvaluationRequest) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *PolicyEvaluationRequest) GetRoleIds() []string
GetRoleIds returns the RoleIds field if non-nil, zero value otherwise.
func (o *PolicyEvaluationRequest) GetRoleIdsOk() (*[]string, bool)
GetRoleIdsOk returns a tuple with the RoleIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyEvaluationRequest) SetRoleIds(v []string)
SetRoleIds sets RoleIds field to given value.
func (o *PolicyEvaluationRequest) HasRoleIds() bool
HasRoleIds returns a boolean if a field has been set.
func (o *PolicyEvaluationRequest) GetEntitlements() bool
GetEntitlements returns the Entitlements field if non-nil, zero value otherwise.
func (o *PolicyEvaluationRequest) GetEntitlementsOk() (*bool, bool)
GetEntitlementsOk returns a tuple with the Entitlements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyEvaluationRequest) SetEntitlements(v bool)
SetEntitlements sets Entitlements field to given value.
func (o *PolicyEvaluationRequest) HasEntitlements() bool
HasEntitlements returns a boolean if a field has been set.