Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.62 KB

PasswordPolicyRuleAllOf.md

File metadata and controls

82 lines (45 loc) · 2.62 KB

PasswordPolicyRuleAllOf

Properties

Name Type Description Notes
Actions Pointer to PasswordPolicyRuleActions [optional]
Conditions Pointer to PasswordPolicyRuleConditions [optional]

Methods

NewPasswordPolicyRuleAllOf

func NewPasswordPolicyRuleAllOf() *PasswordPolicyRuleAllOf

NewPasswordPolicyRuleAllOf instantiates a new PasswordPolicyRuleAllOf 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

NewPasswordPolicyRuleAllOfWithDefaults

func NewPasswordPolicyRuleAllOfWithDefaults() *PasswordPolicyRuleAllOf

NewPasswordPolicyRuleAllOfWithDefaults instantiates a new PasswordPolicyRuleAllOf 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 *PasswordPolicyRuleAllOf) GetActions() PasswordPolicyRuleActions

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

GetActionsOk

func (o *PasswordPolicyRuleAllOf) GetActionsOk() (*PasswordPolicyRuleActions, 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 *PasswordPolicyRuleAllOf) SetActions(v PasswordPolicyRuleActions)

SetActions sets Actions field to given value.

HasActions

func (o *PasswordPolicyRuleAllOf) HasActions() bool

HasActions returns a boolean if a field has been set.

GetConditions

func (o *PasswordPolicyRuleAllOf) GetConditions() PasswordPolicyRuleConditions

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

GetConditionsOk

func (o *PasswordPolicyRuleAllOf) GetConditionsOk() (*PasswordPolicyRuleConditions, 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 *PasswordPolicyRuleAllOf) SetConditions(v PasswordPolicyRuleConditions)

SetConditions sets Conditions field to given value.

HasConditions

func (o *PasswordPolicyRuleAllOf) HasConditions() bool

HasConditions returns a boolean if a field has been set.

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