Skip to main content

PrivilegedRecommendationInstance

Properties

NameTypeDescriptionNotes
IdPointer to stringThe unique identifier for this entitlement instance.[optional]
AttributePointer to stringThe entitlement attribute name.[optional]
SourceIdPointer to stringThe ID of the source that owns this entitlement.[optional]
SourceNamePointer to stringThe display name of the source.[optional]
TypePointer to stringThe entitlement type.[optional]
ValuePointer to stringThe entitlement value or distinguished name.[optional]
StatusPointer to stringThe current review status of this instance.[optional]
PrivilegeLevelPointer to NullableStringThe currently assigned privilege level, if any.[optional]
DescriptionPointer to NullableStringThe current description of the entitlement, if one exists.[optional]
RecommendedAtPointer to SailPointTimeThe timestamp when this instance was recommended.[optional]

Methods

NewPrivilegedRecommendationInstance

func NewPrivilegedRecommendationInstance() *PrivilegedRecommendationInstance

NewPrivilegedRecommendationInstance instantiates a new PrivilegedRecommendationInstance 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

NewPrivilegedRecommendationInstanceWithDefaults

func NewPrivilegedRecommendationInstanceWithDefaults() *PrivilegedRecommendationInstance

NewPrivilegedRecommendationInstanceWithDefaults instantiates a new PrivilegedRecommendationInstance 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

GetId

func (o *PrivilegedRecommendationInstance) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *PrivilegedRecommendationInstance) GetIdOk() (*string, bool)

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

SetId

func (o *PrivilegedRecommendationInstance) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PrivilegedRecommendationInstance) HasId() bool

HasId returns a boolean if a field has been set.

GetAttribute

func (o *PrivilegedRecommendationInstance) GetAttribute() string

GetAttribute returns the Attribute field if non-nil, zero value otherwise.

GetAttributeOk

func (o *PrivilegedRecommendationInstance) GetAttributeOk() (*string, bool)

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

SetAttribute

func (o *PrivilegedRecommendationInstance) SetAttribute(v string)

SetAttribute sets Attribute field to given value.

HasAttribute

func (o *PrivilegedRecommendationInstance) HasAttribute() bool

HasAttribute returns a boolean if a field has been set.

GetSourceId

func (o *PrivilegedRecommendationInstance) GetSourceId() string

GetSourceId returns the SourceId field if non-nil, zero value otherwise.

GetSourceIdOk

func (o *PrivilegedRecommendationInstance) GetSourceIdOk() (*string, bool)

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

SetSourceId

func (o *PrivilegedRecommendationInstance) SetSourceId(v string)

SetSourceId sets SourceId field to given value.

HasSourceId

func (o *PrivilegedRecommendationInstance) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

GetSourceName

func (o *PrivilegedRecommendationInstance) GetSourceName() string

GetSourceName returns the SourceName field if non-nil, zero value otherwise.

GetSourceNameOk

func (o *PrivilegedRecommendationInstance) GetSourceNameOk() (*string, bool)

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

SetSourceName

func (o *PrivilegedRecommendationInstance) SetSourceName(v string)

SetSourceName sets SourceName field to given value.

HasSourceName

func (o *PrivilegedRecommendationInstance) HasSourceName() bool

HasSourceName returns a boolean if a field has been set.

GetType

func (o *PrivilegedRecommendationInstance) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *PrivilegedRecommendationInstance) GetTypeOk() (*string, bool)

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

SetType

func (o *PrivilegedRecommendationInstance) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *PrivilegedRecommendationInstance) HasType() bool

HasType returns a boolean if a field has been set.

GetValue

func (o *PrivilegedRecommendationInstance) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *PrivilegedRecommendationInstance) GetValueOk() (*string, bool)

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

SetValue

func (o *PrivilegedRecommendationInstance) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *PrivilegedRecommendationInstance) HasValue() bool

HasValue returns a boolean if a field has been set.

GetStatus

func (o *PrivilegedRecommendationInstance) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *PrivilegedRecommendationInstance) GetStatusOk() (*string, bool)

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

SetStatus

func (o *PrivilegedRecommendationInstance) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *PrivilegedRecommendationInstance) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetPrivilegeLevel

func (o *PrivilegedRecommendationInstance) GetPrivilegeLevel() string

GetPrivilegeLevel returns the PrivilegeLevel field if non-nil, zero value otherwise.

GetPrivilegeLevelOk

func (o *PrivilegedRecommendationInstance) GetPrivilegeLevelOk() (*string, bool)

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

SetPrivilegeLevel

func (o *PrivilegedRecommendationInstance) SetPrivilegeLevel(v string)

SetPrivilegeLevel sets PrivilegeLevel field to given value.

HasPrivilegeLevel

func (o *PrivilegedRecommendationInstance) HasPrivilegeLevel() bool

HasPrivilegeLevel returns a boolean if a field has been set.

SetPrivilegeLevelNil

func (o *PrivilegedRecommendationInstance) SetPrivilegeLevelNil(b bool)

SetPrivilegeLevelNil sets the value for PrivilegeLevel to be an explicit nil

UnsetPrivilegeLevel

func (o *PrivilegedRecommendationInstance) UnsetPrivilegeLevel()

UnsetPrivilegeLevel ensures that no value is present for PrivilegeLevel, not even an explicit nil

GetDescription

func (o *PrivilegedRecommendationInstance) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *PrivilegedRecommendationInstance) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *PrivilegedRecommendationInstance) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *PrivilegedRecommendationInstance) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *PrivilegedRecommendationInstance) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *PrivilegedRecommendationInstance) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetRecommendedAt

func (o *PrivilegedRecommendationInstance) GetRecommendedAt() SailPointTime

GetRecommendedAt returns the RecommendedAt field if non-nil, zero value otherwise.

GetRecommendedAtOk

func (o *PrivilegedRecommendationInstance) GetRecommendedAtOk() (*SailPointTime, bool)

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

SetRecommendedAt

func (o *PrivilegedRecommendationInstance) SetRecommendedAt(v SailPointTime)

SetRecommendedAt sets RecommendedAt field to given value.

HasRecommendedAt

func (o *PrivilegedRecommendationInstance) HasRecommendedAt() bool

HasRecommendedAt returns a boolean if a field has been set.