Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.21 KB

UniversalIdentityAccessRules.md

File metadata and controls

108 lines (59 loc) · 3.21 KB

UniversalIdentityAccessRules

Properties

Name Type Description Notes
DenyInheritance Pointer to bool [optional]
DenyRotate Pointer to bool [optional]
Ttl Pointer to int32 [optional]

Methods

NewUniversalIdentityAccessRules

func NewUniversalIdentityAccessRules() *UniversalIdentityAccessRules

NewUniversalIdentityAccessRules instantiates a new UniversalIdentityAccessRules 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

NewUniversalIdentityAccessRulesWithDefaults

func NewUniversalIdentityAccessRulesWithDefaults() *UniversalIdentityAccessRules

NewUniversalIdentityAccessRulesWithDefaults instantiates a new UniversalIdentityAccessRules 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

GetDenyInheritance

func (o *UniversalIdentityAccessRules) GetDenyInheritance() bool

GetDenyInheritance returns the DenyInheritance field if non-nil, zero value otherwise.

GetDenyInheritanceOk

func (o *UniversalIdentityAccessRules) GetDenyInheritanceOk() (*bool, bool)

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

SetDenyInheritance

func (o *UniversalIdentityAccessRules) SetDenyInheritance(v bool)

SetDenyInheritance sets DenyInheritance field to given value.

HasDenyInheritance

func (o *UniversalIdentityAccessRules) HasDenyInheritance() bool

HasDenyInheritance returns a boolean if a field has been set.

GetDenyRotate

func (o *UniversalIdentityAccessRules) GetDenyRotate() bool

GetDenyRotate returns the DenyRotate field if non-nil, zero value otherwise.

GetDenyRotateOk

func (o *UniversalIdentityAccessRules) GetDenyRotateOk() (*bool, bool)

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

SetDenyRotate

func (o *UniversalIdentityAccessRules) SetDenyRotate(v bool)

SetDenyRotate sets DenyRotate field to given value.

HasDenyRotate

func (o *UniversalIdentityAccessRules) HasDenyRotate() bool

HasDenyRotate returns a boolean if a field has been set.

GetTtl

func (o *UniversalIdentityAccessRules) GetTtl() int32

GetTtl returns the Ttl field if non-nil, zero value otherwise.

GetTtlOk

func (o *UniversalIdentityAccessRules) GetTtlOk() (*int32, bool)

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

SetTtl

func (o *UniversalIdentityAccessRules) SetTtl(v int32)

SetTtl sets Ttl field to given value.

HasTtl

func (o *UniversalIdentityAccessRules) HasTtl() bool

HasTtl returns a boolean if a field has been set.

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