Name | Type | Description | Notes |
---|---|---|---|
DenyInheritance | Pointer to bool | [optional] | |
DenyRotate | Pointer to bool | [optional] | |
Ttl | Pointer to int32 | [optional] |
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
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
func (o *UniversalIdentityAccessRules) GetDenyInheritance() bool
GetDenyInheritance returns the DenyInheritance field if non-nil, zero value otherwise.
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.
func (o *UniversalIdentityAccessRules) SetDenyInheritance(v bool)
SetDenyInheritance sets DenyInheritance field to given value.
func (o *UniversalIdentityAccessRules) HasDenyInheritance() bool
HasDenyInheritance returns a boolean if a field has been set.
func (o *UniversalIdentityAccessRules) GetDenyRotate() bool
GetDenyRotate returns the DenyRotate field if non-nil, zero value otherwise.
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.
func (o *UniversalIdentityAccessRules) SetDenyRotate(v bool)
SetDenyRotate sets DenyRotate field to given value.
func (o *UniversalIdentityAccessRules) HasDenyRotate() bool
HasDenyRotate returns a boolean if a field has been set.
func (o *UniversalIdentityAccessRules) GetTtl() int32
GetTtl returns the Ttl field if non-nil, zero value otherwise.
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.
func (o *UniversalIdentityAccessRules) SetTtl(v int32)
SetTtl sets Ttl field to given value.
func (o *UniversalIdentityAccessRules) HasTtl() bool
HasTtl returns a boolean if a field has been set.