Name | Type | Description | Notes |
---|---|---|---|
Policy | Pointer to PolicyRepresentation | [optional] | |
Status | Pointer to DecisionEffect | [optional] | |
AssociatedPolicies | Pointer to []PolicyResultRepresentation | [optional] | |
Scopes | Pointer to []string | [optional] |
func NewPolicyResultRepresentation() *PolicyResultRepresentation
NewPolicyResultRepresentation instantiates a new PolicyResultRepresentation 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 NewPolicyResultRepresentationWithDefaults() *PolicyResultRepresentation
NewPolicyResultRepresentationWithDefaults instantiates a new PolicyResultRepresentation 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 *PolicyResultRepresentation) GetPolicy() PolicyRepresentation
GetPolicy returns the Policy field if non-nil, zero value otherwise.
func (o *PolicyResultRepresentation) GetPolicyOk() (*PolicyRepresentation, bool)
GetPolicyOk returns a tuple with the Policy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyResultRepresentation) SetPolicy(v PolicyRepresentation)
SetPolicy sets Policy field to given value.
func (o *PolicyResultRepresentation) HasPolicy() bool
HasPolicy returns a boolean if a field has been set.
func (o *PolicyResultRepresentation) GetStatus() DecisionEffect
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *PolicyResultRepresentation) GetStatusOk() (*DecisionEffect, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyResultRepresentation) SetStatus(v DecisionEffect)
SetStatus sets Status field to given value.
func (o *PolicyResultRepresentation) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *PolicyResultRepresentation) GetAssociatedPolicies() []PolicyResultRepresentation
GetAssociatedPolicies returns the AssociatedPolicies field if non-nil, zero value otherwise.
func (o *PolicyResultRepresentation) GetAssociatedPoliciesOk() (*[]PolicyResultRepresentation, bool)
GetAssociatedPoliciesOk returns a tuple with the AssociatedPolicies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyResultRepresentation) SetAssociatedPolicies(v []PolicyResultRepresentation)
SetAssociatedPolicies sets AssociatedPolicies field to given value.
func (o *PolicyResultRepresentation) HasAssociatedPolicies() bool
HasAssociatedPolicies returns a boolean if a field has been set.
func (o *PolicyResultRepresentation) GetScopes() []string
GetScopes returns the Scopes field if non-nil, zero value otherwise.
func (o *PolicyResultRepresentation) 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 *PolicyResultRepresentation) SetScopes(v []string)
SetScopes sets Scopes field to given value.
func (o *PolicyResultRepresentation) HasScopes() bool
HasScopes returns a boolean if a field has been set.