Name | Type | Description | Notes |
---|---|---|---|
AccountId | Pointer to string | [optional] | |
EnvironmentId | Pointer to string | [optional] | |
ProjectId | Pointer to string | [optional] | |
EnvironmentName | Pointer to string | [optional] | |
ProjectName | Pointer to string | [optional] | |
AuthKind | Pointer to string | [optional] | |
TokenKind | Pointer to string | [optional] | |
ClientId | Pointer to string | [optional] | |
TokenName | Pointer to string | [optional] | |
TokenId | Pointer to string | [optional] | |
MemberId | Pointer to string | [optional] | |
ServiceToken | Pointer to bool | [optional] |
func NewCallerIdentityRep() *CallerIdentityRep
NewCallerIdentityRep instantiates a new CallerIdentityRep 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
func NewCallerIdentityRepWithDefaults() *CallerIdentityRep
NewCallerIdentityRepWithDefaults instantiates a new CallerIdentityRep 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
func (o *CallerIdentityRep) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *CallerIdentityRep) 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.
func (o *CallerIdentityRep) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *CallerIdentityRep) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *CallerIdentityRep) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.
func (o *CallerIdentityRep) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CallerIdentityRep) SetEnvironmentId(v string)
SetEnvironmentId sets EnvironmentId field to given value.
func (o *CallerIdentityRep) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (o *CallerIdentityRep) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *CallerIdentityRep) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CallerIdentityRep) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.
func (o *CallerIdentityRep) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (o *CallerIdentityRep) GetEnvironmentName() string
GetEnvironmentName returns the EnvironmentName field if non-nil, zero value otherwise.
func (o *CallerIdentityRep) GetEnvironmentNameOk() (*string, bool)
GetEnvironmentNameOk returns a tuple with the EnvironmentName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CallerIdentityRep) SetEnvironmentName(v string)
SetEnvironmentName sets EnvironmentName field to given value.
func (o *CallerIdentityRep) HasEnvironmentName() bool
HasEnvironmentName returns a boolean if a field has been set.
func (o *CallerIdentityRep) GetProjectName() string
GetProjectName returns the ProjectName field if non-nil, zero value otherwise.
func (o *CallerIdentityRep) GetProjectNameOk() (*string, bool)
GetProjectNameOk returns a tuple with the ProjectName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CallerIdentityRep) SetProjectName(v string)
SetProjectName sets ProjectName field to given value.
func (o *CallerIdentityRep) HasProjectName() bool
HasProjectName returns a boolean if a field has been set.
func (o *CallerIdentityRep) GetAuthKind() string
GetAuthKind returns the AuthKind field if non-nil, zero value otherwise.
func (o *CallerIdentityRep) GetAuthKindOk() (*string, bool)
GetAuthKindOk returns a tuple with the AuthKind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CallerIdentityRep) SetAuthKind(v string)
SetAuthKind sets AuthKind field to given value.
func (o *CallerIdentityRep) HasAuthKind() bool
HasAuthKind returns a boolean if a field has been set.
func (o *CallerIdentityRep) GetTokenKind() string
GetTokenKind returns the TokenKind field if non-nil, zero value otherwise.
func (o *CallerIdentityRep) GetTokenKindOk() (*string, bool)
GetTokenKindOk returns a tuple with the TokenKind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CallerIdentityRep) SetTokenKind(v string)
SetTokenKind sets TokenKind field to given value.
func (o *CallerIdentityRep) HasTokenKind() bool
HasTokenKind returns a boolean if a field has been set.
func (o *CallerIdentityRep) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *CallerIdentityRep) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CallerIdentityRep) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *CallerIdentityRep) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *CallerIdentityRep) GetTokenName() string
GetTokenName returns the TokenName field if non-nil, zero value otherwise.
func (o *CallerIdentityRep) GetTokenNameOk() (*string, bool)
GetTokenNameOk returns a tuple with the TokenName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CallerIdentityRep) SetTokenName(v string)
SetTokenName sets TokenName field to given value.
func (o *CallerIdentityRep) HasTokenName() bool
HasTokenName returns a boolean if a field has been set.
func (o *CallerIdentityRep) GetTokenId() string
GetTokenId returns the TokenId field if non-nil, zero value otherwise.
func (o *CallerIdentityRep) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CallerIdentityRep) SetTokenId(v string)
SetTokenId sets TokenId field to given value.
func (o *CallerIdentityRep) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (o *CallerIdentityRep) GetMemberId() string
GetMemberId returns the MemberId field if non-nil, zero value otherwise.
func (o *CallerIdentityRep) GetMemberIdOk() (*string, bool)
GetMemberIdOk returns a tuple with the MemberId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CallerIdentityRep) SetMemberId(v string)
SetMemberId sets MemberId field to given value.
func (o *CallerIdentityRep) HasMemberId() bool
HasMemberId returns a boolean if a field has been set.
func (o *CallerIdentityRep) GetServiceToken() bool
GetServiceToken returns the ServiceToken field if non-nil, zero value otherwise.
func (o *CallerIdentityRep) GetServiceTokenOk() (*bool, bool)
GetServiceTokenOk returns a tuple with the ServiceToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CallerIdentityRep) SetServiceToken(v bool)
SetServiceToken sets ServiceToken field to given value.
func (o *CallerIdentityRep) HasServiceToken() bool
HasServiceToken returns a boolean if a field has been set.