Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.44 KB

OktaEventTarget.md

File metadata and controls

91 lines (48 loc) · 2.44 KB

OktaEventTarget

Properties

Name Type Description Notes
Type Pointer to string Type of the event target.
AlternateId Pointer to string Identifier of the event target, depending on its type.
DisplayName Pointer to string Display name of the event target.

Methods

GetType

func (o *OktaEventTarget) GetType() string

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

GetTypeOk

func (o *OktaEventTarget) 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.

HasType

func (o *OktaEventTarget) HasType() bool

HasType returns a boolean if a field has been set.

SetType

func (o *OktaEventTarget) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

GetAlternateId

func (o *OktaEventTarget) GetAlternateId() string

GetAlternateId returns the AlternateId field if non-nil, zero value otherwise.

GetAlternateIdOk

func (o *OktaEventTarget) GetAlternateIdOk() (string, bool)

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

HasAlternateId

func (o *OktaEventTarget) HasAlternateId() bool

HasAlternateId returns a boolean if a field has been set.

SetAlternateId

func (o *OktaEventTarget) SetAlternateId(v string)

SetAlternateId gets a reference to the given string and assigns it to the AlternateId field.

GetDisplayName

func (o *OktaEventTarget) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *OktaEventTarget) GetDisplayNameOk() (string, bool)

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

HasDisplayName

func (o *OktaEventTarget) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

SetDisplayName

func (o *OktaEventTarget) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

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