Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.47 KB

AccessPolicyRule.md

File metadata and controls

82 lines (45 loc) · 2.47 KB

AccessPolicyRule

Properties

Name Type Description Notes
Actions Pointer to AccessPolicyRuleActions [optional]
Conditions Pointer to AccessPolicyRuleConditions [optional]

Methods

NewAccessPolicyRule

func NewAccessPolicyRule() *AccessPolicyRule

NewAccessPolicyRule instantiates a new AccessPolicyRule 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

NewAccessPolicyRuleWithDefaults

func NewAccessPolicyRuleWithDefaults() *AccessPolicyRule

NewAccessPolicyRuleWithDefaults instantiates a new AccessPolicyRule 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

GetActions

func (o *AccessPolicyRule) GetActions() AccessPolicyRuleActions

GetActions returns the Actions field if non-nil, zero value otherwise.

GetActionsOk

func (o *AccessPolicyRule) GetActionsOk() (*AccessPolicyRuleActions, bool)

GetActionsOk returns a tuple with the Actions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetActions

func (o *AccessPolicyRule) SetActions(v AccessPolicyRuleActions)

SetActions sets Actions field to given value.

HasActions

func (o *AccessPolicyRule) HasActions() bool

HasActions returns a boolean if a field has been set.

GetConditions

func (o *AccessPolicyRule) GetConditions() AccessPolicyRuleConditions

GetConditions returns the Conditions field if non-nil, zero value otherwise.

GetConditionsOk

func (o *AccessPolicyRule) GetConditionsOk() (*AccessPolicyRuleConditions, bool)

GetConditionsOk returns a tuple with the Conditions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConditions

func (o *AccessPolicyRule) SetConditions(v AccessPolicyRuleConditions)

SetConditions sets Conditions field to given value.

HasConditions

func (o *AccessPolicyRule) HasConditions() bool

HasConditions returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]