Skip to main content

EntitlementPrivilegeLevel

Properties

NameTypeDescriptionNotes
DirectPointer to stringDirect privilege level assigned to the entitlement[optional]
SetByPointer to stringUser or process that set the privilege level[optional]
SetByTypePointer to NullableStringMethod by which the privilege level was set[optional]
InheritedPointer to NullableStringInherited privilege level on the entitlement, if any[optional]
EffectivePointer to stringEffective privilege level assigned to the entitlement[optional]

Methods

NewEntitlementPrivilegeLevel

func NewEntitlementPrivilegeLevel() *EntitlementPrivilegeLevel

NewEntitlementPrivilegeLevel instantiates a new EntitlementPrivilegeLevel 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

NewEntitlementPrivilegeLevelWithDefaults

func NewEntitlementPrivilegeLevelWithDefaults() *EntitlementPrivilegeLevel

NewEntitlementPrivilegeLevelWithDefaults instantiates a new EntitlementPrivilegeLevel 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

GetDirect

func (o *EntitlementPrivilegeLevel) GetDirect() string

GetDirect returns the Direct field if non-nil, zero value otherwise.

GetDirectOk

func (o *EntitlementPrivilegeLevel) GetDirectOk() (*string, bool)

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

SetDirect

func (o *EntitlementPrivilegeLevel) SetDirect(v string)

SetDirect sets Direct field to given value.

HasDirect

func (o *EntitlementPrivilegeLevel) HasDirect() bool

HasDirect returns a boolean if a field has been set.

GetSetBy

func (o *EntitlementPrivilegeLevel) GetSetBy() string

GetSetBy returns the SetBy field if non-nil, zero value otherwise.

GetSetByOk

func (o *EntitlementPrivilegeLevel) GetSetByOk() (*string, bool)

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

SetSetBy

func (o *EntitlementPrivilegeLevel) SetSetBy(v string)

SetSetBy sets SetBy field to given value.

HasSetBy

func (o *EntitlementPrivilegeLevel) HasSetBy() bool

HasSetBy returns a boolean if a field has been set.

GetSetByType

func (o *EntitlementPrivilegeLevel) GetSetByType() string

GetSetByType returns the SetByType field if non-nil, zero value otherwise.

GetSetByTypeOk

func (o *EntitlementPrivilegeLevel) GetSetByTypeOk() (*string, bool)

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

SetSetByType

func (o *EntitlementPrivilegeLevel) SetSetByType(v string)

SetSetByType sets SetByType field to given value.

HasSetByType

func (o *EntitlementPrivilegeLevel) HasSetByType() bool

HasSetByType returns a boolean if a field has been set.

SetSetByTypeNil

func (o *EntitlementPrivilegeLevel) SetSetByTypeNil(b bool)

SetSetByTypeNil sets the value for SetByType to be an explicit nil

UnsetSetByType

func (o *EntitlementPrivilegeLevel) UnsetSetByType()

UnsetSetByType ensures that no value is present for SetByType, not even an explicit nil

GetInherited

func (o *EntitlementPrivilegeLevel) GetInherited() string

GetInherited returns the Inherited field if non-nil, zero value otherwise.

GetInheritedOk

func (o *EntitlementPrivilegeLevel) GetInheritedOk() (*string, bool)

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

SetInherited

func (o *EntitlementPrivilegeLevel) SetInherited(v string)

SetInherited sets Inherited field to given value.

HasInherited

func (o *EntitlementPrivilegeLevel) HasInherited() bool

HasInherited returns a boolean if a field has been set.

SetInheritedNil

func (o *EntitlementPrivilegeLevel) SetInheritedNil(b bool)

SetInheritedNil sets the value for Inherited to be an explicit nil

UnsetInherited

func (o *EntitlementPrivilegeLevel) UnsetInherited()

UnsetInherited ensures that no value is present for Inherited, not even an explicit nil

GetEffective

func (o *EntitlementPrivilegeLevel) GetEffective() string

GetEffective returns the Effective field if non-nil, zero value otherwise.

GetEffectiveOk

func (o *EntitlementPrivilegeLevel) GetEffectiveOk() (*string, bool)

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

SetEffective

func (o *EntitlementPrivilegeLevel) SetEffective(v string)

SetEffective sets Effective field to given value.

HasEffective

func (o *EntitlementPrivilegeLevel) HasEffective() bool

HasEffective returns a boolean if a field has been set.