Skip to main content

Intelprivilegelevel

Properties

NameTypeDescriptionNotes
EffectivePointer to stringEffective privilege level for the privileged access item.[optional]

Methods

NewIntelprivilegelevel

func NewIntelprivilegelevel() *Intelprivilegelevel

NewIntelprivilegelevel instantiates a new Intelprivilegelevel 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

NewIntelprivilegelevelWithDefaults

func NewIntelprivilegelevelWithDefaults() *Intelprivilegelevel

NewIntelprivilegelevelWithDefaults instantiates a new Intelprivilegelevel 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

GetEffective

func (o *Intelprivilegelevel) GetEffective() string

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

GetEffectiveOk

func (o *Intelprivilegelevel) 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 *Intelprivilegelevel) SetEffective(v string)

SetEffective sets Effective field to given value.

HasEffective

func (o *Intelprivilegelevel) HasEffective() bool

HasEffective returns a boolean if a field has been set.