Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.86 KB

CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer.md

File metadata and controls

160 lines (87 loc) · 5.86 KB

CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer

Properties

Name Type Description Notes
AccountId Pointer to string [optional]
Arn Pointer to string [optional]
PrincipleId Pointer to string [optional]
Type Pointer to string [optional]
UserName Pointer to string [optional]

Methods

NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer

func NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer() *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer

NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer instantiates a new CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer 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

NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuerWithDefaults

func NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuerWithDefaults() *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer

NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuerWithDefaults instantiates a new CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer 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

GetAccountId

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) GetAccountId() string

GetAccountId returns the AccountId field if non-nil, zero value otherwise.

GetAccountIdOk

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) GetAccountIdOk() (*string, bool)

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

SetAccountId

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) SetAccountId(v string)

SetAccountId sets AccountId field to given value.

HasAccountId

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

GetArn

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) GetArn() string

GetArn returns the Arn field if non-nil, zero value otherwise.

GetArnOk

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) GetArnOk() (*string, bool)

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

SetArn

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) SetArn(v string)

SetArn sets Arn field to given value.

HasArn

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) HasArn() bool

HasArn returns a boolean if a field has been set.

GetPrincipleId

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) GetPrincipleId() string

GetPrincipleId returns the PrincipleId field if non-nil, zero value otherwise.

GetPrincipleIdOk

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) GetPrincipleIdOk() (*string, bool)

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

SetPrincipleId

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) SetPrincipleId(v string)

SetPrincipleId sets PrincipleId field to given value.

HasPrincipleId

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) HasPrincipleId() bool

HasPrincipleId returns a boolean if a field has been set.

GetType

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) GetType() string

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

GetTypeOk

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) 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 *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) HasType() bool

HasType returns a boolean if a field has been set.

GetUserName

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) GetUserName() string

GetUserName returns the UserName field if non-nil, zero value otherwise.

GetUserNameOk

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) GetUserNameOk() (*string, bool)

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

SetUserName

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) SetUserName(v string)

SetUserName sets UserName field to given value.

HasUserName

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextSessionIssuer) HasUserName() bool

HasUserName returns a boolean if a field has been set.

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