Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 5.23 KB

CloudInsightsEventsListEventDetailsUserIdentitySessionContext.md

File metadata and controls

108 lines (59 loc) · 5.23 KB

CloudInsightsEventsListEventDetailsUserIdentitySessionContext

Properties

Name Type Description Notes
Attributes Pointer to CloudInsightsEventsListEventDetailsUserIdentitySessionContextAttributes [optional]
SessionIssuer Pointer to CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer [optional]
WebIdFederationData Pointer to CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData [optional]

Methods

NewCloudInsightsEventsListEventDetailsUserIdentitySessionContext

func NewCloudInsightsEventsListEventDetailsUserIdentitySessionContext() *CloudInsightsEventsListEventDetailsUserIdentitySessionContext

NewCloudInsightsEventsListEventDetailsUserIdentitySessionContext instantiates a new CloudInsightsEventsListEventDetailsUserIdentitySessionContext 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

NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextWithDefaults

func NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextWithDefaults() *CloudInsightsEventsListEventDetailsUserIdentitySessionContext

NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextWithDefaults instantiates a new CloudInsightsEventsListEventDetailsUserIdentitySessionContext 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

GetAttributes

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContext) GetAttributes() CloudInsightsEventsListEventDetailsUserIdentitySessionContextAttributes

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContext) GetAttributesOk() (*CloudInsightsEventsListEventDetailsUserIdentitySessionContextAttributes, bool)

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

SetAttributes

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContext) SetAttributes(v CloudInsightsEventsListEventDetailsUserIdentitySessionContextAttributes)

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContext) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

GetSessionIssuer

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContext) GetSessionIssuer() CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer

GetSessionIssuer returns the SessionIssuer field if non-nil, zero value otherwise.

GetSessionIssuerOk

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContext) GetSessionIssuerOk() (*CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer, bool)

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

SetSessionIssuer

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContext) SetSessionIssuer(v CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer)

SetSessionIssuer sets SessionIssuer field to given value.

HasSessionIssuer

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContext) HasSessionIssuer() bool

HasSessionIssuer returns a boolean if a field has been set.

GetWebIdFederationData

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContext) GetWebIdFederationData() CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData

GetWebIdFederationData returns the WebIdFederationData field if non-nil, zero value otherwise.

GetWebIdFederationDataOk

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContext) GetWebIdFederationDataOk() (*CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData, bool)

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

SetWebIdFederationData

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContext) SetWebIdFederationData(v CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData)

SetWebIdFederationData sets WebIdFederationData field to given value.

HasWebIdFederationData

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContext) HasWebIdFederationData() bool

HasWebIdFederationData returns a boolean if a field has been set.

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