Name | Type | Description | Notes |
---|---|---|---|
ResultCode | Pointer to string | The code which represents the result of the API call. | [optional] |
ResultMessage | Pointer to string | A short message which explains the result of the API call. | [optional] |
ServiceApiKey | Pointer to int64 | The API key of the service. | [optional] |
ClientId | Pointer to int64 | The client ID. | [optional] |
Subject | Pointer to string | the subject (= unique identifier) of the user who has granted authorization to the client. | [optional] |
LatestGrantedScopes | Pointer to []string | The scopes granted to the client application by the last authorization process by the user (who is identified by the subject). <p> `null` means that there is no record about granted scopes. An empty array means that there exists a record about granted scopes but no scope has been granted to the client application. If the returned array holds some elements, they are the scopes granted to the client application by the last authorization process. </p> | [optional] |
MergedGrantedScopes | Pointer to []string | The scopes granted to the client application by all the past authorization processes. Note that revoked scopes are not included. | [optional] |
ModifiedAt | Pointer to int64 | Get the timestamp in milliseconds since Unix epoch at which this record was modified. | [optional] |
func NewClientGrantedScopesGetResponse() *ClientGrantedScopesGetResponse
NewClientGrantedScopesGetResponse instantiates a new ClientGrantedScopesGetResponse 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 NewClientGrantedScopesGetResponseWithDefaults() *ClientGrantedScopesGetResponse
NewClientGrantedScopesGetResponseWithDefaults instantiates a new ClientGrantedScopesGetResponse 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 *ClientGrantedScopesGetResponse) GetResultCode() string
GetResultCode returns the ResultCode field if non-nil, zero value otherwise.
func (o *ClientGrantedScopesGetResponse) GetResultCodeOk() (*string, bool)
GetResultCodeOk returns a tuple with the ResultCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientGrantedScopesGetResponse) SetResultCode(v string)
SetResultCode sets ResultCode field to given value.
func (o *ClientGrantedScopesGetResponse) HasResultCode() bool
HasResultCode returns a boolean if a field has been set.
func (o *ClientGrantedScopesGetResponse) GetResultMessage() string
GetResultMessage returns the ResultMessage field if non-nil, zero value otherwise.
func (o *ClientGrantedScopesGetResponse) GetResultMessageOk() (*string, bool)
GetResultMessageOk returns a tuple with the ResultMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientGrantedScopesGetResponse) SetResultMessage(v string)
SetResultMessage sets ResultMessage field to given value.
func (o *ClientGrantedScopesGetResponse) HasResultMessage() bool
HasResultMessage returns a boolean if a field has been set.
func (o *ClientGrantedScopesGetResponse) GetServiceApiKey() int64
GetServiceApiKey returns the ServiceApiKey field if non-nil, zero value otherwise.
func (o *ClientGrantedScopesGetResponse) GetServiceApiKeyOk() (*int64, bool)
GetServiceApiKeyOk returns a tuple with the ServiceApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientGrantedScopesGetResponse) SetServiceApiKey(v int64)
SetServiceApiKey sets ServiceApiKey field to given value.
func (o *ClientGrantedScopesGetResponse) HasServiceApiKey() bool
HasServiceApiKey returns a boolean if a field has been set.
func (o *ClientGrantedScopesGetResponse) GetClientId() int64
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *ClientGrantedScopesGetResponse) GetClientIdOk() (*int64, 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 *ClientGrantedScopesGetResponse) SetClientId(v int64)
SetClientId sets ClientId field to given value.
func (o *ClientGrantedScopesGetResponse) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *ClientGrantedScopesGetResponse) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *ClientGrantedScopesGetResponse) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientGrantedScopesGetResponse) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *ClientGrantedScopesGetResponse) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *ClientGrantedScopesGetResponse) GetLatestGrantedScopes() []string
GetLatestGrantedScopes returns the LatestGrantedScopes field if non-nil, zero value otherwise.
func (o *ClientGrantedScopesGetResponse) GetLatestGrantedScopesOk() (*[]string, bool)
GetLatestGrantedScopesOk returns a tuple with the LatestGrantedScopes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientGrantedScopesGetResponse) SetLatestGrantedScopes(v []string)
SetLatestGrantedScopes sets LatestGrantedScopes field to given value.
func (o *ClientGrantedScopesGetResponse) HasLatestGrantedScopes() bool
HasLatestGrantedScopes returns a boolean if a field has been set.
func (o *ClientGrantedScopesGetResponse) GetMergedGrantedScopes() []string
GetMergedGrantedScopes returns the MergedGrantedScopes field if non-nil, zero value otherwise.
func (o *ClientGrantedScopesGetResponse) GetMergedGrantedScopesOk() (*[]string, bool)
GetMergedGrantedScopesOk returns a tuple with the MergedGrantedScopes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientGrantedScopesGetResponse) SetMergedGrantedScopes(v []string)
SetMergedGrantedScopes sets MergedGrantedScopes field to given value.
func (o *ClientGrantedScopesGetResponse) HasMergedGrantedScopes() bool
HasMergedGrantedScopes returns a boolean if a field has been set.
func (o *ClientGrantedScopesGetResponse) GetModifiedAt() int64
GetModifiedAt returns the ModifiedAt field if non-nil, zero value otherwise.
func (o *ClientGrantedScopesGetResponse) GetModifiedAtOk() (*int64, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientGrantedScopesGetResponse) SetModifiedAt(v int64)
SetModifiedAt sets ModifiedAt field to given value.
func (o *ClientGrantedScopesGetResponse) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field has been set.