Documentation
¶
Index ¶
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) string
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- func (a *APIClient) CreateAccessToken(ctx context.Context, projectId string, serviceAccountEmail string) ApiCreateAccessTokenRequest
- func (a *APIClient) CreateAccessTokenExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*AccessToken, error)
- func (a *APIClient) CreateServiceAccount(ctx context.Context, projectId string) ApiCreateServiceAccountRequest
- func (a *APIClient) CreateServiceAccountExecute(ctx context.Context, projectId string) (*ServiceAccount, error)
- func (a *APIClient) CreateServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string) ApiCreateServiceAccountKeyRequest
- func (a *APIClient) CreateServiceAccountKeyExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*CreateServiceAccountKeyResponse, error)
- func (a *APIClient) CreateShortLivedAccessToken(ctx context.Context) ApiCreateShortLivedAccessTokenRequest
- func (a *APIClient) CreateShortLivedAccessTokenExecute(ctx context.Context) (*CreateShortLivedAccessTokenResponse, error)
- func (a *APIClient) DeleteAccessToken(ctx context.Context, projectId string, serviceAccountEmail string, ...) ApiDeleteAccessTokenRequest
- func (a *APIClient) DeleteAccessTokenExecute(ctx context.Context, projectId string, serviceAccountEmail string, ...) error
- func (a *APIClient) DeleteServiceAccount(ctx context.Context, projectId string, serviceAccountEmail string) ApiDeleteServiceAccountRequest
- func (a *APIClient) DeleteServiceAccountExecute(ctx context.Context, projectId string, serviceAccountEmail string) error
- func (a *APIClient) DeleteServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, ...) ApiDeleteServiceAccountKeyRequest
- func (a *APIClient) DeleteServiceAccountKeyExecute(ctx context.Context, projectId string, serviceAccountEmail string, ...) error
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) GetJWKS(ctx context.Context, serviceAccountEmail string) ApiGetJWKSRequest
- func (a *APIClient) GetJWKSExecute(ctx context.Context, serviceAccountEmail string) (*JWKS, error)
- func (a *APIClient) GetServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, ...) ApiGetServiceAccountKeyRequest
- func (a *APIClient) GetServiceAccountKeyExecute(ctx context.Context, projectId string, serviceAccountEmail string, ...) (*GetServiceAccountKeyResponse, error)
- func (a *APIClient) ListAccessTokens(ctx context.Context, projectId string, serviceAccountEmail string) ApiListAccessTokensRequest
- func (a *APIClient) ListAccessTokensExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*ListAccessTokensResponse, error)
- func (a *APIClient) ListServiceAccountKeys(ctx context.Context, projectId string, serviceAccountEmail string) ApiListServiceAccountKeysRequest
- func (a *APIClient) ListServiceAccountKeysExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*ListServiceAccountKeysResponse, error)
- func (a *APIClient) ListServiceAccounts(ctx context.Context, projectId string) ApiListServiceAccountsRequest
- func (a *APIClient) ListServiceAccountsExecute(ctx context.Context, projectId string) (*ListServiceAccountsResponse, error)
- func (a *APIClient) PartialUpdateServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, ...) ApiPartialUpdateServiceAccountKeyRequest
- func (a *APIClient) PartialUpdateServiceAccountKeyExecute(ctx context.Context, projectId string, serviceAccountEmail string, ...) (*PartialUpdateServiceAccountKeyResponse, error)
- type AccessToken
- func (o *AccessToken) GetActive() (ret AccessTokengetActiveRetType)
- func (o *AccessToken) GetActiveOk() (ret AccessTokengetActiveRetType, ok bool)
- func (o *AccessToken) GetCreatedAt() (ret AccessTokenGetCreatedAtRetType)
- func (o *AccessToken) GetCreatedAtOk() (ret AccessTokenGetCreatedAtRetType, ok bool)
- func (o *AccessToken) GetId() (ret AccessTokenGetIdRetType)
- func (o *AccessToken) GetIdOk() (ret AccessTokenGetIdRetType, ok bool)
- func (o *AccessToken) GetToken() (ret AccessTokenGetTokenRetType)
- func (o *AccessToken) GetTokenOk() (ret AccessTokenGetTokenRetType, ok bool)
- func (o *AccessToken) GetValidUntil() (ret AccessTokenGetValidUntilRetType)
- func (o *AccessToken) GetValidUntilOk() (ret AccessTokenGetValidUntilRetType, ok bool)
- func (o *AccessToken) SetActive(v AccessTokengetActiveRetType)
- func (o *AccessToken) SetCreatedAt(v AccessTokenGetCreatedAtRetType)
- func (o *AccessToken) SetId(v AccessTokenGetIdRetType)
- func (o *AccessToken) SetToken(v AccessTokenGetTokenRetType)
- func (o *AccessToken) SetValidUntil(v AccessTokenGetValidUntilRetType)
- func (o AccessToken) ToMap() (map[string]interface{}, error)
- type AccessTokenGetCreatedAtArgType
- type AccessTokenGetCreatedAtAttributeType
- type AccessTokenGetCreatedAtRetType
- type AccessTokenGetIdArgType
- type AccessTokenGetIdAttributeType
- type AccessTokenGetIdRetType
- type AccessTokenGetTokenArgType
- type AccessTokenGetTokenAttributeType
- type AccessTokenGetTokenRetType
- type AccessTokenGetValidUntilArgType
- type AccessTokenGetValidUntilAttributeType
- type AccessTokenGetValidUntilRetType
- type AccessTokenMetadata
- func (o *AccessTokenMetadata) GetActive() (ret AccessTokenMetadatagetActiveRetType)
- func (o *AccessTokenMetadata) GetActiveOk() (ret AccessTokenMetadatagetActiveRetType, ok bool)
- func (o *AccessTokenMetadata) GetCreatedAt() (ret AccessTokenMetadataGetCreatedAtRetType)
- func (o *AccessTokenMetadata) GetCreatedAtOk() (ret AccessTokenMetadataGetCreatedAtRetType, ok bool)
- func (o *AccessTokenMetadata) GetId() (ret AccessTokenMetadataGetIdRetType)
- func (o *AccessTokenMetadata) GetIdOk() (ret AccessTokenMetadataGetIdRetType, ok bool)
- func (o *AccessTokenMetadata) GetValidUntil() (ret AccessTokenMetadataGetValidUntilRetType)
- func (o *AccessTokenMetadata) GetValidUntilOk() (ret AccessTokenMetadataGetValidUntilRetType, ok bool)
- func (o *AccessTokenMetadata) SetActive(v AccessTokenMetadatagetActiveRetType)
- func (o *AccessTokenMetadata) SetCreatedAt(v AccessTokenMetadataGetCreatedAtRetType)
- func (o *AccessTokenMetadata) SetId(v AccessTokenMetadataGetIdRetType)
- func (o *AccessTokenMetadata) SetValidUntil(v AccessTokenMetadataGetValidUntilRetType)
- func (o AccessTokenMetadata) ToMap() (map[string]interface{}, error)
- type AccessTokenMetadataGetCreatedAtArgType
- type AccessTokenMetadataGetCreatedAtAttributeType
- type AccessTokenMetadataGetCreatedAtRetType
- type AccessTokenMetadataGetIdArgType
- type AccessTokenMetadataGetIdAttributeType
- type AccessTokenMetadataGetIdRetType
- type AccessTokenMetadataGetValidUntilArgType
- type AccessTokenMetadataGetValidUntilAttributeType
- type AccessTokenMetadataGetValidUntilRetType
- type AccessTokenMetadatagetActiveArgType
- type AccessTokenMetadatagetActiveAttributeType
- type AccessTokenMetadatagetActiveRetType
- type AccessTokengetActiveArgType
- type AccessTokengetActiveAttributeType
- type AccessTokengetActiveRetType
- type ApiCreateAccessTokenRequest
- type ApiCreateServiceAccountKeyRequest
- type ApiCreateServiceAccountRequest
- type ApiCreateShortLivedAccessTokenRequest
- func (r ApiCreateShortLivedAccessTokenRequest) Assertion(assertion string) ApiCreateShortLivedAccessTokenRequest
- func (r ApiCreateShortLivedAccessTokenRequest) Execute() (*CreateShortLivedAccessTokenResponse, error)
- func (r ApiCreateShortLivedAccessTokenRequest) GrantType(grantType string) ApiCreateShortLivedAccessTokenRequest
- func (r ApiCreateShortLivedAccessTokenRequest) RefreshToken(refreshToken string) ApiCreateShortLivedAccessTokenRequest
- type ApiDeleteAccessTokenRequest
- type ApiDeleteServiceAccountKeyRequest
- type ApiDeleteServiceAccountRequest
- type ApiGetJWKSRequest
- type ApiGetServiceAccountKeyRequest
- type ApiListAccessTokensRequest
- type ApiListServiceAccountKeysRequest
- type ApiListServiceAccountsRequest
- type ApiPartialUpdateServiceAccountKeyRequest
- func (r ApiPartialUpdateServiceAccountKeyRequest) Execute() (*PartialUpdateServiceAccountKeyResponse, error)
- func (r ApiPartialUpdateServiceAccountKeyRequest) PartialUpdateServiceAccountKeyPayload(partialUpdateServiceAccountKeyPayload PartialUpdateServiceAccountKeyPayload) ApiPartialUpdateServiceAccountKeyRequest
- type AuthError
- type AuthErrorError
- func (o *AuthErrorError) GetCode() (ret AuthErrorErrorGetCodeRetType)
- func (o *AuthErrorError) GetCodeOk() (ret AuthErrorErrorGetCodeRetType, ok bool)
- func (o *AuthErrorError) GetMessage() (ret AuthErrorErrorGetMessageRetType)
- func (o *AuthErrorError) GetMessageOk() (ret AuthErrorErrorGetMessageRetType, ok bool)
- func (o *AuthErrorError) GetStatus() (ret AuthErrorErrorGetStatusRetType)
- func (o *AuthErrorError) GetStatusOk() (ret AuthErrorErrorGetStatusRetType, ok bool)
- func (o *AuthErrorError) SetCode(v AuthErrorErrorGetCodeRetType)
- func (o *AuthErrorError) SetMessage(v AuthErrorErrorGetMessageRetType)
- func (o *AuthErrorError) SetStatus(v AuthErrorErrorGetStatusRetType)
- func (o AuthErrorError) ToMap() (map[string]interface{}, error)
- type AuthErrorErrorGetCodeArgType
- type AuthErrorErrorGetCodeAttributeType
- type AuthErrorErrorGetCodeRetType
- type AuthErrorErrorGetMessageArgType
- type AuthErrorErrorGetMessageAttributeType
- type AuthErrorErrorGetMessageRetType
- type AuthErrorErrorGetStatusArgType
- type AuthErrorErrorGetStatusAttributeType
- type AuthErrorErrorGetStatusRetType
- type AuthErrorGetErrorArgType
- type AuthErrorGetErrorAttributeType
- type AuthErrorGetErrorRetType
- type CreateAccessTokenPayload
- func (o *CreateAccessTokenPayload) GetTtlDays() (ret CreateAccessTokenPayloadGetTtlDaysRetType)
- func (o *CreateAccessTokenPayload) GetTtlDaysOk() (ret CreateAccessTokenPayloadGetTtlDaysRetType, ok bool)
- func (o *CreateAccessTokenPayload) SetTtlDays(v CreateAccessTokenPayloadGetTtlDaysRetType)
- func (o CreateAccessTokenPayload) ToMap() (map[string]interface{}, error)
- type CreateAccessTokenPayloadGetTtlDaysArgType
- type CreateAccessTokenPayloadGetTtlDaysAttributeType
- type CreateAccessTokenPayloadGetTtlDaysRetType
- type CreateServiceAccountKeyPayload
- func (o *CreateServiceAccountKeyPayload) GetPublicKey() (res CreateServiceAccountKeyPayloadGetPublicKeyRetType)
- func (o *CreateServiceAccountKeyPayload) GetPublicKeyOk() (ret CreateServiceAccountKeyPayloadGetPublicKeyRetType, ok bool)
- func (o *CreateServiceAccountKeyPayload) GetValidUntil() (res CreateServiceAccountKeyPayloadGetValidUntilRetType)
- func (o *CreateServiceAccountKeyPayload) GetValidUntilOk() (ret CreateServiceAccountKeyPayloadGetValidUntilRetType, ok bool)
- func (o *CreateServiceAccountKeyPayload) HasPublicKey() bool
- func (o *CreateServiceAccountKeyPayload) HasValidUntil() bool
- func (o *CreateServiceAccountKeyPayload) SetPublicKey(v CreateServiceAccountKeyPayloadGetPublicKeyRetType)
- func (o *CreateServiceAccountKeyPayload) SetValidUntil(v CreateServiceAccountKeyPayloadGetValidUntilRetType)
- func (o CreateServiceAccountKeyPayload) ToMap() (map[string]interface{}, error)
- type CreateServiceAccountKeyPayloadGetPublicKeyArgType
- type CreateServiceAccountKeyPayloadGetPublicKeyAttributeType
- type CreateServiceAccountKeyPayloadGetPublicKeyRetType
- type CreateServiceAccountKeyPayloadGetValidUntilArgType
- type CreateServiceAccountKeyPayloadGetValidUntilAttributeType
- type CreateServiceAccountKeyPayloadGetValidUntilRetType
- type CreateServiceAccountKeyResponse
- func (o *CreateServiceAccountKeyResponse) GetActive() (ret CreateServiceAccountKeyResponsegetActiveRetType)
- func (o *CreateServiceAccountKeyResponse) GetActiveOk() (ret CreateServiceAccountKeyResponsegetActiveRetType, ok bool)
- func (o *CreateServiceAccountKeyResponse) GetCreatedAt() (ret CreateServiceAccountKeyResponseGetCreatedAtRetType)
- func (o *CreateServiceAccountKeyResponse) GetCreatedAtOk() (ret CreateServiceAccountKeyResponseGetCreatedAtRetType, ok bool)
- func (o *CreateServiceAccountKeyResponse) GetCredentials() (ret CreateServiceAccountKeyResponseGetCredentialsRetType)
- func (o *CreateServiceAccountKeyResponse) GetCredentialsOk() (ret CreateServiceAccountKeyResponseGetCredentialsRetType, ok bool)
- func (o *CreateServiceAccountKeyResponse) GetId() (ret CreateServiceAccountKeyResponseGetIdRetType)
- func (o *CreateServiceAccountKeyResponse) GetIdOk() (ret CreateServiceAccountKeyResponseGetIdRetType, ok bool)
- func (o *CreateServiceAccountKeyResponse) GetKeyAlgorithm() (ret CreateServiceAccountKeyResponseGetKeyAlgorithmRetType)
- func (o *CreateServiceAccountKeyResponse) GetKeyAlgorithmOk() (ret CreateServiceAccountKeyResponseGetKeyAlgorithmRetType, ok bool)
- func (o *CreateServiceAccountKeyResponse) GetKeyOrigin() (ret CreateServiceAccountKeyResponseGetKeyOriginRetType)
- func (o *CreateServiceAccountKeyResponse) GetKeyOriginOk() (ret CreateServiceAccountKeyResponseGetKeyOriginRetType, ok bool)
- func (o *CreateServiceAccountKeyResponse) GetKeyType() (ret CreateServiceAccountKeyResponseGetKeyTypeRetType)
- func (o *CreateServiceAccountKeyResponse) GetKeyTypeOk() (ret CreateServiceAccountKeyResponseGetKeyTypeRetType, ok bool)
- func (o *CreateServiceAccountKeyResponse) GetPublicKey() (ret CreateServiceAccountKeyResponseGetPublicKeyRetType)
- func (o *CreateServiceAccountKeyResponse) GetPublicKeyOk() (ret CreateServiceAccountKeyResponseGetPublicKeyRetType, ok bool)
- func (o *CreateServiceAccountKeyResponse) GetValidUntil() (res CreateServiceAccountKeyResponseGetValidUntilRetType)
- func (o *CreateServiceAccountKeyResponse) GetValidUntilOk() (ret CreateServiceAccountKeyResponseGetValidUntilRetType, ok bool)
- func (o *CreateServiceAccountKeyResponse) HasValidUntil() bool
- func (o *CreateServiceAccountKeyResponse) SetActive(v CreateServiceAccountKeyResponsegetActiveRetType)
- func (o *CreateServiceAccountKeyResponse) SetCreatedAt(v CreateServiceAccountKeyResponseGetCreatedAtRetType)
- func (o *CreateServiceAccountKeyResponse) SetCredentials(v CreateServiceAccountKeyResponseGetCredentialsRetType)
- func (o *CreateServiceAccountKeyResponse) SetId(v CreateServiceAccountKeyResponseGetIdRetType)
- func (o *CreateServiceAccountKeyResponse) SetKeyAlgorithm(v CreateServiceAccountKeyResponseGetKeyAlgorithmRetType)
- func (o *CreateServiceAccountKeyResponse) SetKeyOrigin(v CreateServiceAccountKeyResponseGetKeyOriginRetType)
- func (o *CreateServiceAccountKeyResponse) SetKeyType(v CreateServiceAccountKeyResponseGetKeyTypeRetType)
- func (o *CreateServiceAccountKeyResponse) SetPublicKey(v CreateServiceAccountKeyResponseGetPublicKeyRetType)
- func (o *CreateServiceAccountKeyResponse) SetValidUntil(v CreateServiceAccountKeyResponseGetValidUntilRetType)
- func (o CreateServiceAccountKeyResponse) ToMap() (map[string]interface{}, error)
- type CreateServiceAccountKeyResponseCredentials
- func (o *CreateServiceAccountKeyResponseCredentials) GetAud() (ret CreateServiceAccountKeyResponseCredentialsGetAudRetType)
- func (o *CreateServiceAccountKeyResponseCredentials) GetAudOk() (ret CreateServiceAccountKeyResponseCredentialsGetAudRetType, ok bool)
- func (o *CreateServiceAccountKeyResponseCredentials) GetIss() (ret CreateServiceAccountKeyResponseCredentialsGetIssRetType)
- func (o *CreateServiceAccountKeyResponseCredentials) GetIssOk() (ret CreateServiceAccountKeyResponseCredentialsGetIssRetType, ok bool)
- func (o *CreateServiceAccountKeyResponseCredentials) GetKid() (ret CreateServiceAccountKeyResponseCredentialsGetKidRetType)
- func (o *CreateServiceAccountKeyResponseCredentials) GetKidOk() (ret CreateServiceAccountKeyResponseCredentialsGetKidRetType, ok bool)
- func (o *CreateServiceAccountKeyResponseCredentials) GetPrivateKey() (res CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetType)
- func (o *CreateServiceAccountKeyResponseCredentials) GetPrivateKeyOk() (ret CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetType, ok bool)
- func (o *CreateServiceAccountKeyResponseCredentials) GetSub() (ret CreateServiceAccountKeyResponseCredentialsGetSubRetType)
- func (o *CreateServiceAccountKeyResponseCredentials) GetSubOk() (ret CreateServiceAccountKeyResponseCredentialsGetSubRetType, ok bool)
- func (o *CreateServiceAccountKeyResponseCredentials) HasPrivateKey() bool
- func (o *CreateServiceAccountKeyResponseCredentials) SetAud(v CreateServiceAccountKeyResponseCredentialsGetAudRetType)
- func (o *CreateServiceAccountKeyResponseCredentials) SetIss(v CreateServiceAccountKeyResponseCredentialsGetIssRetType)
- func (o *CreateServiceAccountKeyResponseCredentials) SetKid(v CreateServiceAccountKeyResponseCredentialsGetKidRetType)
- func (o *CreateServiceAccountKeyResponseCredentials) SetPrivateKey(v CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetType)
- func (o *CreateServiceAccountKeyResponseCredentials) SetSub(v CreateServiceAccountKeyResponseCredentialsGetSubRetType)
- func (o CreateServiceAccountKeyResponseCredentials) ToMap() (map[string]interface{}, error)
- type CreateServiceAccountKeyResponseCredentialsGetAudArgType
- type CreateServiceAccountKeyResponseCredentialsGetAudAttributeType
- type CreateServiceAccountKeyResponseCredentialsGetAudRetType
- type CreateServiceAccountKeyResponseCredentialsGetIssArgType
- type CreateServiceAccountKeyResponseCredentialsGetIssAttributeType
- type CreateServiceAccountKeyResponseCredentialsGetIssRetType
- type CreateServiceAccountKeyResponseCredentialsGetKidArgType
- type CreateServiceAccountKeyResponseCredentialsGetKidAttributeType
- type CreateServiceAccountKeyResponseCredentialsGetKidRetType
- type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyArgType
- type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyAttributeType
- type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetType
- type CreateServiceAccountKeyResponseCredentialsGetSubArgType
- type CreateServiceAccountKeyResponseCredentialsGetSubAttributeType
- type CreateServiceAccountKeyResponseCredentialsGetSubRetType
- type CreateServiceAccountKeyResponseGetCreatedAtArgType
- type CreateServiceAccountKeyResponseGetCreatedAtAttributeType
- type CreateServiceAccountKeyResponseGetCreatedAtRetType
- type CreateServiceAccountKeyResponseGetCredentialsArgType
- type CreateServiceAccountKeyResponseGetCredentialsAttributeType
- type CreateServiceAccountKeyResponseGetCredentialsRetType
- type CreateServiceAccountKeyResponseGetIdArgType
- type CreateServiceAccountKeyResponseGetIdAttributeType
- type CreateServiceAccountKeyResponseGetIdRetType
- type CreateServiceAccountKeyResponseGetKeyAlgorithmArgType
- type CreateServiceAccountKeyResponseGetKeyAlgorithmAttributeType
- type CreateServiceAccountKeyResponseGetKeyAlgorithmRetType
- type CreateServiceAccountKeyResponseGetKeyOriginArgType
- type CreateServiceAccountKeyResponseGetKeyOriginAttributeType
- type CreateServiceAccountKeyResponseGetKeyOriginRetType
- type CreateServiceAccountKeyResponseGetKeyTypeArgType
- type CreateServiceAccountKeyResponseGetKeyTypeAttributeType
- type CreateServiceAccountKeyResponseGetKeyTypeRetType
- type CreateServiceAccountKeyResponseGetPublicKeyArgType
- type CreateServiceAccountKeyResponseGetPublicKeyAttributeType
- type CreateServiceAccountKeyResponseGetPublicKeyRetType
- type CreateServiceAccountKeyResponseGetValidUntilArgType
- type CreateServiceAccountKeyResponseGetValidUntilAttributeType
- type CreateServiceAccountKeyResponseGetValidUntilRetType
- type CreateServiceAccountKeyResponsegetActiveArgType
- type CreateServiceAccountKeyResponsegetActiveAttributeType
- type CreateServiceAccountKeyResponsegetActiveRetType
- type CreateServiceAccountPayload
- func (o *CreateServiceAccountPayload) GetName() (ret CreateServiceAccountPayloadGetNameRetType)
- func (o *CreateServiceAccountPayload) GetNameOk() (ret CreateServiceAccountPayloadGetNameRetType, ok bool)
- func (o *CreateServiceAccountPayload) SetName(v CreateServiceAccountPayloadGetNameRetType)
- func (o CreateServiceAccountPayload) ToMap() (map[string]interface{}, error)
- type CreateServiceAccountPayloadGetNameArgType
- type CreateServiceAccountPayloadGetNameAttributeType
- type CreateServiceAccountPayloadGetNameRetType
- type CreateShortLivedAccessTokenResponse
- func (o *CreateShortLivedAccessTokenResponse) GetAccessToken() (ret CreateShortLivedAccessTokenResponseGetAccessTokenRetType)
- func (o *CreateShortLivedAccessTokenResponse) GetAccessTokenOk() (ret CreateShortLivedAccessTokenResponseGetAccessTokenRetType, ok bool)
- func (o *CreateShortLivedAccessTokenResponse) GetExpiresIn() (ret CreateShortLivedAccessTokenResponseGetExpiresInRetType)
- func (o *CreateShortLivedAccessTokenResponse) GetExpiresInOk() (ret CreateShortLivedAccessTokenResponseGetExpiresInRetType, ok bool)
- func (o *CreateShortLivedAccessTokenResponse) GetRefreshToken() (ret CreateShortLivedAccessTokenResponseGetRefreshTokenRetType)
- func (o *CreateShortLivedAccessTokenResponse) GetRefreshTokenOk() (ret CreateShortLivedAccessTokenResponseGetRefreshTokenRetType, ok bool)
- func (o *CreateShortLivedAccessTokenResponse) GetScope() (ret CreateShortLivedAccessTokenResponseGetScopeRetType)
- func (o *CreateShortLivedAccessTokenResponse) GetScopeOk() (ret CreateShortLivedAccessTokenResponseGetScopeRetType, ok bool)
- func (o *CreateShortLivedAccessTokenResponse) GetTokenType() (ret CreateShortLivedAccessTokenResponseGetTokenTypeRetType)
- func (o *CreateShortLivedAccessTokenResponse) GetTokenTypeOk() (ret CreateShortLivedAccessTokenResponseGetTokenTypeRetType, ok bool)
- func (o *CreateShortLivedAccessTokenResponse) SetAccessToken(v CreateShortLivedAccessTokenResponseGetAccessTokenRetType)
- func (o *CreateShortLivedAccessTokenResponse) SetExpiresIn(v CreateShortLivedAccessTokenResponseGetExpiresInRetType)
- func (o *CreateShortLivedAccessTokenResponse) SetRefreshToken(v CreateShortLivedAccessTokenResponseGetRefreshTokenRetType)
- func (o *CreateShortLivedAccessTokenResponse) SetScope(v CreateShortLivedAccessTokenResponseGetScopeRetType)
- func (o *CreateShortLivedAccessTokenResponse) SetTokenType(v CreateShortLivedAccessTokenResponseGetTokenTypeRetType)
- func (o CreateShortLivedAccessTokenResponse) ToMap() (map[string]interface{}, error)
- type CreateShortLivedAccessTokenResponseGetAccessTokenArgType
- type CreateShortLivedAccessTokenResponseGetAccessTokenAttributeType
- type CreateShortLivedAccessTokenResponseGetAccessTokenRetType
- type CreateShortLivedAccessTokenResponseGetExpiresInArgType
- type CreateShortLivedAccessTokenResponseGetExpiresInAttributeType
- type CreateShortLivedAccessTokenResponseGetExpiresInRetType
- type CreateShortLivedAccessTokenResponseGetRefreshTokenArgType
- type CreateShortLivedAccessTokenResponseGetRefreshTokenAttributeType
- type CreateShortLivedAccessTokenResponseGetRefreshTokenRetType
- type CreateShortLivedAccessTokenResponseGetScopeArgType
- type CreateShortLivedAccessTokenResponseGetScopeAttributeType
- type CreateShortLivedAccessTokenResponseGetScopeRetType
- type CreateShortLivedAccessTokenResponseGetTokenTypeArgType
- type CreateShortLivedAccessTokenResponseGetTokenTypeAttributeType
- type CreateShortLivedAccessTokenResponseGetTokenTypeRetType
- type DefaultApiService
- type Error
- func (o *Error) GetError() (ret ErrorGetErrorRetType)
- func (o *Error) GetErrorOk() (ret ErrorGetErrorRetType, ok bool)
- func (o *Error) GetMessage() (ret ErrorGetMessageRetType)
- func (o *Error) GetMessageOk() (ret ErrorGetMessageRetType, ok bool)
- func (o *Error) GetPath() (ret ErrorGetPathRetType)
- func (o *Error) GetPathOk() (ret ErrorGetPathRetType, ok bool)
- func (o *Error) GetStatus() (ret ErrorGetStatusRetType)
- func (o *Error) GetStatusOk() (ret ErrorGetStatusRetType, ok bool)
- func (o *Error) GetTimeStamp() (ret ErrorGetTimeStampRetType)
- func (o *Error) GetTimeStampOk() (ret ErrorGetTimeStampRetType, ok bool)
- func (o *Error) SetError(v ErrorGetErrorRetType)
- func (o *Error) SetMessage(v ErrorGetMessageRetType)
- func (o *Error) SetPath(v ErrorGetPathRetType)
- func (o *Error) SetStatus(v ErrorGetStatusRetType)
- func (o *Error) SetTimeStamp(v ErrorGetTimeStampRetType)
- func (o Error) ToMap() (map[string]interface{}, error)
- type ErrorGetErrorArgType
- type ErrorGetErrorAttributeType
- type ErrorGetErrorRetType
- type ErrorGetMessageArgType
- type ErrorGetMessageAttributeType
- type ErrorGetMessageRetType
- type ErrorGetPathArgType
- type ErrorGetPathAttributeType
- type ErrorGetPathRetType
- type ErrorGetStatusArgType
- type ErrorGetStatusAttributeType
- type ErrorGetStatusRetType
- type ErrorGetTimeStampArgType
- type ErrorGetTimeStampAttributeType
- type ErrorGetTimeStampRetType
- type GetServiceAccountKeyResponse
- func (o *GetServiceAccountKeyResponse) GetActive() (ret GetServiceAccountKeyResponsegetActiveRetType)
- func (o *GetServiceAccountKeyResponse) GetActiveOk() (ret GetServiceAccountKeyResponsegetActiveRetType, ok bool)
- func (o *GetServiceAccountKeyResponse) GetCreatedAt() (ret GetServiceAccountKeyResponseGetCreatedAtRetType)
- func (o *GetServiceAccountKeyResponse) GetCreatedAtOk() (ret GetServiceAccountKeyResponseGetCreatedAtRetType, ok bool)
- func (o *GetServiceAccountKeyResponse) GetCredentials() (ret GetServiceAccountKeyResponseGetCredentialsRetType)
- func (o *GetServiceAccountKeyResponse) GetCredentialsOk() (ret GetServiceAccountKeyResponseGetCredentialsRetType, ok bool)
- func (o *GetServiceAccountKeyResponse) GetId() (ret GetServiceAccountKeyResponseGetIdRetType)
- func (o *GetServiceAccountKeyResponse) GetIdOk() (ret GetServiceAccountKeyResponseGetIdRetType, ok bool)
- func (o *GetServiceAccountKeyResponse) GetKeyAlgorithm() (ret GetServiceAccountKeyResponseGetKeyAlgorithmRetType)
- func (o *GetServiceAccountKeyResponse) GetKeyAlgorithmOk() (ret GetServiceAccountKeyResponseGetKeyAlgorithmRetType, ok bool)
- func (o *GetServiceAccountKeyResponse) GetKeyOrigin() (ret GetServiceAccountKeyResponseGetKeyOriginRetType)
- func (o *GetServiceAccountKeyResponse) GetKeyOriginOk() (ret GetServiceAccountKeyResponseGetKeyOriginRetType, ok bool)
- func (o *GetServiceAccountKeyResponse) GetKeyType() (ret GetServiceAccountKeyResponseGetKeyTypeRetType)
- func (o *GetServiceAccountKeyResponse) GetKeyTypeOk() (ret GetServiceAccountKeyResponseGetKeyTypeRetType, ok bool)
- func (o *GetServiceAccountKeyResponse) GetPublicKey() (res GetServiceAccountKeyResponseGetPublicKeyRetType)
- func (o *GetServiceAccountKeyResponse) GetPublicKeyOk() (ret GetServiceAccountKeyResponseGetPublicKeyRetType, ok bool)
- func (o *GetServiceAccountKeyResponse) GetValidUntil() (res GetServiceAccountKeyResponseGetValidUntilRetType)
- func (o *GetServiceAccountKeyResponse) GetValidUntilOk() (ret GetServiceAccountKeyResponseGetValidUntilRetType, ok bool)
- func (o *GetServiceAccountKeyResponse) HasPublicKey() bool
- func (o *GetServiceAccountKeyResponse) HasValidUntil() bool
- func (o *GetServiceAccountKeyResponse) SetActive(v GetServiceAccountKeyResponsegetActiveRetType)
- func (o *GetServiceAccountKeyResponse) SetCreatedAt(v GetServiceAccountKeyResponseGetCreatedAtRetType)
- func (o *GetServiceAccountKeyResponse) SetCredentials(v GetServiceAccountKeyResponseGetCredentialsRetType)
- func (o *GetServiceAccountKeyResponse) SetId(v GetServiceAccountKeyResponseGetIdRetType)
- func (o *GetServiceAccountKeyResponse) SetKeyAlgorithm(v GetServiceAccountKeyResponseGetKeyAlgorithmRetType)
- func (o *GetServiceAccountKeyResponse) SetKeyOrigin(v GetServiceAccountKeyResponseGetKeyOriginRetType)
- func (o *GetServiceAccountKeyResponse) SetKeyType(v GetServiceAccountKeyResponseGetKeyTypeRetType)
- func (o *GetServiceAccountKeyResponse) SetPublicKey(v GetServiceAccountKeyResponseGetPublicKeyRetType)
- func (o *GetServiceAccountKeyResponse) SetValidUntil(v GetServiceAccountKeyResponseGetValidUntilRetType)
- func (o GetServiceAccountKeyResponse) ToMap() (map[string]interface{}, error)
- type GetServiceAccountKeyResponseCredentials
- func (o *GetServiceAccountKeyResponseCredentials) GetAud() (ret GetServiceAccountKeyResponseCredentialsGetAudRetType)
- func (o *GetServiceAccountKeyResponseCredentials) GetAudOk() (ret GetServiceAccountKeyResponseCredentialsGetAudRetType, ok bool)
- func (o *GetServiceAccountKeyResponseCredentials) GetIss() (ret GetServiceAccountKeyResponseCredentialsGetIssRetType)
- func (o *GetServiceAccountKeyResponseCredentials) GetIssOk() (ret GetServiceAccountKeyResponseCredentialsGetIssRetType, ok bool)
- func (o *GetServiceAccountKeyResponseCredentials) GetKid() (ret GetServiceAccountKeyResponseCredentialsGetKidRetType)
- func (o *GetServiceAccountKeyResponseCredentials) GetKidOk() (ret GetServiceAccountKeyResponseCredentialsGetKidRetType, ok bool)
- func (o *GetServiceAccountKeyResponseCredentials) GetSub() (ret GetServiceAccountKeyResponseCredentialsGetSubRetType)
- func (o *GetServiceAccountKeyResponseCredentials) GetSubOk() (ret GetServiceAccountKeyResponseCredentialsGetSubRetType, ok bool)
- func (o *GetServiceAccountKeyResponseCredentials) SetAud(v GetServiceAccountKeyResponseCredentialsGetAudRetType)
- func (o *GetServiceAccountKeyResponseCredentials) SetIss(v GetServiceAccountKeyResponseCredentialsGetIssRetType)
- func (o *GetServiceAccountKeyResponseCredentials) SetKid(v GetServiceAccountKeyResponseCredentialsGetKidRetType)
- func (o *GetServiceAccountKeyResponseCredentials) SetSub(v GetServiceAccountKeyResponseCredentialsGetSubRetType)
- func (o GetServiceAccountKeyResponseCredentials) ToMap() (map[string]interface{}, error)
- type GetServiceAccountKeyResponseCredentialsGetAudArgType
- type GetServiceAccountKeyResponseCredentialsGetAudAttributeType
- type GetServiceAccountKeyResponseCredentialsGetAudRetType
- type GetServiceAccountKeyResponseCredentialsGetIssArgType
- type GetServiceAccountKeyResponseCredentialsGetIssAttributeType
- type GetServiceAccountKeyResponseCredentialsGetIssRetType
- type GetServiceAccountKeyResponseCredentialsGetKidArgType
- type GetServiceAccountKeyResponseCredentialsGetKidAttributeType
- type GetServiceAccountKeyResponseCredentialsGetKidRetType
- type GetServiceAccountKeyResponseCredentialsGetSubArgType
- type GetServiceAccountKeyResponseCredentialsGetSubAttributeType
- type GetServiceAccountKeyResponseCredentialsGetSubRetType
- type GetServiceAccountKeyResponseGetCreatedAtArgType
- type GetServiceAccountKeyResponseGetCreatedAtAttributeType
- type GetServiceAccountKeyResponseGetCreatedAtRetType
- type GetServiceAccountKeyResponseGetCredentialsArgType
- type GetServiceAccountKeyResponseGetCredentialsAttributeType
- type GetServiceAccountKeyResponseGetCredentialsRetType
- type GetServiceAccountKeyResponseGetIdArgType
- type GetServiceAccountKeyResponseGetIdAttributeType
- type GetServiceAccountKeyResponseGetIdRetType
- type GetServiceAccountKeyResponseGetKeyAlgorithmArgType
- type GetServiceAccountKeyResponseGetKeyAlgorithmAttributeType
- type GetServiceAccountKeyResponseGetKeyAlgorithmRetType
- type GetServiceAccountKeyResponseGetKeyOriginArgType
- type GetServiceAccountKeyResponseGetKeyOriginAttributeType
- type GetServiceAccountKeyResponseGetKeyOriginRetType
- type GetServiceAccountKeyResponseGetKeyTypeArgType
- type GetServiceAccountKeyResponseGetKeyTypeAttributeType
- type GetServiceAccountKeyResponseGetKeyTypeRetType
- type GetServiceAccountKeyResponseGetPublicKeyArgType
- type GetServiceAccountKeyResponseGetPublicKeyAttributeType
- type GetServiceAccountKeyResponseGetPublicKeyRetType
- type GetServiceAccountKeyResponseGetValidUntilArgType
- type GetServiceAccountKeyResponseGetValidUntilAttributeType
- type GetServiceAccountKeyResponseGetValidUntilRetType
- type GetServiceAccountKeyResponsegetActiveArgType
- type GetServiceAccountKeyResponsegetActiveAttributeType
- type GetServiceAccountKeyResponsegetActiveRetType
- type JWK
- func (o *JWK) GetAlg() (res JWKGetAlgRetType)
- func (o *JWK) GetAlgOk() (ret JWKGetAlgRetType, ok bool)
- func (o *JWK) GetE() (ret JWKGetERetType)
- func (o *JWK) GetEOk() (ret JWKGetERetType, ok bool)
- func (o *JWK) GetKid() (res JWKGetKidRetType)
- func (o *JWK) GetKidOk() (ret JWKGetKidRetType, ok bool)
- func (o *JWK) GetKs() (res JWKGetKsRetType)
- func (o *JWK) GetKsOk() (ret JWKGetKsRetType, ok bool)
- func (o *JWK) GetN() (ret JWKGetNRetType)
- func (o *JWK) GetNOk() (ret JWKGetNRetType, ok bool)
- func (o *JWK) GetOps() (res JWKGetOpsRetType)
- func (o *JWK) GetOpsOk() (ret JWKGetOpsRetType, ok bool)
- func (o *JWK) GetUse() (res JWKGetUseRetType)
- func (o *JWK) GetUseOk() (ret JWKGetUseRetType, ok bool)
- func (o *JWK) GetX5c() (res JWKGetX5cRetType)
- func (o *JWK) GetX5cOk() (ret JWKGetX5cRetType, ok bool)
- func (o *JWK) GetX5t() (res JWKGetX5tRetType)
- func (o *JWK) GetX5t256() (res JWKGetX5t256RetType)
- func (o *JWK) GetX5t256Ok() (ret JWKGetX5t256RetType, ok bool)
- func (o *JWK) GetX5tOk() (ret JWKGetX5tRetType, ok bool)
- func (o *JWK) GetX5u() (res JWKGetX5uRetType)
- func (o *JWK) GetX5uOk() (ret JWKGetX5uRetType, ok bool)
- func (o *JWK) HasAlg() bool
- func (o *JWK) HasKid() bool
- func (o *JWK) HasKs() bool
- func (o *JWK) HasOps() bool
- func (o *JWK) HasUse() bool
- func (o *JWK) HasX5c() bool
- func (o *JWK) HasX5t() bool
- func (o *JWK) HasX5t256() bool
- func (o *JWK) HasX5u() bool
- func (o *JWK) SetAlg(v JWKGetAlgRetType)
- func (o *JWK) SetE(v JWKGetERetType)
- func (o *JWK) SetKid(v JWKGetKidRetType)
- func (o *JWK) SetKs(v JWKGetKsRetType)
- func (o *JWK) SetN(v JWKGetNRetType)
- func (o *JWK) SetOps(v JWKGetOpsRetType)
- func (o *JWK) SetUse(v JWKGetUseRetType)
- func (o *JWK) SetX5c(v JWKGetX5cRetType)
- func (o *JWK) SetX5t(v JWKGetX5tRetType)
- func (o *JWK) SetX5t256(v JWKGetX5t256RetType)
- func (o *JWK) SetX5u(v JWKGetX5uRetType)
- func (o JWK) ToMap() (map[string]interface{}, error)
- type JWKGetAlgArgType
- type JWKGetAlgAttributeType
- type JWKGetAlgRetType
- type JWKGetEArgType
- type JWKGetEAttributeType
- type JWKGetERetType
- type JWKGetKidArgType
- type JWKGetKidAttributeType
- type JWKGetKidRetType
- type JWKGetKsArgType
- type JWKGetKsAttributeType
- type JWKGetKsRetType
- type JWKGetNArgType
- type JWKGetNAttributeType
- type JWKGetNRetType
- type JWKGetOpsArgType
- type JWKGetOpsAttributeType
- type JWKGetOpsRetType
- type JWKGetUseArgType
- type JWKGetUseAttributeType
- type JWKGetUseRetType
- type JWKGetX5cArgType
- type JWKGetX5cAttributeType
- type JWKGetX5cRetType
- type JWKGetX5t256ArgType
- type JWKGetX5t256AttributeType
- type JWKGetX5t256RetType
- type JWKGetX5tArgType
- type JWKGetX5tAttributeType
- type JWKGetX5tRetType
- type JWKGetX5uArgType
- type JWKGetX5uAttributeType
- type JWKGetX5uRetType
- type JWKS
- type JWKSGetKeysArgType
- type JWKSGetKeysAttributeType
- type JWKSGetKeysRetType
- type ListAccessTokensResponse
- func (o *ListAccessTokensResponse) GetItems() (res ListAccessTokensResponseGetItemsRetType)
- func (o *ListAccessTokensResponse) GetItemsOk() (ret ListAccessTokensResponseGetItemsRetType, ok bool)
- func (o *ListAccessTokensResponse) HasItems() bool
- func (o *ListAccessTokensResponse) SetItems(v ListAccessTokensResponseGetItemsRetType)
- func (o ListAccessTokensResponse) ToMap() (map[string]interface{}, error)
- type ListAccessTokensResponseGetItemsArgType
- type ListAccessTokensResponseGetItemsAttributeType
- type ListAccessTokensResponseGetItemsRetType
- type ListServiceAccountKeysResponse
- func (o *ListServiceAccountKeysResponse) GetItems() (ret ListServiceAccountKeysResponseGetItemsRetType)
- func (o *ListServiceAccountKeysResponse) GetItemsOk() (ret ListServiceAccountKeysResponseGetItemsRetType, ok bool)
- func (o *ListServiceAccountKeysResponse) SetItems(v ListServiceAccountKeysResponseGetItemsRetType)
- func (o ListServiceAccountKeysResponse) ToMap() (map[string]interface{}, error)
- type ListServiceAccountKeysResponseGetItemsArgType
- type ListServiceAccountKeysResponseGetItemsAttributeType
- type ListServiceAccountKeysResponseGetItemsRetType
- type ListServiceAccountsResponse
- func (o *ListServiceAccountsResponse) GetItems() (ret ListServiceAccountsResponseGetItemsRetType)
- func (o *ListServiceAccountsResponse) GetItemsOk() (ret ListServiceAccountsResponseGetItemsRetType, ok bool)
- func (o *ListServiceAccountsResponse) SetItems(v ListServiceAccountsResponseGetItemsRetType)
- func (o ListServiceAccountsResponse) ToMap() (map[string]interface{}, error)
- type ListServiceAccountsResponseGetItemsArgType
- type ListServiceAccountsResponseGetItemsAttributeType
- type ListServiceAccountsResponseGetItemsRetType
- type MappedNullable
- type NullableAccessToken
- func (v NullableAccessToken) Get() *AccessToken
- func (v NullableAccessToken) IsSet() bool
- func (v NullableAccessToken) MarshalJSON() ([]byte, error)
- func (v *NullableAccessToken) Set(val *AccessToken)
- func (v *NullableAccessToken) UnmarshalJSON(src []byte) error
- func (v *NullableAccessToken) Unset()
- type NullableAccessTokenMetadata
- func (v NullableAccessTokenMetadata) Get() *AccessTokenMetadata
- func (v NullableAccessTokenMetadata) IsSet() bool
- func (v NullableAccessTokenMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenMetadata) Set(val *AccessTokenMetadata)
- func (v *NullableAccessTokenMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenMetadata) Unset()
- type NullableAuthError
- type NullableAuthErrorError
- func (v NullableAuthErrorError) Get() *AuthErrorError
- func (v NullableAuthErrorError) IsSet() bool
- func (v NullableAuthErrorError) MarshalJSON() ([]byte, error)
- func (v *NullableAuthErrorError) Set(val *AuthErrorError)
- func (v *NullableAuthErrorError) UnmarshalJSON(src []byte) error
- func (v *NullableAuthErrorError) Unset()
- type NullableBool
- type NullableCreateAccessTokenPayload
- func (v NullableCreateAccessTokenPayload) Get() *CreateAccessTokenPayload
- func (v NullableCreateAccessTokenPayload) IsSet() bool
- func (v NullableCreateAccessTokenPayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateAccessTokenPayload) Set(val *CreateAccessTokenPayload)
- func (v *NullableCreateAccessTokenPayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateAccessTokenPayload) Unset()
- type NullableCreateServiceAccountKeyPayload
- func (v NullableCreateServiceAccountKeyPayload) Get() *CreateServiceAccountKeyPayload
- func (v NullableCreateServiceAccountKeyPayload) IsSet() bool
- func (v NullableCreateServiceAccountKeyPayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateServiceAccountKeyPayload) Set(val *CreateServiceAccountKeyPayload)
- func (v *NullableCreateServiceAccountKeyPayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateServiceAccountKeyPayload) Unset()
- type NullableCreateServiceAccountKeyResponse
- func (v NullableCreateServiceAccountKeyResponse) Get() *CreateServiceAccountKeyResponse
- func (v NullableCreateServiceAccountKeyResponse) IsSet() bool
- func (v NullableCreateServiceAccountKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateServiceAccountKeyResponse) Set(val *CreateServiceAccountKeyResponse)
- func (v *NullableCreateServiceAccountKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateServiceAccountKeyResponse) Unset()
- type NullableCreateServiceAccountKeyResponseCredentials
- func (v NullableCreateServiceAccountKeyResponseCredentials) Get() *CreateServiceAccountKeyResponseCredentials
- func (v NullableCreateServiceAccountKeyResponseCredentials) IsSet() bool
- func (v NullableCreateServiceAccountKeyResponseCredentials) MarshalJSON() ([]byte, error)
- func (v *NullableCreateServiceAccountKeyResponseCredentials) Set(val *CreateServiceAccountKeyResponseCredentials)
- func (v *NullableCreateServiceAccountKeyResponseCredentials) UnmarshalJSON(src []byte) error
- func (v *NullableCreateServiceAccountKeyResponseCredentials) Unset()
- type NullableCreateServiceAccountPayload
- func (v NullableCreateServiceAccountPayload) Get() *CreateServiceAccountPayload
- func (v NullableCreateServiceAccountPayload) IsSet() bool
- func (v NullableCreateServiceAccountPayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateServiceAccountPayload) Set(val *CreateServiceAccountPayload)
- func (v *NullableCreateServiceAccountPayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateServiceAccountPayload) Unset()
- type NullableCreateShortLivedAccessTokenResponse
- func (v NullableCreateShortLivedAccessTokenResponse) Get() *CreateShortLivedAccessTokenResponse
- func (v NullableCreateShortLivedAccessTokenResponse) IsSet() bool
- func (v NullableCreateShortLivedAccessTokenResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateShortLivedAccessTokenResponse) Set(val *CreateShortLivedAccessTokenResponse)
- func (v *NullableCreateShortLivedAccessTokenResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateShortLivedAccessTokenResponse) Unset()
- type NullableError
- type NullableFloat32
- type NullableFloat64
- type NullableGetServiceAccountKeyResponse
- func (v NullableGetServiceAccountKeyResponse) Get() *GetServiceAccountKeyResponse
- func (v NullableGetServiceAccountKeyResponse) IsSet() bool
- func (v NullableGetServiceAccountKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetServiceAccountKeyResponse) Set(val *GetServiceAccountKeyResponse)
- func (v *NullableGetServiceAccountKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetServiceAccountKeyResponse) Unset()
- type NullableGetServiceAccountKeyResponseCredentials
- func (v NullableGetServiceAccountKeyResponseCredentials) Get() *GetServiceAccountKeyResponseCredentials
- func (v NullableGetServiceAccountKeyResponseCredentials) IsSet() bool
- func (v NullableGetServiceAccountKeyResponseCredentials) MarshalJSON() ([]byte, error)
- func (v *NullableGetServiceAccountKeyResponseCredentials) Set(val *GetServiceAccountKeyResponseCredentials)
- func (v *NullableGetServiceAccountKeyResponseCredentials) UnmarshalJSON(src []byte) error
- func (v *NullableGetServiceAccountKeyResponseCredentials) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableJWK
- type NullableJWKS
- type NullableListAccessTokensResponse
- func (v NullableListAccessTokensResponse) Get() *ListAccessTokensResponse
- func (v NullableListAccessTokensResponse) IsSet() bool
- func (v NullableListAccessTokensResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListAccessTokensResponse) Set(val *ListAccessTokensResponse)
- func (v *NullableListAccessTokensResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListAccessTokensResponse) Unset()
- type NullableListServiceAccountKeysResponse
- func (v NullableListServiceAccountKeysResponse) Get() *ListServiceAccountKeysResponse
- func (v NullableListServiceAccountKeysResponse) IsSet() bool
- func (v NullableListServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListServiceAccountKeysResponse) Set(val *ListServiceAccountKeysResponse)
- func (v *NullableListServiceAccountKeysResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListServiceAccountKeysResponse) Unset()
- type NullableListServiceAccountsResponse
- func (v NullableListServiceAccountsResponse) Get() *ListServiceAccountsResponse
- func (v NullableListServiceAccountsResponse) IsSet() bool
- func (v NullableListServiceAccountsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListServiceAccountsResponse) Set(val *ListServiceAccountsResponse)
- func (v *NullableListServiceAccountsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListServiceAccountsResponse) Unset()
- type NullablePartialUpdateServiceAccountKeyPayload
- func (v NullablePartialUpdateServiceAccountKeyPayload) Get() *PartialUpdateServiceAccountKeyPayload
- func (v NullablePartialUpdateServiceAccountKeyPayload) IsSet() bool
- func (v NullablePartialUpdateServiceAccountKeyPayload) MarshalJSON() ([]byte, error)
- func (v *NullablePartialUpdateServiceAccountKeyPayload) Set(val *PartialUpdateServiceAccountKeyPayload)
- func (v *NullablePartialUpdateServiceAccountKeyPayload) UnmarshalJSON(src []byte) error
- func (v *NullablePartialUpdateServiceAccountKeyPayload) Unset()
- type NullablePartialUpdateServiceAccountKeyResponse
- func (v NullablePartialUpdateServiceAccountKeyResponse) Get() *PartialUpdateServiceAccountKeyResponse
- func (v NullablePartialUpdateServiceAccountKeyResponse) IsSet() bool
- func (v NullablePartialUpdateServiceAccountKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePartialUpdateServiceAccountKeyResponse) Set(val *PartialUpdateServiceAccountKeyResponse)
- func (v *NullablePartialUpdateServiceAccountKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePartialUpdateServiceAccountKeyResponse) Unset()
- type NullableServiceAccount
- func (v NullableServiceAccount) Get() *ServiceAccount
- func (v NullableServiceAccount) IsSet() bool
- func (v NullableServiceAccount) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccount) Set(val *ServiceAccount)
- func (v *NullableServiceAccount) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccount) Unset()
- type NullableServiceAccountKeyListResponse
- func (v NullableServiceAccountKeyListResponse) Get() *ServiceAccountKeyListResponse
- func (v NullableServiceAccountKeyListResponse) IsSet() bool
- func (v NullableServiceAccountKeyListResponse) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountKeyListResponse) Set(val *ServiceAccountKeyListResponse)
- func (v *NullableServiceAccountKeyListResponse) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountKeyListResponse) Unset()
- type NullableString
- type NullableTime
- type NullableValue
- type PartialUpdateServiceAccountKeyPayload
- func (o *PartialUpdateServiceAccountKeyPayload) GetActive() (res PartialUpdateServiceAccountKeyPayloadgetActiveRetType)
- func (o *PartialUpdateServiceAccountKeyPayload) GetActiveOk() (ret PartialUpdateServiceAccountKeyPayloadgetActiveRetType, ok bool)
- func (o *PartialUpdateServiceAccountKeyPayload) GetValidUntil() (res PartialUpdateServiceAccountKeyPayloadGetValidUntilRetType)
- func (o *PartialUpdateServiceAccountKeyPayload) GetValidUntilOk() (ret PartialUpdateServiceAccountKeyPayloadGetValidUntilRetType, ok bool)
- func (o *PartialUpdateServiceAccountKeyPayload) HasActive() bool
- func (o *PartialUpdateServiceAccountKeyPayload) HasValidUntil() bool
- func (o *PartialUpdateServiceAccountKeyPayload) SetActive(v PartialUpdateServiceAccountKeyPayloadgetActiveRetType)
- func (o *PartialUpdateServiceAccountKeyPayload) SetValidUntil(v PartialUpdateServiceAccountKeyPayloadGetValidUntilRetType)
- func (o PartialUpdateServiceAccountKeyPayload) ToMap() (map[string]interface{}, error)
- type PartialUpdateServiceAccountKeyPayloadGetValidUntilArgType
- type PartialUpdateServiceAccountKeyPayloadGetValidUntilAttributeType
- type PartialUpdateServiceAccountKeyPayloadGetValidUntilRetType
- type PartialUpdateServiceAccountKeyPayloadgetActiveArgType
- type PartialUpdateServiceAccountKeyPayloadgetActiveAttributeType
- type PartialUpdateServiceAccountKeyPayloadgetActiveRetType
- type PartialUpdateServiceAccountKeyResponse
- func (o *PartialUpdateServiceAccountKeyResponse) GetActive() (ret PartialUpdateServiceAccountKeyResponsegetActiveRetType)
- func (o *PartialUpdateServiceAccountKeyResponse) GetActiveOk() (ret PartialUpdateServiceAccountKeyResponsegetActiveRetType, ok bool)
- func (o *PartialUpdateServiceAccountKeyResponse) GetCreatedAt() (ret PartialUpdateServiceAccountKeyResponseGetCreatedAtRetType)
- func (o *PartialUpdateServiceAccountKeyResponse) GetCreatedAtOk() (ret PartialUpdateServiceAccountKeyResponseGetCreatedAtRetType, ok bool)
- func (o *PartialUpdateServiceAccountKeyResponse) GetId() (ret PartialUpdateServiceAccountKeyResponseGetIdRetType)
- func (o *PartialUpdateServiceAccountKeyResponse) GetIdOk() (ret PartialUpdateServiceAccountKeyResponseGetIdRetType, ok bool)
- func (o *PartialUpdateServiceAccountKeyResponse) GetKeyAlgorithm() (ret PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetType)
- func (o *PartialUpdateServiceAccountKeyResponse) GetKeyAlgorithmOk() (ret PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetType, ok bool)
- func (o *PartialUpdateServiceAccountKeyResponse) GetKeyOrigin() (ret PartialUpdateServiceAccountKeyResponseGetKeyOriginRetType)
- func (o *PartialUpdateServiceAccountKeyResponse) GetKeyOriginOk() (ret PartialUpdateServiceAccountKeyResponseGetKeyOriginRetType, ok bool)
- func (o *PartialUpdateServiceAccountKeyResponse) GetKeyType() (ret PartialUpdateServiceAccountKeyResponseGetKeyTypeRetType)
- func (o *PartialUpdateServiceAccountKeyResponse) GetKeyTypeOk() (ret PartialUpdateServiceAccountKeyResponseGetKeyTypeRetType, ok bool)
- func (o *PartialUpdateServiceAccountKeyResponse) GetValidUntil() (res PartialUpdateServiceAccountKeyResponseGetValidUntilRetType)
- func (o *PartialUpdateServiceAccountKeyResponse) GetValidUntilOk() (ret PartialUpdateServiceAccountKeyResponseGetValidUntilRetType, ok bool)
- func (o *PartialUpdateServiceAccountKeyResponse) HasValidUntil() bool
- func (o *PartialUpdateServiceAccountKeyResponse) SetActive(v PartialUpdateServiceAccountKeyResponsegetActiveRetType)
- func (o *PartialUpdateServiceAccountKeyResponse) SetCreatedAt(v PartialUpdateServiceAccountKeyResponseGetCreatedAtRetType)
- func (o *PartialUpdateServiceAccountKeyResponse) SetId(v PartialUpdateServiceAccountKeyResponseGetIdRetType)
- func (o *PartialUpdateServiceAccountKeyResponse) SetKeyAlgorithm(v PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetType)
- func (o *PartialUpdateServiceAccountKeyResponse) SetKeyOrigin(v PartialUpdateServiceAccountKeyResponseGetKeyOriginRetType)
- func (o *PartialUpdateServiceAccountKeyResponse) SetKeyType(v PartialUpdateServiceAccountKeyResponseGetKeyTypeRetType)
- func (o *PartialUpdateServiceAccountKeyResponse) SetValidUntil(v PartialUpdateServiceAccountKeyResponseGetValidUntilRetType)
- func (o PartialUpdateServiceAccountKeyResponse) ToMap() (map[string]interface{}, error)
- type PartialUpdateServiceAccountKeyResponseGetCreatedAtArgType
- type PartialUpdateServiceAccountKeyResponseGetCreatedAtAttributeType
- type PartialUpdateServiceAccountKeyResponseGetCreatedAtRetType
- type PartialUpdateServiceAccountKeyResponseGetIdArgType
- type PartialUpdateServiceAccountKeyResponseGetIdAttributeType
- type PartialUpdateServiceAccountKeyResponseGetIdRetType
- type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmArgType
- type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmAttributeType
- type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetType
- type PartialUpdateServiceAccountKeyResponseGetKeyOriginArgType
- type PartialUpdateServiceAccountKeyResponseGetKeyOriginAttributeType
- type PartialUpdateServiceAccountKeyResponseGetKeyOriginRetType
- type PartialUpdateServiceAccountKeyResponseGetKeyTypeArgType
- type PartialUpdateServiceAccountKeyResponseGetKeyTypeAttributeType
- type PartialUpdateServiceAccountKeyResponseGetKeyTypeRetType
- type PartialUpdateServiceAccountKeyResponseGetValidUntilArgType
- type PartialUpdateServiceAccountKeyResponseGetValidUntilAttributeType
- type PartialUpdateServiceAccountKeyResponseGetValidUntilRetType
- type PartialUpdateServiceAccountKeyResponsegetActiveArgType
- type PartialUpdateServiceAccountKeyResponsegetActiveAttributeType
- type PartialUpdateServiceAccountKeyResponsegetActiveRetType
- type ServiceAccount
- func (o *ServiceAccount) GetEmail() (ret ServiceAccountGetEmailRetType)
- func (o *ServiceAccount) GetEmailOk() (ret ServiceAccountGetEmailRetType, ok bool)
- func (o *ServiceAccount) GetId() (ret ServiceAccountGetIdRetType)
- func (o *ServiceAccount) GetIdOk() (ret ServiceAccountGetIdRetType, ok bool)
- func (o *ServiceAccount) GetInternal() (ret ServiceAccountgetInternalRetType)
- func (o *ServiceAccount) GetInternalOk() (ret ServiceAccountgetInternalRetType, ok bool)
- func (o *ServiceAccount) GetProjectId() (ret ServiceAccountGetProjectIdRetType)
- func (o *ServiceAccount) GetProjectIdOk() (ret ServiceAccountGetProjectIdRetType, ok bool)
- func (o *ServiceAccount) SetEmail(v ServiceAccountGetEmailRetType)
- func (o *ServiceAccount) SetId(v ServiceAccountGetIdRetType)
- func (o *ServiceAccount) SetInternal(v ServiceAccountgetInternalRetType)
- func (o *ServiceAccount) SetProjectId(v ServiceAccountGetProjectIdRetType)
- func (o ServiceAccount) ToMap() (map[string]interface{}, error)
- type ServiceAccountGetEmailArgType
- type ServiceAccountGetEmailAttributeType
- type ServiceAccountGetEmailRetType
- type ServiceAccountGetIdArgType
- type ServiceAccountGetIdAttributeType
- type ServiceAccountGetIdRetType
- type ServiceAccountGetProjectIdArgType
- type ServiceAccountGetProjectIdAttributeType
- type ServiceAccountGetProjectIdRetType
- type ServiceAccountKeyListResponse
- func (o *ServiceAccountKeyListResponse) GetActive() (ret ServiceAccountKeyListResponsegetActiveRetType)
- func (o *ServiceAccountKeyListResponse) GetActiveOk() (ret ServiceAccountKeyListResponsegetActiveRetType, ok bool)
- func (o *ServiceAccountKeyListResponse) GetCreatedAt() (ret ServiceAccountKeyListResponseGetCreatedAtRetType)
- func (o *ServiceAccountKeyListResponse) GetCreatedAtOk() (ret ServiceAccountKeyListResponseGetCreatedAtRetType, ok bool)
- func (o *ServiceAccountKeyListResponse) GetId() (ret ServiceAccountKeyListResponseGetIdRetType)
- func (o *ServiceAccountKeyListResponse) GetIdOk() (ret ServiceAccountKeyListResponseGetIdRetType, ok bool)
- func (o *ServiceAccountKeyListResponse) GetKeyAlgorithm() (ret ServiceAccountKeyListResponseGetKeyAlgorithmRetType)
- func (o *ServiceAccountKeyListResponse) GetKeyAlgorithmOk() (ret ServiceAccountKeyListResponseGetKeyAlgorithmRetType, ok bool)
- func (o *ServiceAccountKeyListResponse) GetKeyOrigin() (ret ServiceAccountKeyListResponseGetKeyOriginRetType)
- func (o *ServiceAccountKeyListResponse) GetKeyOriginOk() (ret ServiceAccountKeyListResponseGetKeyOriginRetType, ok bool)
- func (o *ServiceAccountKeyListResponse) GetKeyType() (ret ServiceAccountKeyListResponseGetKeyTypeRetType)
- func (o *ServiceAccountKeyListResponse) GetKeyTypeOk() (ret ServiceAccountKeyListResponseGetKeyTypeRetType, ok bool)
- func (o *ServiceAccountKeyListResponse) GetValidUntil() (res ServiceAccountKeyListResponseGetValidUntilRetType)
- func (o *ServiceAccountKeyListResponse) GetValidUntilOk() (ret ServiceAccountKeyListResponseGetValidUntilRetType, ok bool)
- func (o *ServiceAccountKeyListResponse) HasValidUntil() bool
- func (o *ServiceAccountKeyListResponse) SetActive(v ServiceAccountKeyListResponsegetActiveRetType)
- func (o *ServiceAccountKeyListResponse) SetCreatedAt(v ServiceAccountKeyListResponseGetCreatedAtRetType)
- func (o *ServiceAccountKeyListResponse) SetId(v ServiceAccountKeyListResponseGetIdRetType)
- func (o *ServiceAccountKeyListResponse) SetKeyAlgorithm(v ServiceAccountKeyListResponseGetKeyAlgorithmRetType)
- func (o *ServiceAccountKeyListResponse) SetKeyOrigin(v ServiceAccountKeyListResponseGetKeyOriginRetType)
- func (o *ServiceAccountKeyListResponse) SetKeyType(v ServiceAccountKeyListResponseGetKeyTypeRetType)
- func (o *ServiceAccountKeyListResponse) SetValidUntil(v ServiceAccountKeyListResponseGetValidUntilRetType)
- func (o ServiceAccountKeyListResponse) ToMap() (map[string]interface{}, error)
- type ServiceAccountKeyListResponseGetCreatedAtArgType
- type ServiceAccountKeyListResponseGetCreatedAtAttributeType
- type ServiceAccountKeyListResponseGetCreatedAtRetType
- type ServiceAccountKeyListResponseGetIdArgType
- type ServiceAccountKeyListResponseGetIdAttributeType
- type ServiceAccountKeyListResponseGetIdRetType
- type ServiceAccountKeyListResponseGetKeyAlgorithmArgType
- type ServiceAccountKeyListResponseGetKeyAlgorithmAttributeType
- type ServiceAccountKeyListResponseGetKeyAlgorithmRetType
- type ServiceAccountKeyListResponseGetKeyOriginArgType
- type ServiceAccountKeyListResponseGetKeyOriginAttributeType
- type ServiceAccountKeyListResponseGetKeyOriginRetType
- type ServiceAccountKeyListResponseGetKeyTypeArgType
- type ServiceAccountKeyListResponseGetKeyTypeAttributeType
- type ServiceAccountKeyListResponseGetKeyTypeRetType
- type ServiceAccountKeyListResponseGetValidUntilArgType
- type ServiceAccountKeyListResponseGetValidUntilAttributeType
- type ServiceAccountKeyListResponseGetValidUntilRetType
- type ServiceAccountKeyListResponsegetActiveArgType
- type ServiceAccountKeyListResponsegetActiveAttributeType
- type ServiceAccountKeyListResponsegetActiveRetType
- type ServiceAccountgetInternalArgType
- type ServiceAccountgetInternalAttributeType
- type ServiceAccountgetInternalRetType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object
func ParameterValueToString ¶
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient manages communication with the Service Account API API v2.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Optionally receives configuration options
func (*APIClient) CreateAccessToken ¶
func (a *APIClient) CreateAccessToken(ctx context.Context, projectId string, serviceAccountEmail string) ApiCreateAccessTokenRequest
CreateAccessToken: Create a new Access Token
Create an Access Token for a Service Account. The service token can be then used for API calls. Save the response token, as it is not recoverable later. Token metadata can be requested until the token is not expired. A token cannot be created using another token from the same service account. Consider using service account keys instead as a more secure and automation friendly solution.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The ID of the project. @param serviceAccountEmail The email of the Service Account. @return ApiCreateAccessTokenRequest
func (*APIClient) CreateAccessTokenExecute ¶
func (*APIClient) CreateServiceAccount ¶
func (a *APIClient) CreateServiceAccount(ctx context.Context, projectId string) ApiCreateServiceAccountRequest
CreateServiceAccount: Create a new Service Account
Create a new Service Account in a project. The service account only resides in the project, and initially has no roles or permissions on any resources. After creation, the service account can be assigned to this project, other projects in the parent organization or to the parent organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The ID of the project. @return ApiCreateServiceAccountRequest
func (*APIClient) CreateServiceAccountExecute ¶
func (*APIClient) CreateServiceAccountKey ¶
func (a *APIClient) CreateServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string) ApiCreateServiceAccountKeyRequest
CreateServiceAccountKey: Create a new Service Account key
Create a new key to the service account. You can generate an RSA keypair, and post the PUBLIC part of the keypair, or leave empty, then the service will generate a pair. Maximum of 10 key can be added. A new key cannot be created using the same service account (authenticated using the short lived token of another key of the same service account).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The ID of the project. @param serviceAccountEmail The email of the service account. @return ApiCreateServiceAccountKeyRequest
func (*APIClient) CreateServiceAccountKeyExecute ¶
func (*APIClient) CreateShortLivedAccessToken ¶
func (a *APIClient) CreateShortLivedAccessToken(ctx context.Context) ApiCreateShortLivedAccessTokenRequest
CreateShortLivedAccessToken: Request short lived API access token (OAUTH2).
Request a short lived API access token with OAUTH2. Compatible with [Using JWTs as Authorization Grants](https://www.rfc-editor.org/rfc/rfc7523.html#section-2.1) You can request a token with a self signed token, or with a refresh token.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateShortLivedAccessTokenRequest
func (*APIClient) CreateShortLivedAccessTokenExecute ¶
func (a *APIClient) CreateShortLivedAccessTokenExecute(ctx context.Context) (*CreateShortLivedAccessTokenResponse, error)
func (*APIClient) DeleteAccessToken ¶
func (a *APIClient) DeleteAccessToken(ctx context.Context, projectId string, serviceAccountEmail string, accessTokenId string) ApiDeleteAccessTokenRequest
DeleteAccessToken: Revoke Access Token
Revoke an Access Token. The access token is instantly revoked, any following calls with the token will be unauthorized. The token metadata is still stored until the expiration time.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The ID of the project. @param serviceAccountEmail The ID of the Service Account. @param accessTokenId The ID of the Access Token. @return ApiDeleteAccessTokenRequest
func (*APIClient) DeleteAccessTokenExecute ¶
func (*APIClient) DeleteServiceAccount ¶
func (a *APIClient) DeleteServiceAccount(ctx context.Context, projectId string, serviceAccountEmail string) ApiDeleteServiceAccountRequest
DeleteServiceAccount: Delete Service Account
Delete a Service Account.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The ID of the project. @param serviceAccountEmail The email of the Service Account. @return ApiDeleteServiceAccountRequest
func (*APIClient) DeleteServiceAccountExecute ¶
func (*APIClient) DeleteServiceAccountKey ¶
func (a *APIClient) DeleteServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, keyId string) ApiDeleteServiceAccountKeyRequest
DeleteServiceAccountKey: Delete a service account key
Delete a key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The ID of the project. @param serviceAccountEmail The email of the service account. @param keyId ID of the key. @return ApiDeleteServiceAccountKeyRequest
func (*APIClient) DeleteServiceAccountKeyExecute ¶
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *config.Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
func (*APIClient) GetJWKS ¶
func (a *APIClient) GetJWKS(ctx context.Context, serviceAccountEmail string) ApiGetJWKSRequest
GetJWKS: Get JSON Web Key set of the service account
Get JSON Web Key set of the service account
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serviceAccountEmail The email of the service account. @return ApiGetJWKSRequest
func (*APIClient) GetJWKSExecute ¶
func (*APIClient) GetServiceAccountKey ¶
func (a *APIClient) GetServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, keyId string) ApiGetServiceAccountKeyRequest
GetServiceAccountKey: Get service account key details
Get key details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The ID of the project. @param serviceAccountEmail The email of the service account. @param keyId ID of the key. @return ApiGetServiceAccountKeyRequest
func (*APIClient) GetServiceAccountKeyExecute ¶
func (*APIClient) ListAccessTokens ¶
func (a *APIClient) ListAccessTokens(ctx context.Context, projectId string, serviceAccountEmail string) ApiListAccessTokensRequest
ListAccessTokens: List Access Tokens of Service Account
Get all Access Tokens of a Service Account. The token itself is not returned, only the metadata about the access tokens. Access tokens are listed until they are expired. Revoked tokens are returned until expired.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The ID of the project. @param serviceAccountEmail The email of the Service Account. @return ApiListAccessTokensRequest
func (*APIClient) ListAccessTokensExecute ¶
func (*APIClient) ListServiceAccountKeys ¶
func (a *APIClient) ListServiceAccountKeys(ctx context.Context, projectId string, serviceAccountEmail string) ApiListServiceAccountKeysRequest
ListServiceAccountKeys: List all keys that belong to the service account
List all keys that belong to the service account
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The ID of the project. @param serviceAccountEmail The email of the service account. @return ApiListServiceAccountKeysRequest
func (*APIClient) ListServiceAccountKeysExecute ¶
func (*APIClient) ListServiceAccounts ¶
func (a *APIClient) ListServiceAccounts(ctx context.Context, projectId string) ApiListServiceAccountsRequest
ListServiceAccounts: List all Service Accounts
List all Service Account resources in a project. Returns the service account resources, not the service accounts that has access to the project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The ID of the project. @return ApiListServiceAccountsRequest
func (*APIClient) ListServiceAccountsExecute ¶
func (*APIClient) PartialUpdateServiceAccountKey ¶
func (a *APIClient) PartialUpdateServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, keyId string) ApiPartialUpdateServiceAccountKeyRequest
PartialUpdateServiceAccountKey: Update Service Account key
Update a key. You can activate or deactivate a key, or set/delete validUntil. The key cannot be updated using the same service account (authenticated using the short lived token of the key).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The ID of the project. @param serviceAccountEmail The email of the service account. @param keyId ID of the key. @return ApiPartialUpdateServiceAccountKeyRequest
func (*APIClient) PartialUpdateServiceAccountKeyExecute ¶
type AccessToken ¶
type AccessToken struct {
// Newly created access tokens are valid, and can be revoked if needed.
// REQUIRED
Active AccessTokengetActiveAttributeType `json:"active"`
// Creation time of the access token.
// REQUIRED
CreatedAt AccessTokenGetCreatedAtAttributeType `json:"createdAt"`
// Unique ID of the access token. Also used as JTI field.
// REQUIRED
Id AccessTokenGetIdAttributeType `json:"id"`
// The access token in JWT format. Use this with `Bearer` prefix for API calls. Store it, as it is not recoverable later.
// REQUIRED
Token AccessTokenGetTokenAttributeType `json:"token"`
// Approximate expiration time of the access token. Check the JWT for actual validity date.
// REQUIRED
ValidUntil AccessTokenGetValidUntilAttributeType `json:"validUntil"`
}
AccessToken Contains token metadata and actual token.
func NewAccessToken ¶ added in v0.5.0
func NewAccessToken(active AccessTokengetActiveArgType, createdAt AccessTokenGetCreatedAtArgType, id AccessTokenGetIdArgType, token AccessTokenGetTokenArgType, validUntil AccessTokenGetValidUntilArgType) *AccessToken
NewAccessToken instantiates a new AccessToken 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 NewAccessTokenWithDefaults ¶ added in v0.5.0
func NewAccessTokenWithDefaults() *AccessToken
NewAccessTokenWithDefaults instantiates a new AccessToken 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 (*AccessToken) GetActive ¶ added in v0.5.0
func (o *AccessToken) GetActive() (ret AccessTokengetActiveRetType)
GetActive returns the Active field value
func (*AccessToken) GetActiveOk ¶ added in v0.5.0
func (o *AccessToken) GetActiveOk() (ret AccessTokengetActiveRetType, ok bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*AccessToken) GetCreatedAt ¶ added in v0.5.0
func (o *AccessToken) GetCreatedAt() (ret AccessTokenGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value
func (*AccessToken) GetCreatedAtOk ¶ added in v0.5.0
func (o *AccessToken) GetCreatedAtOk() (ret AccessTokenGetCreatedAtRetType, ok bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AccessToken) GetId ¶ added in v0.5.0
func (o *AccessToken) GetId() (ret AccessTokenGetIdRetType)
GetId returns the Id field value
func (*AccessToken) GetIdOk ¶ added in v0.5.0
func (o *AccessToken) GetIdOk() (ret AccessTokenGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessToken) GetToken ¶ added in v0.5.0
func (o *AccessToken) GetToken() (ret AccessTokenGetTokenRetType)
GetToken returns the Token field value
func (*AccessToken) GetTokenOk ¶ added in v0.5.0
func (o *AccessToken) GetTokenOk() (ret AccessTokenGetTokenRetType, ok bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (*AccessToken) GetValidUntil ¶ added in v0.5.0
func (o *AccessToken) GetValidUntil() (ret AccessTokenGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value
func (*AccessToken) GetValidUntilOk ¶ added in v0.5.0
func (o *AccessToken) GetValidUntilOk() (ret AccessTokenGetValidUntilRetType, ok bool)
GetValidUntilOk returns a tuple with the ValidUntil field value and a boolean to check if the value has been set.
func (*AccessToken) SetActive ¶ added in v0.5.0
func (o *AccessToken) SetActive(v AccessTokengetActiveRetType)
SetActive sets field value
func (*AccessToken) SetCreatedAt ¶ added in v0.5.0
func (o *AccessToken) SetCreatedAt(v AccessTokenGetCreatedAtRetType)
SetCreatedAt sets field value
func (*AccessToken) SetId ¶ added in v0.5.0
func (o *AccessToken) SetId(v AccessTokenGetIdRetType)
SetId sets field value
func (*AccessToken) SetToken ¶ added in v0.5.0
func (o *AccessToken) SetToken(v AccessTokenGetTokenRetType)
SetToken sets field value
func (*AccessToken) SetValidUntil ¶ added in v0.5.0
func (o *AccessToken) SetValidUntil(v AccessTokenGetValidUntilRetType)
SetValidUntil sets field value
func (AccessToken) ToMap ¶ added in v0.5.0
func (o AccessToken) ToMap() (map[string]interface{}, error)
type AccessTokenGetCreatedAtArgType ¶ added in v0.6.1
type AccessTokenGetCreatedAtAttributeType ¶ added in v0.6.1
isDateTime
type AccessTokenGetCreatedAtRetType ¶ added in v0.6.1
type AccessTokenGetIdArgType ¶ added in v0.6.1
type AccessTokenGetIdArgType = string
type AccessTokenGetIdAttributeType ¶ added in v0.6.1
type AccessTokenGetIdAttributeType = *string
isNotNullableString
type AccessTokenGetIdRetType ¶ added in v0.6.1
type AccessTokenGetIdRetType = string
type AccessTokenGetTokenArgType ¶ added in v0.6.1
type AccessTokenGetTokenArgType = string
type AccessTokenGetTokenAttributeType ¶ added in v0.6.1
type AccessTokenGetTokenAttributeType = *string
isNotNullableString
type AccessTokenGetTokenRetType ¶ added in v0.6.1
type AccessTokenGetTokenRetType = string
type AccessTokenGetValidUntilArgType ¶ added in v0.6.1
type AccessTokenGetValidUntilAttributeType ¶ added in v0.6.1
isDateTime
type AccessTokenGetValidUntilRetType ¶ added in v0.6.1
type AccessTokenMetadata ¶
type AccessTokenMetadata struct {
// If true, access token can be used for authorized API calls, if false, the token is not usable anymore.
// REQUIRED
Active AccessTokenMetadatagetActiveAttributeType `json:"active"`
// Creation time of the access token.
// REQUIRED
CreatedAt AccessTokenMetadataGetCreatedAtAttributeType `json:"createdAt"`
// Unique ID of the access token. Also used as JTI field.
// REQUIRED
Id AccessTokenMetadataGetIdAttributeType `json:"id"`
// Approximate expiration time of the access token. Check the JWT for actual validity date.
// REQUIRED
ValidUntil AccessTokenMetadataGetValidUntilAttributeType `json:"validUntil"`
}
AccessTokenMetadata Does not contain the actual token.
func NewAccessTokenMetadata ¶ added in v0.5.0
func NewAccessTokenMetadata(active AccessTokenMetadatagetActiveArgType, createdAt AccessTokenMetadataGetCreatedAtArgType, id AccessTokenMetadataGetIdArgType, validUntil AccessTokenMetadataGetValidUntilArgType) *AccessTokenMetadata
NewAccessTokenMetadata instantiates a new AccessTokenMetadata 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 NewAccessTokenMetadataWithDefaults ¶ added in v0.5.0
func NewAccessTokenMetadataWithDefaults() *AccessTokenMetadata
NewAccessTokenMetadataWithDefaults instantiates a new AccessTokenMetadata 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 (*AccessTokenMetadata) GetActive ¶ added in v0.5.0
func (o *AccessTokenMetadata) GetActive() (ret AccessTokenMetadatagetActiveRetType)
GetActive returns the Active field value
func (*AccessTokenMetadata) GetActiveOk ¶ added in v0.5.0
func (o *AccessTokenMetadata) GetActiveOk() (ret AccessTokenMetadatagetActiveRetType, ok bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*AccessTokenMetadata) GetCreatedAt ¶ added in v0.5.0
func (o *AccessTokenMetadata) GetCreatedAt() (ret AccessTokenMetadataGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value
func (*AccessTokenMetadata) GetCreatedAtOk ¶ added in v0.5.0
func (o *AccessTokenMetadata) GetCreatedAtOk() (ret AccessTokenMetadataGetCreatedAtRetType, ok bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AccessTokenMetadata) GetId ¶ added in v0.5.0
func (o *AccessTokenMetadata) GetId() (ret AccessTokenMetadataGetIdRetType)
GetId returns the Id field value
func (*AccessTokenMetadata) GetIdOk ¶ added in v0.5.0
func (o *AccessTokenMetadata) GetIdOk() (ret AccessTokenMetadataGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessTokenMetadata) GetValidUntil ¶ added in v0.5.0
func (o *AccessTokenMetadata) GetValidUntil() (ret AccessTokenMetadataGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value
func (*AccessTokenMetadata) GetValidUntilOk ¶ added in v0.5.0
func (o *AccessTokenMetadata) GetValidUntilOk() (ret AccessTokenMetadataGetValidUntilRetType, ok bool)
GetValidUntilOk returns a tuple with the ValidUntil field value and a boolean to check if the value has been set.
func (*AccessTokenMetadata) SetActive ¶ added in v0.5.0
func (o *AccessTokenMetadata) SetActive(v AccessTokenMetadatagetActiveRetType)
SetActive sets field value
func (*AccessTokenMetadata) SetCreatedAt ¶ added in v0.5.0
func (o *AccessTokenMetadata) SetCreatedAt(v AccessTokenMetadataGetCreatedAtRetType)
SetCreatedAt sets field value
func (*AccessTokenMetadata) SetId ¶ added in v0.5.0
func (o *AccessTokenMetadata) SetId(v AccessTokenMetadataGetIdRetType)
SetId sets field value
func (*AccessTokenMetadata) SetValidUntil ¶ added in v0.5.0
func (o *AccessTokenMetadata) SetValidUntil(v AccessTokenMetadataGetValidUntilRetType)
SetValidUntil sets field value
func (AccessTokenMetadata) ToMap ¶ added in v0.5.0
func (o AccessTokenMetadata) ToMap() (map[string]interface{}, error)
type AccessTokenMetadataGetCreatedAtArgType ¶ added in v0.6.1
type AccessTokenMetadataGetCreatedAtAttributeType ¶ added in v0.6.1
isDateTime
type AccessTokenMetadataGetCreatedAtRetType ¶ added in v0.6.1
type AccessTokenMetadataGetIdArgType ¶ added in v0.6.1
type AccessTokenMetadataGetIdArgType = string
type AccessTokenMetadataGetIdAttributeType ¶ added in v0.6.1
type AccessTokenMetadataGetIdAttributeType = *string
isNotNullableString
type AccessTokenMetadataGetIdRetType ¶ added in v0.6.1
type AccessTokenMetadataGetIdRetType = string
type AccessTokenMetadataGetValidUntilArgType ¶ added in v0.6.1
type AccessTokenMetadataGetValidUntilAttributeType ¶ added in v0.6.1
isDateTime
type AccessTokenMetadataGetValidUntilRetType ¶ added in v0.6.1
type AccessTokenMetadatagetActiveArgType ¶ added in v0.6.1
type AccessTokenMetadatagetActiveArgType = bool
type AccessTokenMetadatagetActiveAttributeType ¶ added in v0.6.1
type AccessTokenMetadatagetActiveAttributeType = *bool
isBoolean
type AccessTokenMetadatagetActiveRetType ¶ added in v0.6.1
type AccessTokenMetadatagetActiveRetType = bool
type AccessTokengetActiveArgType ¶ added in v0.6.1
type AccessTokengetActiveArgType = bool
type AccessTokengetActiveAttributeType ¶ added in v0.6.1
type AccessTokengetActiveAttributeType = *bool
isBoolean
type AccessTokengetActiveRetType ¶ added in v0.6.1
type AccessTokengetActiveRetType = bool
type ApiCreateAccessTokenRequest ¶
type ApiCreateAccessTokenRequest struct {
// contains filtered or unexported fields
}
func (ApiCreateAccessTokenRequest) CreateAccessTokenPayload ¶
func (r ApiCreateAccessTokenRequest) CreateAccessTokenPayload(createAccessTokenPayload CreateAccessTokenPayload) ApiCreateAccessTokenRequest
func (ApiCreateAccessTokenRequest) Execute ¶
func (r ApiCreateAccessTokenRequest) Execute() (*AccessToken, error)
type ApiCreateServiceAccountKeyRequest ¶
type ApiCreateServiceAccountKeyRequest struct {
// contains filtered or unexported fields
}
func (ApiCreateServiceAccountKeyRequest) CreateServiceAccountKeyPayload ¶
func (r ApiCreateServiceAccountKeyRequest) CreateServiceAccountKeyPayload(createServiceAccountKeyPayload CreateServiceAccountKeyPayload) ApiCreateServiceAccountKeyRequest
func (ApiCreateServiceAccountKeyRequest) Execute ¶
func (r ApiCreateServiceAccountKeyRequest) Execute() (*CreateServiceAccountKeyResponse, error)
type ApiCreateServiceAccountRequest ¶
type ApiCreateServiceAccountRequest struct {
// contains filtered or unexported fields
}
func (ApiCreateServiceAccountRequest) CreateServiceAccountPayload ¶
func (r ApiCreateServiceAccountRequest) CreateServiceAccountPayload(createServiceAccountPayload CreateServiceAccountPayload) ApiCreateServiceAccountRequest
func (ApiCreateServiceAccountRequest) Execute ¶
func (r ApiCreateServiceAccountRequest) Execute() (*ServiceAccount, error)
type ApiCreateShortLivedAccessTokenRequest ¶
type ApiCreateShortLivedAccessTokenRequest struct {
// contains filtered or unexported fields
}
func (ApiCreateShortLivedAccessTokenRequest) Assertion ¶
func (r ApiCreateShortLivedAccessTokenRequest) Assertion(assertion string) ApiCreateShortLivedAccessTokenRequest
func (ApiCreateShortLivedAccessTokenRequest) Execute ¶
func (r ApiCreateShortLivedAccessTokenRequest) Execute() (*CreateShortLivedAccessTokenResponse, error)
func (ApiCreateShortLivedAccessTokenRequest) GrantType ¶
func (r ApiCreateShortLivedAccessTokenRequest) GrantType(grantType string) ApiCreateShortLivedAccessTokenRequest
func (ApiCreateShortLivedAccessTokenRequest) RefreshToken ¶
func (r ApiCreateShortLivedAccessTokenRequest) RefreshToken(refreshToken string) ApiCreateShortLivedAccessTokenRequest
type ApiDeleteAccessTokenRequest ¶
type ApiDeleteAccessTokenRequest struct {
// contains filtered or unexported fields
}
func (ApiDeleteAccessTokenRequest) Execute ¶
func (r ApiDeleteAccessTokenRequest) Execute() error
type ApiDeleteServiceAccountKeyRequest ¶
type ApiDeleteServiceAccountKeyRequest struct {
// contains filtered or unexported fields
}
func (ApiDeleteServiceAccountKeyRequest) Execute ¶
func (r ApiDeleteServiceAccountKeyRequest) Execute() error
type ApiDeleteServiceAccountRequest ¶
type ApiDeleteServiceAccountRequest struct {
// contains filtered or unexported fields
}
func (ApiDeleteServiceAccountRequest) Execute ¶
func (r ApiDeleteServiceAccountRequest) Execute() error
type ApiGetJWKSRequest ¶
type ApiGetJWKSRequest struct {
// contains filtered or unexported fields
}
func (ApiGetJWKSRequest) Execute ¶
func (r ApiGetJWKSRequest) Execute() (*JWKS, error)
type ApiGetServiceAccountKeyRequest ¶
type ApiGetServiceAccountKeyRequest struct {
// contains filtered or unexported fields
}
func (ApiGetServiceAccountKeyRequest) Execute ¶
func (r ApiGetServiceAccountKeyRequest) Execute() (*GetServiceAccountKeyResponse, error)
func (ApiGetServiceAccountKeyRequest) Format ¶
func (r ApiGetServiceAccountKeyRequest) Format(format string) ApiGetServiceAccountKeyRequest
type ApiListAccessTokensRequest ¶
type ApiListAccessTokensRequest struct {
// contains filtered or unexported fields
}
func (ApiListAccessTokensRequest) Execute ¶
func (r ApiListAccessTokensRequest) Execute() (*ListAccessTokensResponse, error)
type ApiListServiceAccountKeysRequest ¶
type ApiListServiceAccountKeysRequest struct {
// contains filtered or unexported fields
}
func (ApiListServiceAccountKeysRequest) Execute ¶
func (r ApiListServiceAccountKeysRequest) Execute() (*ListServiceAccountKeysResponse, error)
type ApiListServiceAccountsRequest ¶
type ApiListServiceAccountsRequest struct {
// contains filtered or unexported fields
}
func (ApiListServiceAccountsRequest) Execute ¶
func (r ApiListServiceAccountsRequest) Execute() (*ListServiceAccountsResponse, error)
type ApiPartialUpdateServiceAccountKeyRequest ¶
type ApiPartialUpdateServiceAccountKeyRequest struct {
// contains filtered or unexported fields
}
func (ApiPartialUpdateServiceAccountKeyRequest) Execute ¶
func (r ApiPartialUpdateServiceAccountKeyRequest) Execute() (*PartialUpdateServiceAccountKeyResponse, error)
func (ApiPartialUpdateServiceAccountKeyRequest) PartialUpdateServiceAccountKeyPayload ¶
func (r ApiPartialUpdateServiceAccountKeyRequest) PartialUpdateServiceAccountKeyPayload(partialUpdateServiceAccountKeyPayload PartialUpdateServiceAccountKeyPayload) ApiPartialUpdateServiceAccountKeyRequest
type AuthError ¶
type AuthError struct {
// REQUIRED
Error AuthErrorGetErrorAttributeType `json:"error"`
}
AuthError struct for AuthError
func NewAuthError ¶ added in v0.5.0
func NewAuthError(error_ AuthErrorGetErrorArgType) *AuthError
NewAuthError instantiates a new AuthError 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 NewAuthErrorWithDefaults ¶ added in v0.5.0
func NewAuthErrorWithDefaults() *AuthError
NewAuthErrorWithDefaults instantiates a new AuthError 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 (*AuthError) GetError ¶ added in v0.5.0
func (o *AuthError) GetError() (ret AuthErrorGetErrorRetType)
GetError returns the Error field value
func (*AuthError) GetErrorOk ¶ added in v0.5.0
func (o *AuthError) GetErrorOk() (ret AuthErrorGetErrorRetType, ok bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*AuthError) SetError ¶ added in v0.5.0
func (o *AuthError) SetError(v AuthErrorGetErrorRetType)
SetError sets field value
type AuthErrorError ¶
type AuthErrorError struct {
// REQUIRED
Code AuthErrorErrorGetCodeAttributeType `json:"code"`
// REQUIRED
Message AuthErrorErrorGetMessageAttributeType `json:"message"`
// REQUIRED
Status AuthErrorErrorGetStatusAttributeType `json:"status"`
}
AuthErrorError struct for AuthErrorError
func NewAuthErrorError ¶ added in v0.5.0
func NewAuthErrorError(code AuthErrorErrorGetCodeArgType, message AuthErrorErrorGetMessageArgType, status AuthErrorErrorGetStatusArgType) *AuthErrorError
NewAuthErrorError instantiates a new AuthErrorError 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 NewAuthErrorErrorWithDefaults ¶ added in v0.5.0
func NewAuthErrorErrorWithDefaults() *AuthErrorError
NewAuthErrorErrorWithDefaults instantiates a new AuthErrorError 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 (*AuthErrorError) GetCode ¶ added in v0.5.0
func (o *AuthErrorError) GetCode() (ret AuthErrorErrorGetCodeRetType)
GetCode returns the Code field value
func (*AuthErrorError) GetCodeOk ¶ added in v0.5.0
func (o *AuthErrorError) GetCodeOk() (ret AuthErrorErrorGetCodeRetType, ok bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*AuthErrorError) GetMessage ¶ added in v0.5.0
func (o *AuthErrorError) GetMessage() (ret AuthErrorErrorGetMessageRetType)
GetMessage returns the Message field value
func (*AuthErrorError) GetMessageOk ¶ added in v0.5.0
func (o *AuthErrorError) GetMessageOk() (ret AuthErrorErrorGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*AuthErrorError) GetStatus ¶ added in v0.5.0
func (o *AuthErrorError) GetStatus() (ret AuthErrorErrorGetStatusRetType)
GetStatus returns the Status field value
func (*AuthErrorError) GetStatusOk ¶ added in v0.5.0
func (o *AuthErrorError) GetStatusOk() (ret AuthErrorErrorGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*AuthErrorError) SetCode ¶ added in v0.5.0
func (o *AuthErrorError) SetCode(v AuthErrorErrorGetCodeRetType)
SetCode sets field value
func (*AuthErrorError) SetMessage ¶ added in v0.5.0
func (o *AuthErrorError) SetMessage(v AuthErrorErrorGetMessageRetType)
SetMessage sets field value
func (*AuthErrorError) SetStatus ¶ added in v0.5.0
func (o *AuthErrorError) SetStatus(v AuthErrorErrorGetStatusRetType)
SetStatus sets field value
func (AuthErrorError) ToMap ¶ added in v0.5.0
func (o AuthErrorError) ToMap() (map[string]interface{}, error)
type AuthErrorErrorGetCodeArgType ¶ added in v0.6.1
type AuthErrorErrorGetCodeArgType = int64
type AuthErrorErrorGetCodeAttributeType ¶ added in v0.6.1
type AuthErrorErrorGetCodeAttributeType = *int64
isInteger
type AuthErrorErrorGetCodeRetType ¶ added in v0.6.1
type AuthErrorErrorGetCodeRetType = int64
type AuthErrorErrorGetMessageArgType ¶ added in v0.6.1
type AuthErrorErrorGetMessageArgType = string
type AuthErrorErrorGetMessageAttributeType ¶ added in v0.6.1
type AuthErrorErrorGetMessageAttributeType = *string
isNotNullableString
type AuthErrorErrorGetMessageRetType ¶ added in v0.6.1
type AuthErrorErrorGetMessageRetType = string
type AuthErrorErrorGetStatusArgType ¶ added in v0.6.1
type AuthErrorErrorGetStatusArgType = string
type AuthErrorErrorGetStatusAttributeType ¶ added in v0.6.1
type AuthErrorErrorGetStatusAttributeType = *string
isNotNullableString
type AuthErrorErrorGetStatusRetType ¶ added in v0.6.1
type AuthErrorErrorGetStatusRetType = string
type AuthErrorGetErrorArgType ¶ added in v0.6.1
type AuthErrorGetErrorArgType = AuthErrorError
type AuthErrorGetErrorAttributeType ¶ added in v0.6.1
type AuthErrorGetErrorAttributeType = *AuthErrorError
isModel
type AuthErrorGetErrorRetType ¶ added in v0.6.1
type AuthErrorGetErrorRetType = AuthErrorError
type CreateAccessTokenPayload ¶
type CreateAccessTokenPayload struct {
// The duration in days for how long the new Access Token should be valid.
// REQUIRED
TtlDays CreateAccessTokenPayloadGetTtlDaysAttributeType `json:"ttlDays"`
}
CreateAccessTokenPayload struct for CreateAccessTokenPayload
func NewCreateAccessTokenPayload ¶ added in v0.5.0
func NewCreateAccessTokenPayload(ttlDays CreateAccessTokenPayloadGetTtlDaysArgType) *CreateAccessTokenPayload
NewCreateAccessTokenPayload instantiates a new CreateAccessTokenPayload 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 NewCreateAccessTokenPayloadWithDefaults ¶ added in v0.5.0
func NewCreateAccessTokenPayloadWithDefaults() *CreateAccessTokenPayload
NewCreateAccessTokenPayloadWithDefaults instantiates a new CreateAccessTokenPayload 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 (*CreateAccessTokenPayload) GetTtlDays ¶ added in v0.5.0
func (o *CreateAccessTokenPayload) GetTtlDays() (ret CreateAccessTokenPayloadGetTtlDaysRetType)
GetTtlDays returns the TtlDays field value
func (*CreateAccessTokenPayload) GetTtlDaysOk ¶ added in v0.5.0
func (o *CreateAccessTokenPayload) GetTtlDaysOk() (ret CreateAccessTokenPayloadGetTtlDaysRetType, ok bool)
GetTtlDaysOk returns a tuple with the TtlDays field value and a boolean to check if the value has been set.
func (*CreateAccessTokenPayload) SetTtlDays ¶ added in v0.5.0
func (o *CreateAccessTokenPayload) SetTtlDays(v CreateAccessTokenPayloadGetTtlDaysRetType)
SetTtlDays sets field value
func (CreateAccessTokenPayload) ToMap ¶ added in v0.5.0
func (o CreateAccessTokenPayload) ToMap() (map[string]interface{}, error)
type CreateAccessTokenPayloadGetTtlDaysArgType ¶ added in v0.6.1
type CreateAccessTokenPayloadGetTtlDaysArgType = int64
type CreateAccessTokenPayloadGetTtlDaysAttributeType ¶ added in v0.6.1
type CreateAccessTokenPayloadGetTtlDaysAttributeType = *int64
isInteger
type CreateAccessTokenPayloadGetTtlDaysRetType ¶ added in v0.6.1
type CreateAccessTokenPayloadGetTtlDaysRetType = int64
type CreateServiceAccountKeyPayload ¶
type CreateServiceAccountKeyPayload struct {
// Optional, public key part of the user generated RSA key-pair wrapped in a [X.509 v3 certificate](https://www.rfc-editor.org/rfc/rfc5280)
PublicKey CreateServiceAccountKeyPayloadGetPublicKeyAttributeType `json:"publicKey,omitempty"`
// Optional, date of key expiration. When omitted, key is valid until deleted
ValidUntil CreateServiceAccountKeyPayloadGetValidUntilAttributeType `json:"validUntil,omitempty"`
}
CreateServiceAccountKeyPayload struct for CreateServiceAccountKeyPayload
func NewCreateServiceAccountKeyPayload ¶ added in v0.5.0
func NewCreateServiceAccountKeyPayload() *CreateServiceAccountKeyPayload
NewCreateServiceAccountKeyPayload instantiates a new CreateServiceAccountKeyPayload 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 NewCreateServiceAccountKeyPayloadWithDefaults ¶ added in v0.5.0
func NewCreateServiceAccountKeyPayloadWithDefaults() *CreateServiceAccountKeyPayload
NewCreateServiceAccountKeyPayloadWithDefaults instantiates a new CreateServiceAccountKeyPayload 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 (*CreateServiceAccountKeyPayload) GetPublicKey ¶ added in v0.5.0
func (o *CreateServiceAccountKeyPayload) GetPublicKey() (res CreateServiceAccountKeyPayloadGetPublicKeyRetType)
GetPublicKey returns the PublicKey field value if set, zero value otherwise.
func (*CreateServiceAccountKeyPayload) GetPublicKeyOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyPayload) GetPublicKeyOk() (ret CreateServiceAccountKeyPayloadGetPublicKeyRetType, ok bool)
GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyPayload) GetValidUntil ¶ added in v0.5.0
func (o *CreateServiceAccountKeyPayload) GetValidUntil() (res CreateServiceAccountKeyPayloadGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value if set, zero value otherwise.
func (*CreateServiceAccountKeyPayload) GetValidUntilOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyPayload) GetValidUntilOk() (ret CreateServiceAccountKeyPayloadGetValidUntilRetType, ok bool)
GetValidUntilOk returns a tuple with the ValidUntil field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyPayload) HasPublicKey ¶ added in v0.5.0
func (o *CreateServiceAccountKeyPayload) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (*CreateServiceAccountKeyPayload) HasValidUntil ¶ added in v0.5.0
func (o *CreateServiceAccountKeyPayload) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set.
func (*CreateServiceAccountKeyPayload) SetPublicKey ¶ added in v0.5.0
func (o *CreateServiceAccountKeyPayload) SetPublicKey(v CreateServiceAccountKeyPayloadGetPublicKeyRetType)
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field.
func (*CreateServiceAccountKeyPayload) SetValidUntil ¶ added in v0.5.0
func (o *CreateServiceAccountKeyPayload) SetValidUntil(v CreateServiceAccountKeyPayloadGetValidUntilRetType)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field.
func (CreateServiceAccountKeyPayload) ToMap ¶ added in v0.5.0
func (o CreateServiceAccountKeyPayload) ToMap() (map[string]interface{}, error)
type CreateServiceAccountKeyPayloadGetPublicKeyArgType ¶ added in v0.6.1
type CreateServiceAccountKeyPayloadGetPublicKeyArgType = string
type CreateServiceAccountKeyPayloadGetPublicKeyAttributeType ¶ added in v0.6.1
type CreateServiceAccountKeyPayloadGetPublicKeyAttributeType = *string
isNotNullableString
type CreateServiceAccountKeyPayloadGetPublicKeyRetType ¶ added in v0.6.1
type CreateServiceAccountKeyPayloadGetPublicKeyRetType = string
type CreateServiceAccountKeyPayloadGetValidUntilArgType ¶ added in v0.6.1
type CreateServiceAccountKeyPayloadGetValidUntilAttributeType ¶ added in v0.6.1
isDateTime
type CreateServiceAccountKeyPayloadGetValidUntilRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponse ¶
type CreateServiceAccountKeyResponse struct {
// REQUIRED
Active CreateServiceAccountKeyResponsegetActiveAttributeType `json:"active"`
// Creation time of the key
// REQUIRED
CreatedAt CreateServiceAccountKeyResponseGetCreatedAtAttributeType `json:"createdAt"`
// REQUIRED
Credentials CreateServiceAccountKeyResponseGetCredentialsAttributeType `json:"credentials"`
// Unique ID of the key.
// REQUIRED
Id CreateServiceAccountKeyResponseGetIdAttributeType `json:"id"`
// REQUIRED
KeyAlgorithm CreateServiceAccountKeyResponseGetKeyAlgorithmAttributeType `json:"keyAlgorithm"`
// REQUIRED
KeyOrigin CreateServiceAccountKeyResponseGetKeyOriginAttributeType `json:"keyOrigin"`
// REQUIRED
KeyType CreateServiceAccountKeyResponseGetKeyTypeAttributeType `json:"keyType"`
// Public key, that was provider, or was generated by the service account API
// REQUIRED
PublicKey CreateServiceAccountKeyResponseGetPublicKeyAttributeType `json:"publicKey"`
// If specified, the timestamp until the key is active. May be null
ValidUntil CreateServiceAccountKeyResponseGetValidUntilAttributeType `json:"validUntil,omitempty"`
}
CreateServiceAccountKeyResponse struct for CreateServiceAccountKeyResponse
func NewCreateServiceAccountKeyResponse ¶ added in v0.5.0
func NewCreateServiceAccountKeyResponse(active CreateServiceAccountKeyResponsegetActiveArgType, createdAt CreateServiceAccountKeyResponseGetCreatedAtArgType, credentials CreateServiceAccountKeyResponseGetCredentialsArgType, id CreateServiceAccountKeyResponseGetIdArgType, keyAlgorithm CreateServiceAccountKeyResponseGetKeyAlgorithmArgType, keyOrigin CreateServiceAccountKeyResponseGetKeyOriginArgType, keyType CreateServiceAccountKeyResponseGetKeyTypeArgType, publicKey CreateServiceAccountKeyResponseGetPublicKeyArgType) *CreateServiceAccountKeyResponse
NewCreateServiceAccountKeyResponse instantiates a new CreateServiceAccountKeyResponse 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 NewCreateServiceAccountKeyResponseWithDefaults ¶ added in v0.5.0
func NewCreateServiceAccountKeyResponseWithDefaults() *CreateServiceAccountKeyResponse
NewCreateServiceAccountKeyResponseWithDefaults instantiates a new CreateServiceAccountKeyResponse 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 (*CreateServiceAccountKeyResponse) GetActive ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetActive() (ret CreateServiceAccountKeyResponsegetActiveRetType)
GetActive returns the Active field value
func (*CreateServiceAccountKeyResponse) GetActiveOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetActiveOk() (ret CreateServiceAccountKeyResponsegetActiveRetType, ok bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponse) GetCreatedAt ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetCreatedAt() (ret CreateServiceAccountKeyResponseGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value
func (*CreateServiceAccountKeyResponse) GetCreatedAtOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetCreatedAtOk() (ret CreateServiceAccountKeyResponseGetCreatedAtRetType, ok bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponse) GetCredentials ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetCredentials() (ret CreateServiceAccountKeyResponseGetCredentialsRetType)
GetCredentials returns the Credentials field value
func (*CreateServiceAccountKeyResponse) GetCredentialsOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetCredentialsOk() (ret CreateServiceAccountKeyResponseGetCredentialsRetType, ok bool)
GetCredentialsOk returns a tuple with the Credentials field value and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponse) GetId ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetId() (ret CreateServiceAccountKeyResponseGetIdRetType)
GetId returns the Id field value
func (*CreateServiceAccountKeyResponse) GetIdOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetIdOk() (ret CreateServiceAccountKeyResponseGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponse) GetKeyAlgorithm ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetKeyAlgorithm() (ret CreateServiceAccountKeyResponseGetKeyAlgorithmRetType)
GetKeyAlgorithm returns the KeyAlgorithm field value
func (*CreateServiceAccountKeyResponse) GetKeyAlgorithmOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetKeyAlgorithmOk() (ret CreateServiceAccountKeyResponseGetKeyAlgorithmRetType, ok bool)
GetKeyAlgorithmOk returns a tuple with the KeyAlgorithm field value and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponse) GetKeyOrigin ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetKeyOrigin() (ret CreateServiceAccountKeyResponseGetKeyOriginRetType)
GetKeyOrigin returns the KeyOrigin field value
func (*CreateServiceAccountKeyResponse) GetKeyOriginOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetKeyOriginOk() (ret CreateServiceAccountKeyResponseGetKeyOriginRetType, ok bool)
GetKeyOriginOk returns a tuple with the KeyOrigin field value and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponse) GetKeyType ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetKeyType() (ret CreateServiceAccountKeyResponseGetKeyTypeRetType)
GetKeyType returns the KeyType field value
func (*CreateServiceAccountKeyResponse) GetKeyTypeOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetKeyTypeOk() (ret CreateServiceAccountKeyResponseGetKeyTypeRetType, ok bool)
GetKeyTypeOk returns a tuple with the KeyType field value and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponse) GetPublicKey ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetPublicKey() (ret CreateServiceAccountKeyResponseGetPublicKeyRetType)
GetPublicKey returns the PublicKey field value
func (*CreateServiceAccountKeyResponse) GetPublicKeyOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetPublicKeyOk() (ret CreateServiceAccountKeyResponseGetPublicKeyRetType, ok bool)
GetPublicKeyOk returns a tuple with the PublicKey field value and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponse) GetValidUntil ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetValidUntil() (res CreateServiceAccountKeyResponseGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value if set, zero value otherwise.
func (*CreateServiceAccountKeyResponse) GetValidUntilOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) GetValidUntilOk() (ret CreateServiceAccountKeyResponseGetValidUntilRetType, ok bool)
GetValidUntilOk returns a tuple with the ValidUntil field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponse) HasValidUntil ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set.
func (*CreateServiceAccountKeyResponse) SetActive ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) SetActive(v CreateServiceAccountKeyResponsegetActiveRetType)
SetActive sets field value
func (*CreateServiceAccountKeyResponse) SetCreatedAt ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) SetCreatedAt(v CreateServiceAccountKeyResponseGetCreatedAtRetType)
SetCreatedAt sets field value
func (*CreateServiceAccountKeyResponse) SetCredentials ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) SetCredentials(v CreateServiceAccountKeyResponseGetCredentialsRetType)
SetCredentials sets field value
func (*CreateServiceAccountKeyResponse) SetId ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) SetId(v CreateServiceAccountKeyResponseGetIdRetType)
SetId sets field value
func (*CreateServiceAccountKeyResponse) SetKeyAlgorithm ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) SetKeyAlgorithm(v CreateServiceAccountKeyResponseGetKeyAlgorithmRetType)
SetKeyAlgorithm sets field value
func (*CreateServiceAccountKeyResponse) SetKeyOrigin ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) SetKeyOrigin(v CreateServiceAccountKeyResponseGetKeyOriginRetType)
SetKeyOrigin sets field value
func (*CreateServiceAccountKeyResponse) SetKeyType ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) SetKeyType(v CreateServiceAccountKeyResponseGetKeyTypeRetType)
SetKeyType sets field value
func (*CreateServiceAccountKeyResponse) SetPublicKey ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) SetPublicKey(v CreateServiceAccountKeyResponseGetPublicKeyRetType)
SetPublicKey sets field value
func (*CreateServiceAccountKeyResponse) SetValidUntil ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponse) SetValidUntil(v CreateServiceAccountKeyResponseGetValidUntilRetType)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field.
func (CreateServiceAccountKeyResponse) ToMap ¶ added in v0.5.0
func (o CreateServiceAccountKeyResponse) ToMap() (map[string]interface{}, error)
type CreateServiceAccountKeyResponseCredentials ¶
type CreateServiceAccountKeyResponseCredentials struct {
// Audience - service account API URL
// REQUIRED
Aud CreateServiceAccountKeyResponseCredentialsGetAudAttributeType `json:"aud"`
// Service account email
// REQUIRED
Iss CreateServiceAccountKeyResponseCredentialsGetIssAttributeType `json:"iss"`
// Key id to use
// REQUIRED
Kid CreateServiceAccountKeyResponseCredentialsGetKidAttributeType `json:"kid"`
// Private key. Only present, if the service account API was generating the key. Not recoverable later.
PrivateKey CreateServiceAccountKeyResponseCredentialsGetPrivateKeyAttributeType `json:"privateKey,omitempty"`
// Service account id
// REQUIRED
Sub CreateServiceAccountKeyResponseCredentialsGetSubAttributeType `json:"sub"`
}
CreateServiceAccountKeyResponseCredentials struct for CreateServiceAccountKeyResponseCredentials
func NewCreateServiceAccountKeyResponseCredentials ¶ added in v0.5.0
func NewCreateServiceAccountKeyResponseCredentials(aud CreateServiceAccountKeyResponseCredentialsGetAudArgType, iss CreateServiceAccountKeyResponseCredentialsGetIssArgType, kid CreateServiceAccountKeyResponseCredentialsGetKidArgType, sub CreateServiceAccountKeyResponseCredentialsGetSubArgType) *CreateServiceAccountKeyResponseCredentials
NewCreateServiceAccountKeyResponseCredentials instantiates a new CreateServiceAccountKeyResponseCredentials 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 NewCreateServiceAccountKeyResponseCredentialsWithDefaults ¶ added in v0.5.0
func NewCreateServiceAccountKeyResponseCredentialsWithDefaults() *CreateServiceAccountKeyResponseCredentials
NewCreateServiceAccountKeyResponseCredentialsWithDefaults instantiates a new CreateServiceAccountKeyResponseCredentials 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 (*CreateServiceAccountKeyResponseCredentials) GetAud ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) GetAud() (ret CreateServiceAccountKeyResponseCredentialsGetAudRetType)
GetAud returns the Aud field value
func (*CreateServiceAccountKeyResponseCredentials) GetAudOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) GetAudOk() (ret CreateServiceAccountKeyResponseCredentialsGetAudRetType, ok bool)
GetAudOk returns a tuple with the Aud field value and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponseCredentials) GetIss ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) GetIss() (ret CreateServiceAccountKeyResponseCredentialsGetIssRetType)
GetIss returns the Iss field value
func (*CreateServiceAccountKeyResponseCredentials) GetIssOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) GetIssOk() (ret CreateServiceAccountKeyResponseCredentialsGetIssRetType, ok bool)
GetIssOk returns a tuple with the Iss field value and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponseCredentials) GetKid ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) GetKid() (ret CreateServiceAccountKeyResponseCredentialsGetKidRetType)
GetKid returns the Kid field value
func (*CreateServiceAccountKeyResponseCredentials) GetKidOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) GetKidOk() (ret CreateServiceAccountKeyResponseCredentialsGetKidRetType, ok bool)
GetKidOk returns a tuple with the Kid field value and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponseCredentials) GetPrivateKey ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) GetPrivateKey() (res CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetType)
GetPrivateKey returns the PrivateKey field value if set, zero value otherwise.
func (*CreateServiceAccountKeyResponseCredentials) GetPrivateKeyOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) GetPrivateKeyOk() (ret CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetType, ok bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponseCredentials) GetSub ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) GetSub() (ret CreateServiceAccountKeyResponseCredentialsGetSubRetType)
GetSub returns the Sub field value
func (*CreateServiceAccountKeyResponseCredentials) GetSubOk ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) GetSubOk() (ret CreateServiceAccountKeyResponseCredentialsGetSubRetType, ok bool)
GetSubOk returns a tuple with the Sub field value and a boolean to check if the value has been set.
func (*CreateServiceAccountKeyResponseCredentials) HasPrivateKey ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) HasPrivateKey() bool
HasPrivateKey returns a boolean if a field has been set.
func (*CreateServiceAccountKeyResponseCredentials) SetAud ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) SetAud(v CreateServiceAccountKeyResponseCredentialsGetAudRetType)
SetAud sets field value
func (*CreateServiceAccountKeyResponseCredentials) SetIss ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) SetIss(v CreateServiceAccountKeyResponseCredentialsGetIssRetType)
SetIss sets field value
func (*CreateServiceAccountKeyResponseCredentials) SetKid ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) SetKid(v CreateServiceAccountKeyResponseCredentialsGetKidRetType)
SetKid sets field value
func (*CreateServiceAccountKeyResponseCredentials) SetPrivateKey ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) SetPrivateKey(v CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetType)
SetPrivateKey gets a reference to the given string and assigns it to the PrivateKey field.
func (*CreateServiceAccountKeyResponseCredentials) SetSub ¶ added in v0.5.0
func (o *CreateServiceAccountKeyResponseCredentials) SetSub(v CreateServiceAccountKeyResponseCredentialsGetSubRetType)
SetSub sets field value
func (CreateServiceAccountKeyResponseCredentials) ToMap ¶ added in v0.5.0
func (o CreateServiceAccountKeyResponseCredentials) ToMap() (map[string]interface{}, error)
type CreateServiceAccountKeyResponseCredentialsGetAudArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetAudArgType = string
type CreateServiceAccountKeyResponseCredentialsGetAudAttributeType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetAudAttributeType = *string
isNotNullableString
type CreateServiceAccountKeyResponseCredentialsGetAudRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetAudRetType = string
type CreateServiceAccountKeyResponseCredentialsGetIssArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetIssArgType = string
type CreateServiceAccountKeyResponseCredentialsGetIssAttributeType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetIssAttributeType = *string
isNotNullableString
type CreateServiceAccountKeyResponseCredentialsGetIssRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetIssRetType = string
type CreateServiceAccountKeyResponseCredentialsGetKidArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetKidArgType = string
type CreateServiceAccountKeyResponseCredentialsGetKidAttributeType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetKidAttributeType = *string
isNotNullableString
type CreateServiceAccountKeyResponseCredentialsGetKidRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetKidRetType = string
type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyArgType = string
type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyAttributeType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyAttributeType = *string
isNotNullableString
type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetType = string
type CreateServiceAccountKeyResponseCredentialsGetSubArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetSubArgType = string
type CreateServiceAccountKeyResponseCredentialsGetSubAttributeType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetSubAttributeType = *string
isNotNullableString
type CreateServiceAccountKeyResponseCredentialsGetSubRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseCredentialsGetSubRetType = string
type CreateServiceAccountKeyResponseGetCreatedAtArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetCreatedAtAttributeType ¶ added in v0.6.1
isDateTime
type CreateServiceAccountKeyResponseGetCreatedAtRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetCredentialsArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetCredentialsArgType = CreateServiceAccountKeyResponseCredentials
type CreateServiceAccountKeyResponseGetCredentialsAttributeType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetCredentialsAttributeType = *CreateServiceAccountKeyResponseCredentials
isModel
type CreateServiceAccountKeyResponseGetCredentialsRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetCredentialsRetType = CreateServiceAccountKeyResponseCredentials
type CreateServiceAccountKeyResponseGetIdArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetIdArgType = string
type CreateServiceAccountKeyResponseGetIdAttributeType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetIdAttributeType = *string
isNotNullableString
type CreateServiceAccountKeyResponseGetIdRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetIdRetType = string
type CreateServiceAccountKeyResponseGetKeyAlgorithmArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetKeyAlgorithmArgType = string
type CreateServiceAccountKeyResponseGetKeyAlgorithmAttributeType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetKeyAlgorithmAttributeType = *string
isEnumRef
type CreateServiceAccountKeyResponseGetKeyAlgorithmRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetKeyAlgorithmRetType = string
type CreateServiceAccountKeyResponseGetKeyOriginArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetKeyOriginArgType = string
type CreateServiceAccountKeyResponseGetKeyOriginAttributeType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetKeyOriginAttributeType = *string
isEnumRef
type CreateServiceAccountKeyResponseGetKeyOriginRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetKeyOriginRetType = string
type CreateServiceAccountKeyResponseGetKeyTypeArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetKeyTypeArgType = string
type CreateServiceAccountKeyResponseGetKeyTypeAttributeType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetKeyTypeAttributeType = *string
isEnumRef
type CreateServiceAccountKeyResponseGetKeyTypeRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetKeyTypeRetType = string
type CreateServiceAccountKeyResponseGetPublicKeyArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetPublicKeyArgType = string
type CreateServiceAccountKeyResponseGetPublicKeyAttributeType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetPublicKeyAttributeType = *string
isNotNullableString
type CreateServiceAccountKeyResponseGetPublicKeyRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetPublicKeyRetType = string
type CreateServiceAccountKeyResponseGetValidUntilArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponseGetValidUntilAttributeType ¶ added in v0.6.1
isDateTime
type CreateServiceAccountKeyResponseGetValidUntilRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponsegetActiveArgType ¶ added in v0.6.1
type CreateServiceAccountKeyResponsegetActiveArgType = bool
type CreateServiceAccountKeyResponsegetActiveAttributeType ¶ added in v0.6.1
type CreateServiceAccountKeyResponsegetActiveAttributeType = *bool
isBoolean
type CreateServiceAccountKeyResponsegetActiveRetType ¶ added in v0.6.1
type CreateServiceAccountKeyResponsegetActiveRetType = bool
type CreateServiceAccountPayload ¶
type CreateServiceAccountPayload struct {
// The requested name of the service account. The service will generate a unique email from this name.
// REQUIRED
Name CreateServiceAccountPayloadGetNameAttributeType `json:"name"`
}
CreateServiceAccountPayload struct for CreateServiceAccountPayload
func NewCreateServiceAccountPayload ¶ added in v0.5.0
func NewCreateServiceAccountPayload(name CreateServiceAccountPayloadGetNameArgType) *CreateServiceAccountPayload
NewCreateServiceAccountPayload instantiates a new CreateServiceAccountPayload 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 NewCreateServiceAccountPayloadWithDefaults ¶ added in v0.5.0
func NewCreateServiceAccountPayloadWithDefaults() *CreateServiceAccountPayload
NewCreateServiceAccountPayloadWithDefaults instantiates a new CreateServiceAccountPayload 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 (*CreateServiceAccountPayload) GetName ¶ added in v0.5.0
func (o *CreateServiceAccountPayload) GetName() (ret CreateServiceAccountPayloadGetNameRetType)
GetName returns the Name field value
func (*CreateServiceAccountPayload) GetNameOk ¶ added in v0.5.0
func (o *CreateServiceAccountPayload) GetNameOk() (ret CreateServiceAccountPayloadGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateServiceAccountPayload) SetName ¶ added in v0.5.0
func (o *CreateServiceAccountPayload) SetName(v CreateServiceAccountPayloadGetNameRetType)
SetName sets field value
func (CreateServiceAccountPayload) ToMap ¶ added in v0.5.0
func (o CreateServiceAccountPayload) ToMap() (map[string]interface{}, error)
type CreateServiceAccountPayloadGetNameArgType ¶ added in v0.6.1
type CreateServiceAccountPayloadGetNameArgType = string
type CreateServiceAccountPayloadGetNameAttributeType ¶ added in v0.6.1
type CreateServiceAccountPayloadGetNameAttributeType = *string
isNotNullableString
type CreateServiceAccountPayloadGetNameRetType ¶ added in v0.6.1
type CreateServiceAccountPayloadGetNameRetType = string
type CreateShortLivedAccessTokenResponse ¶
type CreateShortLivedAccessTokenResponse struct {
// The short lived token that can be used for API access
// REQUIRED
AccessToken CreateShortLivedAccessTokenResponseGetAccessTokenAttributeType `json:"access_token"`
// REQUIRED
ExpiresIn CreateShortLivedAccessTokenResponseGetExpiresInAttributeType `json:"expires_in"`
// Refresh token that can be used to request a new access token when it expires (and before refresh token expires). Tokens are rotated.
// REQUIRED
RefreshToken CreateShortLivedAccessTokenResponseGetRefreshTokenAttributeType `json:"refresh_token"`
// scope field of the self signed token
// REQUIRED
Scope CreateShortLivedAccessTokenResponseGetScopeAttributeType `json:"scope"`
// REQUIRED
TokenType CreateShortLivedAccessTokenResponseGetTokenTypeAttributeType `json:"token_type"`
}
CreateShortLivedAccessTokenResponse struct for CreateShortLivedAccessTokenResponse
func NewCreateShortLivedAccessTokenResponse ¶ added in v0.5.0
func NewCreateShortLivedAccessTokenResponse(accessToken CreateShortLivedAccessTokenResponseGetAccessTokenArgType, expiresIn CreateShortLivedAccessTokenResponseGetExpiresInArgType, refreshToken CreateShortLivedAccessTokenResponseGetRefreshTokenArgType, scope CreateShortLivedAccessTokenResponseGetScopeArgType, tokenType CreateShortLivedAccessTokenResponseGetTokenTypeArgType) *CreateShortLivedAccessTokenResponse
NewCreateShortLivedAccessTokenResponse instantiates a new CreateShortLivedAccessTokenResponse 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 NewCreateShortLivedAccessTokenResponseWithDefaults ¶ added in v0.5.0
func NewCreateShortLivedAccessTokenResponseWithDefaults() *CreateShortLivedAccessTokenResponse
NewCreateShortLivedAccessTokenResponseWithDefaults instantiates a new CreateShortLivedAccessTokenResponse 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 (*CreateShortLivedAccessTokenResponse) GetAccessToken ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) GetAccessToken() (ret CreateShortLivedAccessTokenResponseGetAccessTokenRetType)
GetAccessToken returns the AccessToken field value
func (*CreateShortLivedAccessTokenResponse) GetAccessTokenOk ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) GetAccessTokenOk() (ret CreateShortLivedAccessTokenResponseGetAccessTokenRetType, ok bool)
GetAccessTokenOk returns a tuple with the AccessToken field value and a boolean to check if the value has been set.
func (*CreateShortLivedAccessTokenResponse) GetExpiresIn ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) GetExpiresIn() (ret CreateShortLivedAccessTokenResponseGetExpiresInRetType)
GetExpiresIn returns the ExpiresIn field value
func (*CreateShortLivedAccessTokenResponse) GetExpiresInOk ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) GetExpiresInOk() (ret CreateShortLivedAccessTokenResponseGetExpiresInRetType, ok bool)
GetExpiresInOk returns a tuple with the ExpiresIn field value and a boolean to check if the value has been set.
func (*CreateShortLivedAccessTokenResponse) GetRefreshToken ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) GetRefreshToken() (ret CreateShortLivedAccessTokenResponseGetRefreshTokenRetType)
GetRefreshToken returns the RefreshToken field value
func (*CreateShortLivedAccessTokenResponse) GetRefreshTokenOk ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) GetRefreshTokenOk() (ret CreateShortLivedAccessTokenResponseGetRefreshTokenRetType, ok bool)
GetRefreshTokenOk returns a tuple with the RefreshToken field value and a boolean to check if the value has been set.
func (*CreateShortLivedAccessTokenResponse) GetScope ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) GetScope() (ret CreateShortLivedAccessTokenResponseGetScopeRetType)
GetScope returns the Scope field value
func (*CreateShortLivedAccessTokenResponse) GetScopeOk ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) GetScopeOk() (ret CreateShortLivedAccessTokenResponseGetScopeRetType, ok bool)
GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.
func (*CreateShortLivedAccessTokenResponse) GetTokenType ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) GetTokenType() (ret CreateShortLivedAccessTokenResponseGetTokenTypeRetType)
GetTokenType returns the TokenType field value
func (*CreateShortLivedAccessTokenResponse) GetTokenTypeOk ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) GetTokenTypeOk() (ret CreateShortLivedAccessTokenResponseGetTokenTypeRetType, ok bool)
GetTokenTypeOk returns a tuple with the TokenType field value and a boolean to check if the value has been set.
func (*CreateShortLivedAccessTokenResponse) SetAccessToken ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) SetAccessToken(v CreateShortLivedAccessTokenResponseGetAccessTokenRetType)
SetAccessToken sets field value
func (*CreateShortLivedAccessTokenResponse) SetExpiresIn ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) SetExpiresIn(v CreateShortLivedAccessTokenResponseGetExpiresInRetType)
SetExpiresIn sets field value
func (*CreateShortLivedAccessTokenResponse) SetRefreshToken ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) SetRefreshToken(v CreateShortLivedAccessTokenResponseGetRefreshTokenRetType)
SetRefreshToken sets field value
func (*CreateShortLivedAccessTokenResponse) SetScope ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) SetScope(v CreateShortLivedAccessTokenResponseGetScopeRetType)
SetScope sets field value
func (*CreateShortLivedAccessTokenResponse) SetTokenType ¶ added in v0.5.0
func (o *CreateShortLivedAccessTokenResponse) SetTokenType(v CreateShortLivedAccessTokenResponseGetTokenTypeRetType)
SetTokenType sets field value
func (CreateShortLivedAccessTokenResponse) ToMap ¶ added in v0.5.0
func (o CreateShortLivedAccessTokenResponse) ToMap() (map[string]interface{}, error)
type CreateShortLivedAccessTokenResponseGetAccessTokenArgType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetAccessTokenArgType = string
type CreateShortLivedAccessTokenResponseGetAccessTokenAttributeType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetAccessTokenAttributeType = *string
isNotNullableString
type CreateShortLivedAccessTokenResponseGetAccessTokenRetType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetAccessTokenRetType = string
type CreateShortLivedAccessTokenResponseGetExpiresInArgType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetExpiresInArgType = int64
type CreateShortLivedAccessTokenResponseGetExpiresInAttributeType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetExpiresInAttributeType = *int64
isInteger
type CreateShortLivedAccessTokenResponseGetExpiresInRetType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetExpiresInRetType = int64
type CreateShortLivedAccessTokenResponseGetRefreshTokenArgType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetRefreshTokenArgType = string
type CreateShortLivedAccessTokenResponseGetRefreshTokenAttributeType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetRefreshTokenAttributeType = *string
isNotNullableString
type CreateShortLivedAccessTokenResponseGetRefreshTokenRetType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetRefreshTokenRetType = string
type CreateShortLivedAccessTokenResponseGetScopeArgType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetScopeArgType = string
type CreateShortLivedAccessTokenResponseGetScopeAttributeType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetScopeAttributeType = *string
isNotNullableString
type CreateShortLivedAccessTokenResponseGetScopeRetType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetScopeRetType = string
type CreateShortLivedAccessTokenResponseGetTokenTypeArgType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetTokenTypeArgType = string
type CreateShortLivedAccessTokenResponseGetTokenTypeAttributeType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetTokenTypeAttributeType = *string
isEnumRef
type CreateShortLivedAccessTokenResponseGetTokenTypeRetType ¶ added in v0.6.1
type CreateShortLivedAccessTokenResponseGetTokenTypeRetType = string
type Error ¶
type Error struct {
// REQUIRED
Error ErrorGetErrorAttributeType `json:"error"`
// REQUIRED
Message ErrorGetMessageAttributeType `json:"message"`
// REQUIRED
Path ErrorGetPathAttributeType `json:"path"`
// REQUIRED
Status ErrorGetStatusAttributeType `json:"status"`
// REQUIRED
TimeStamp ErrorGetTimeStampAttributeType `json:"timeStamp"`
}
Error Contains error information.
func NewError ¶ added in v0.5.0
func NewError(error_ ErrorGetErrorArgType, message ErrorGetMessageArgType, path ErrorGetPathArgType, status ErrorGetStatusArgType, timeStamp ErrorGetTimeStampArgType) *Error
NewError instantiates a new Error 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 NewErrorWithDefaults ¶ added in v0.5.0
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error 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 (*Error) GetError ¶ added in v0.5.0
func (o *Error) GetError() (ret ErrorGetErrorRetType)
GetError returns the Error field value
func (*Error) GetErrorOk ¶ added in v0.5.0
func (o *Error) GetErrorOk() (ret ErrorGetErrorRetType, ok bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*Error) GetMessage ¶ added in v0.5.0
func (o *Error) GetMessage() (ret ErrorGetMessageRetType)
GetMessage returns the Message field value
func (*Error) GetMessageOk ¶ added in v0.5.0
func (o *Error) GetMessageOk() (ret ErrorGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*Error) GetPath ¶ added in v0.5.0
func (o *Error) GetPath() (ret ErrorGetPathRetType)
GetPath returns the Path field value
func (*Error) GetPathOk ¶ added in v0.5.0
func (o *Error) GetPathOk() (ret ErrorGetPathRetType, ok bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*Error) GetStatus ¶ added in v0.5.0
func (o *Error) GetStatus() (ret ErrorGetStatusRetType)
GetStatus returns the Status field value
func (*Error) GetStatusOk ¶ added in v0.5.0
func (o *Error) GetStatusOk() (ret ErrorGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*Error) GetTimeStamp ¶ added in v0.5.0
func (o *Error) GetTimeStamp() (ret ErrorGetTimeStampRetType)
GetTimeStamp returns the TimeStamp field value
func (*Error) GetTimeStampOk ¶ added in v0.5.0
func (o *Error) GetTimeStampOk() (ret ErrorGetTimeStampRetType, ok bool)
GetTimeStampOk returns a tuple with the TimeStamp field value and a boolean to check if the value has been set.
func (*Error) SetError ¶ added in v0.5.0
func (o *Error) SetError(v ErrorGetErrorRetType)
SetError sets field value
func (*Error) SetMessage ¶ added in v0.5.0
func (o *Error) SetMessage(v ErrorGetMessageRetType)
SetMessage sets field value
func (*Error) SetPath ¶ added in v0.5.0
func (o *Error) SetPath(v ErrorGetPathRetType)
SetPath sets field value
func (*Error) SetStatus ¶ added in v0.5.0
func (o *Error) SetStatus(v ErrorGetStatusRetType)
SetStatus sets field value
func (*Error) SetTimeStamp ¶ added in v0.5.0
func (o *Error) SetTimeStamp(v ErrorGetTimeStampRetType)
SetTimeStamp sets field value
type ErrorGetErrorArgType ¶ added in v0.6.1
type ErrorGetErrorArgType = string
type ErrorGetErrorAttributeType ¶ added in v0.6.1
type ErrorGetErrorAttributeType = *string
isNotNullableString
type ErrorGetErrorRetType ¶ added in v0.6.1
type ErrorGetErrorRetType = string
type ErrorGetMessageArgType ¶ added in v0.6.1
type ErrorGetMessageArgType = string
type ErrorGetMessageAttributeType ¶ added in v0.6.1
type ErrorGetMessageAttributeType = *string
isNotNullableString
type ErrorGetMessageRetType ¶ added in v0.6.1
type ErrorGetMessageRetType = string
type ErrorGetPathArgType ¶ added in v0.6.1
type ErrorGetPathArgType = string
type ErrorGetPathAttributeType ¶ added in v0.6.1
type ErrorGetPathAttributeType = *string
isNotNullableString
type ErrorGetPathRetType ¶ added in v0.6.1
type ErrorGetPathRetType = string
type ErrorGetStatusArgType ¶ added in v0.6.1
type ErrorGetStatusArgType = int64
type ErrorGetStatusAttributeType ¶ added in v0.6.1
type ErrorGetStatusAttributeType = *int64
isInteger
type ErrorGetStatusRetType ¶ added in v0.6.1
type ErrorGetStatusRetType = int64
type ErrorGetTimeStampArgType ¶ added in v0.6.1
type ErrorGetTimeStampAttributeType ¶ added in v0.6.1
isDateTime
type ErrorGetTimeStampRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponse ¶
type GetServiceAccountKeyResponse struct {
// REQUIRED
Active GetServiceAccountKeyResponsegetActiveAttributeType `json:"active"`
// Creation time of the key
// REQUIRED
CreatedAt GetServiceAccountKeyResponseGetCreatedAtAttributeType `json:"createdAt"`
// REQUIRED
Credentials GetServiceAccountKeyResponseGetCredentialsAttributeType `json:"credentials"`
// Unique ID of the key.
// REQUIRED
Id GetServiceAccountKeyResponseGetIdAttributeType `json:"id"`
// REQUIRED
KeyAlgorithm GetServiceAccountKeyResponseGetKeyAlgorithmAttributeType `json:"keyAlgorithm"`
// REQUIRED
KeyOrigin GetServiceAccountKeyResponseGetKeyOriginAttributeType `json:"keyOrigin"`
// REQUIRED
KeyType GetServiceAccountKeyResponseGetKeyTypeAttributeType `json:"keyType"`
// Public key, in the requested format
PublicKey GetServiceAccountKeyResponseGetPublicKeyAttributeType `json:"publicKey,omitempty"`
// If specified, the timestamp until the key is active. May be null
ValidUntil GetServiceAccountKeyResponseGetValidUntilAttributeType `json:"validUntil,omitempty"`
}
GetServiceAccountKeyResponse struct for GetServiceAccountKeyResponse
func NewGetServiceAccountKeyResponse ¶ added in v0.5.0
func NewGetServiceAccountKeyResponse(active GetServiceAccountKeyResponsegetActiveArgType, createdAt GetServiceAccountKeyResponseGetCreatedAtArgType, credentials GetServiceAccountKeyResponseGetCredentialsArgType, id GetServiceAccountKeyResponseGetIdArgType, keyAlgorithm GetServiceAccountKeyResponseGetKeyAlgorithmArgType, keyOrigin GetServiceAccountKeyResponseGetKeyOriginArgType, keyType GetServiceAccountKeyResponseGetKeyTypeArgType) *GetServiceAccountKeyResponse
NewGetServiceAccountKeyResponse instantiates a new GetServiceAccountKeyResponse 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 NewGetServiceAccountKeyResponseWithDefaults ¶ added in v0.5.0
func NewGetServiceAccountKeyResponseWithDefaults() *GetServiceAccountKeyResponse
NewGetServiceAccountKeyResponseWithDefaults instantiates a new GetServiceAccountKeyResponse 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 (*GetServiceAccountKeyResponse) GetActive ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetActive() (ret GetServiceAccountKeyResponsegetActiveRetType)
GetActive returns the Active field value
func (*GetServiceAccountKeyResponse) GetActiveOk ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetActiveOk() (ret GetServiceAccountKeyResponsegetActiveRetType, ok bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*GetServiceAccountKeyResponse) GetCreatedAt ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetCreatedAt() (ret GetServiceAccountKeyResponseGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value
func (*GetServiceAccountKeyResponse) GetCreatedAtOk ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetCreatedAtOk() (ret GetServiceAccountKeyResponseGetCreatedAtRetType, ok bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*GetServiceAccountKeyResponse) GetCredentials ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetCredentials() (ret GetServiceAccountKeyResponseGetCredentialsRetType)
GetCredentials returns the Credentials field value
func (*GetServiceAccountKeyResponse) GetCredentialsOk ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetCredentialsOk() (ret GetServiceAccountKeyResponseGetCredentialsRetType, ok bool)
GetCredentialsOk returns a tuple with the Credentials field value and a boolean to check if the value has been set.
func (*GetServiceAccountKeyResponse) GetId ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetId() (ret GetServiceAccountKeyResponseGetIdRetType)
GetId returns the Id field value
func (*GetServiceAccountKeyResponse) GetIdOk ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetIdOk() (ret GetServiceAccountKeyResponseGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetServiceAccountKeyResponse) GetKeyAlgorithm ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetKeyAlgorithm() (ret GetServiceAccountKeyResponseGetKeyAlgorithmRetType)
GetKeyAlgorithm returns the KeyAlgorithm field value
func (*GetServiceAccountKeyResponse) GetKeyAlgorithmOk ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetKeyAlgorithmOk() (ret GetServiceAccountKeyResponseGetKeyAlgorithmRetType, ok bool)
GetKeyAlgorithmOk returns a tuple with the KeyAlgorithm field value and a boolean to check if the value has been set.
func (*GetServiceAccountKeyResponse) GetKeyOrigin ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetKeyOrigin() (ret GetServiceAccountKeyResponseGetKeyOriginRetType)
GetKeyOrigin returns the KeyOrigin field value
func (*GetServiceAccountKeyResponse) GetKeyOriginOk ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetKeyOriginOk() (ret GetServiceAccountKeyResponseGetKeyOriginRetType, ok bool)
GetKeyOriginOk returns a tuple with the KeyOrigin field value and a boolean to check if the value has been set.
func (*GetServiceAccountKeyResponse) GetKeyType ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetKeyType() (ret GetServiceAccountKeyResponseGetKeyTypeRetType)
GetKeyType returns the KeyType field value
func (*GetServiceAccountKeyResponse) GetKeyTypeOk ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetKeyTypeOk() (ret GetServiceAccountKeyResponseGetKeyTypeRetType, ok bool)
GetKeyTypeOk returns a tuple with the KeyType field value and a boolean to check if the value has been set.
func (*GetServiceAccountKeyResponse) GetPublicKey ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetPublicKey() (res GetServiceAccountKeyResponseGetPublicKeyRetType)
GetPublicKey returns the PublicKey field value if set, zero value otherwise.
func (*GetServiceAccountKeyResponse) GetPublicKeyOk ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetPublicKeyOk() (ret GetServiceAccountKeyResponseGetPublicKeyRetType, ok bool)
GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetServiceAccountKeyResponse) GetValidUntil ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetValidUntil() (res GetServiceAccountKeyResponseGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value if set, zero value otherwise.
func (*GetServiceAccountKeyResponse) GetValidUntilOk ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) GetValidUntilOk() (ret GetServiceAccountKeyResponseGetValidUntilRetType, ok bool)
GetValidUntilOk returns a tuple with the ValidUntil field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetServiceAccountKeyResponse) HasPublicKey ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (*GetServiceAccountKeyResponse) HasValidUntil ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set.
func (*GetServiceAccountKeyResponse) SetActive ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) SetActive(v GetServiceAccountKeyResponsegetActiveRetType)
SetActive sets field value
func (*GetServiceAccountKeyResponse) SetCreatedAt ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) SetCreatedAt(v GetServiceAccountKeyResponseGetCreatedAtRetType)
SetCreatedAt sets field value
func (*GetServiceAccountKeyResponse) SetCredentials ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) SetCredentials(v GetServiceAccountKeyResponseGetCredentialsRetType)
SetCredentials sets field value
func (*GetServiceAccountKeyResponse) SetId ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) SetId(v GetServiceAccountKeyResponseGetIdRetType)
SetId sets field value
func (*GetServiceAccountKeyResponse) SetKeyAlgorithm ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) SetKeyAlgorithm(v GetServiceAccountKeyResponseGetKeyAlgorithmRetType)
SetKeyAlgorithm sets field value
func (*GetServiceAccountKeyResponse) SetKeyOrigin ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) SetKeyOrigin(v GetServiceAccountKeyResponseGetKeyOriginRetType)
SetKeyOrigin sets field value
func (*GetServiceAccountKeyResponse) SetKeyType ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) SetKeyType(v GetServiceAccountKeyResponseGetKeyTypeRetType)
SetKeyType sets field value
func (*GetServiceAccountKeyResponse) SetPublicKey ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) SetPublicKey(v GetServiceAccountKeyResponseGetPublicKeyRetType)
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field.
func (*GetServiceAccountKeyResponse) SetValidUntil ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponse) SetValidUntil(v GetServiceAccountKeyResponseGetValidUntilRetType)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field.
func (GetServiceAccountKeyResponse) ToMap ¶ added in v0.5.0
func (o GetServiceAccountKeyResponse) ToMap() (map[string]interface{}, error)
type GetServiceAccountKeyResponseCredentials ¶
type GetServiceAccountKeyResponseCredentials struct {
// Audience - service account API URL
// REQUIRED
Aud GetServiceAccountKeyResponseCredentialsGetAudAttributeType `json:"aud"`
// Service account email
// REQUIRED
Iss GetServiceAccountKeyResponseCredentialsGetIssAttributeType `json:"iss"`
// Key id to use
// REQUIRED
Kid GetServiceAccountKeyResponseCredentialsGetKidAttributeType `json:"kid"`
// Service account id
// REQUIRED
Sub GetServiceAccountKeyResponseCredentialsGetSubAttributeType `json:"sub"`
}
GetServiceAccountKeyResponseCredentials struct for GetServiceAccountKeyResponseCredentials
func NewGetServiceAccountKeyResponseCredentials ¶ added in v0.5.0
func NewGetServiceAccountKeyResponseCredentials(aud GetServiceAccountKeyResponseCredentialsGetAudArgType, iss GetServiceAccountKeyResponseCredentialsGetIssArgType, kid GetServiceAccountKeyResponseCredentialsGetKidArgType, sub GetServiceAccountKeyResponseCredentialsGetSubArgType) *GetServiceAccountKeyResponseCredentials
NewGetServiceAccountKeyResponseCredentials instantiates a new GetServiceAccountKeyResponseCredentials 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 NewGetServiceAccountKeyResponseCredentialsWithDefaults ¶ added in v0.5.0
func NewGetServiceAccountKeyResponseCredentialsWithDefaults() *GetServiceAccountKeyResponseCredentials
NewGetServiceAccountKeyResponseCredentialsWithDefaults instantiates a new GetServiceAccountKeyResponseCredentials 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 (*GetServiceAccountKeyResponseCredentials) GetAud ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponseCredentials) GetAud() (ret GetServiceAccountKeyResponseCredentialsGetAudRetType)
GetAud returns the Aud field value
func (*GetServiceAccountKeyResponseCredentials) GetAudOk ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponseCredentials) GetAudOk() (ret GetServiceAccountKeyResponseCredentialsGetAudRetType, ok bool)
GetAudOk returns a tuple with the Aud field value and a boolean to check if the value has been set.
func (*GetServiceAccountKeyResponseCredentials) GetIss ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponseCredentials) GetIss() (ret GetServiceAccountKeyResponseCredentialsGetIssRetType)
GetIss returns the Iss field value
func (*GetServiceAccountKeyResponseCredentials) GetIssOk ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponseCredentials) GetIssOk() (ret GetServiceAccountKeyResponseCredentialsGetIssRetType, ok bool)
GetIssOk returns a tuple with the Iss field value and a boolean to check if the value has been set.
func (*GetServiceAccountKeyResponseCredentials) GetKid ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponseCredentials) GetKid() (ret GetServiceAccountKeyResponseCredentialsGetKidRetType)
GetKid returns the Kid field value
func (*GetServiceAccountKeyResponseCredentials) GetKidOk ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponseCredentials) GetKidOk() (ret GetServiceAccountKeyResponseCredentialsGetKidRetType, ok bool)
GetKidOk returns a tuple with the Kid field value and a boolean to check if the value has been set.
func (*GetServiceAccountKeyResponseCredentials) GetSub ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponseCredentials) GetSub() (ret GetServiceAccountKeyResponseCredentialsGetSubRetType)
GetSub returns the Sub field value
func (*GetServiceAccountKeyResponseCredentials) GetSubOk ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponseCredentials) GetSubOk() (ret GetServiceAccountKeyResponseCredentialsGetSubRetType, ok bool)
GetSubOk returns a tuple with the Sub field value and a boolean to check if the value has been set.
func (*GetServiceAccountKeyResponseCredentials) SetAud ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponseCredentials) SetAud(v GetServiceAccountKeyResponseCredentialsGetAudRetType)
SetAud sets field value
func (*GetServiceAccountKeyResponseCredentials) SetIss ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponseCredentials) SetIss(v GetServiceAccountKeyResponseCredentialsGetIssRetType)
SetIss sets field value
func (*GetServiceAccountKeyResponseCredentials) SetKid ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponseCredentials) SetKid(v GetServiceAccountKeyResponseCredentialsGetKidRetType)
SetKid sets field value
func (*GetServiceAccountKeyResponseCredentials) SetSub ¶ added in v0.5.0
func (o *GetServiceAccountKeyResponseCredentials) SetSub(v GetServiceAccountKeyResponseCredentialsGetSubRetType)
SetSub sets field value
func (GetServiceAccountKeyResponseCredentials) ToMap ¶ added in v0.5.0
func (o GetServiceAccountKeyResponseCredentials) ToMap() (map[string]interface{}, error)
type GetServiceAccountKeyResponseCredentialsGetAudArgType ¶ added in v0.6.1
type GetServiceAccountKeyResponseCredentialsGetAudArgType = string
type GetServiceAccountKeyResponseCredentialsGetAudAttributeType ¶ added in v0.6.1
type GetServiceAccountKeyResponseCredentialsGetAudAttributeType = *string
isNotNullableString
type GetServiceAccountKeyResponseCredentialsGetAudRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponseCredentialsGetAudRetType = string
type GetServiceAccountKeyResponseCredentialsGetIssArgType ¶ added in v0.6.1
type GetServiceAccountKeyResponseCredentialsGetIssArgType = string
type GetServiceAccountKeyResponseCredentialsGetIssAttributeType ¶ added in v0.6.1
type GetServiceAccountKeyResponseCredentialsGetIssAttributeType = *string
isNotNullableString
type GetServiceAccountKeyResponseCredentialsGetIssRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponseCredentialsGetIssRetType = string
type GetServiceAccountKeyResponseCredentialsGetKidArgType ¶ added in v0.6.1
type GetServiceAccountKeyResponseCredentialsGetKidArgType = string
type GetServiceAccountKeyResponseCredentialsGetKidAttributeType ¶ added in v0.6.1
type GetServiceAccountKeyResponseCredentialsGetKidAttributeType = *string
isNotNullableString
type GetServiceAccountKeyResponseCredentialsGetKidRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponseCredentialsGetKidRetType = string
type GetServiceAccountKeyResponseCredentialsGetSubArgType ¶ added in v0.6.1
type GetServiceAccountKeyResponseCredentialsGetSubArgType = string
type GetServiceAccountKeyResponseCredentialsGetSubAttributeType ¶ added in v0.6.1
type GetServiceAccountKeyResponseCredentialsGetSubAttributeType = *string
isNotNullableString
type GetServiceAccountKeyResponseCredentialsGetSubRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponseCredentialsGetSubRetType = string
type GetServiceAccountKeyResponseGetCreatedAtArgType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetCreatedAtAttributeType ¶ added in v0.6.1
isDateTime
type GetServiceAccountKeyResponseGetCreatedAtRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetCredentialsArgType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetCredentialsArgType = GetServiceAccountKeyResponseCredentials
type GetServiceAccountKeyResponseGetCredentialsAttributeType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetCredentialsAttributeType = *GetServiceAccountKeyResponseCredentials
isModel
type GetServiceAccountKeyResponseGetCredentialsRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetCredentialsRetType = GetServiceAccountKeyResponseCredentials
type GetServiceAccountKeyResponseGetIdArgType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetIdArgType = string
type GetServiceAccountKeyResponseGetIdAttributeType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetIdAttributeType = *string
isNotNullableString
type GetServiceAccountKeyResponseGetIdRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetIdRetType = string
type GetServiceAccountKeyResponseGetKeyAlgorithmArgType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetKeyAlgorithmArgType = string
type GetServiceAccountKeyResponseGetKeyAlgorithmAttributeType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetKeyAlgorithmAttributeType = *string
isEnumRef
type GetServiceAccountKeyResponseGetKeyAlgorithmRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetKeyAlgorithmRetType = string
type GetServiceAccountKeyResponseGetKeyOriginArgType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetKeyOriginArgType = string
type GetServiceAccountKeyResponseGetKeyOriginAttributeType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetKeyOriginAttributeType = *string
isEnumRef
type GetServiceAccountKeyResponseGetKeyOriginRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetKeyOriginRetType = string
type GetServiceAccountKeyResponseGetKeyTypeArgType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetKeyTypeArgType = string
type GetServiceAccountKeyResponseGetKeyTypeAttributeType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetKeyTypeAttributeType = *string
isEnumRef
type GetServiceAccountKeyResponseGetKeyTypeRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetKeyTypeRetType = string
type GetServiceAccountKeyResponseGetPublicKeyArgType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetPublicKeyArgType = string
type GetServiceAccountKeyResponseGetPublicKeyAttributeType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetPublicKeyAttributeType = *string
isNotNullableString
type GetServiceAccountKeyResponseGetPublicKeyRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetPublicKeyRetType = string
type GetServiceAccountKeyResponseGetValidUntilArgType ¶ added in v0.6.1
type GetServiceAccountKeyResponseGetValidUntilAttributeType ¶ added in v0.6.1
isDateTime
type GetServiceAccountKeyResponseGetValidUntilRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponsegetActiveArgType ¶ added in v0.6.1
type GetServiceAccountKeyResponsegetActiveArgType = bool
type GetServiceAccountKeyResponsegetActiveAttributeType ¶ added in v0.6.1
type GetServiceAccountKeyResponsegetActiveAttributeType = *bool
isBoolean
type GetServiceAccountKeyResponsegetActiveRetType ¶ added in v0.6.1
type GetServiceAccountKeyResponsegetActiveRetType = bool
type JWK ¶
type JWK struct {
Alg JWKGetAlgAttributeType `json:"alg,omitempty"`
// REQUIRED
E JWKGetEAttributeType `json:"e"`
Kid JWKGetKidAttributeType `json:"kid,omitempty"`
Ks JWKGetKsAttributeType `json:"ks,omitempty"`
// REQUIRED
N JWKGetNAttributeType `json:"n"`
Ops JWKGetOpsAttributeType `json:"ops,omitempty"`
Use JWKGetUseAttributeType `json:"use,omitempty"`
X5c JWKGetX5cAttributeType `json:"x5c,omitempty"`
X5t JWKGetX5tAttributeType `json:"x5t,omitempty"`
X5t256 JWKGetX5t256AttributeType `json:"x5t256,omitempty"`
X5u JWKGetX5uAttributeType `json:"x5u,omitempty"`
}
JWK JSON Web Key according to https://datatracker.ietf.org/doc/html/rfc7517#section-4
func NewJWK ¶ added in v0.5.0
func NewJWK(e JWKGetEArgType, n JWKGetNArgType) *JWK
NewJWK instantiates a new JWK 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 NewJWKWithDefaults ¶ added in v0.5.0
func NewJWKWithDefaults() *JWK
NewJWKWithDefaults instantiates a new JWK 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 (*JWK) GetAlg ¶ added in v0.5.0
func (o *JWK) GetAlg() (res JWKGetAlgRetType)
GetAlg returns the Alg field value if set, zero value otherwise.
func (*JWK) GetAlgOk ¶ added in v0.5.0
func (o *JWK) GetAlgOk() (ret JWKGetAlgRetType, ok bool)
GetAlgOk returns a tuple with the Alg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JWK) GetE ¶ added in v0.5.0
func (o *JWK) GetE() (ret JWKGetERetType)
GetE returns the E field value
func (*JWK) GetEOk ¶ added in v0.5.0
func (o *JWK) GetEOk() (ret JWKGetERetType, ok bool)
GetEOk returns a tuple with the E field value and a boolean to check if the value has been set.
func (*JWK) GetKid ¶ added in v0.5.0
func (o *JWK) GetKid() (res JWKGetKidRetType)
GetKid returns the Kid field value if set, zero value otherwise.
func (*JWK) GetKidOk ¶ added in v0.5.0
func (o *JWK) GetKidOk() (ret JWKGetKidRetType, ok bool)
GetKidOk returns a tuple with the Kid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JWK) GetKs ¶ added in v0.5.0
func (o *JWK) GetKs() (res JWKGetKsRetType)
GetKs returns the Ks field value if set, zero value otherwise.
func (*JWK) GetKsOk ¶ added in v0.5.0
func (o *JWK) GetKsOk() (ret JWKGetKsRetType, ok bool)
GetKsOk returns a tuple with the Ks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JWK) GetN ¶ added in v0.5.0
func (o *JWK) GetN() (ret JWKGetNRetType)
GetN returns the N field value
func (*JWK) GetNOk ¶ added in v0.5.0
func (o *JWK) GetNOk() (ret JWKGetNRetType, ok bool)
GetNOk returns a tuple with the N field value and a boolean to check if the value has been set.
func (*JWK) GetOps ¶ added in v0.5.0
func (o *JWK) GetOps() (res JWKGetOpsRetType)
GetOps returns the Ops field value if set, zero value otherwise.
func (*JWK) GetOpsOk ¶ added in v0.5.0
func (o *JWK) GetOpsOk() (ret JWKGetOpsRetType, ok bool)
GetOpsOk returns a tuple with the Ops field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JWK) GetUse ¶ added in v0.5.0
func (o *JWK) GetUse() (res JWKGetUseRetType)
GetUse returns the Use field value if set, zero value otherwise.
func (*JWK) GetUseOk ¶ added in v0.5.0
func (o *JWK) GetUseOk() (ret JWKGetUseRetType, ok bool)
GetUseOk returns a tuple with the Use field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JWK) GetX5c ¶ added in v0.5.0
func (o *JWK) GetX5c() (res JWKGetX5cRetType)
GetX5c returns the X5c field value if set, zero value otherwise.
func (*JWK) GetX5cOk ¶ added in v0.5.0
func (o *JWK) GetX5cOk() (ret JWKGetX5cRetType, ok bool)
GetX5cOk returns a tuple with the X5c field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JWK) GetX5t ¶ added in v0.5.0
func (o *JWK) GetX5t() (res JWKGetX5tRetType)
GetX5t returns the X5t field value if set, zero value otherwise.
func (*JWK) GetX5t256 ¶ added in v0.5.0
func (o *JWK) GetX5t256() (res JWKGetX5t256RetType)
GetX5t256 returns the X5t256 field value if set, zero value otherwise.
func (*JWK) GetX5t256Ok ¶ added in v0.5.0
func (o *JWK) GetX5t256Ok() (ret JWKGetX5t256RetType, ok bool)
GetX5t256Ok returns a tuple with the X5t256 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JWK) GetX5tOk ¶ added in v0.5.0
func (o *JWK) GetX5tOk() (ret JWKGetX5tRetType, ok bool)
GetX5tOk returns a tuple with the X5t field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JWK) GetX5u ¶ added in v0.5.0
func (o *JWK) GetX5u() (res JWKGetX5uRetType)
GetX5u returns the X5u field value if set, zero value otherwise.
func (*JWK) GetX5uOk ¶ added in v0.5.0
func (o *JWK) GetX5uOk() (ret JWKGetX5uRetType, ok bool)
GetX5uOk returns a tuple with the X5u field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JWK) SetAlg ¶ added in v0.5.0
func (o *JWK) SetAlg(v JWKGetAlgRetType)
SetAlg gets a reference to the given string and assigns it to the Alg field.
func (*JWK) SetKid ¶ added in v0.5.0
func (o *JWK) SetKid(v JWKGetKidRetType)
SetKid gets a reference to the given string and assigns it to the Kid field.
func (*JWK) SetKs ¶ added in v0.5.0
func (o *JWK) SetKs(v JWKGetKsRetType)
SetKs gets a reference to the given string and assigns it to the Ks field.
func (*JWK) SetOps ¶ added in v0.5.0
func (o *JWK) SetOps(v JWKGetOpsRetType)
SetOps gets a reference to the given string and assigns it to the Ops field.
func (*JWK) SetUse ¶ added in v0.5.0
func (o *JWK) SetUse(v JWKGetUseRetType)
SetUse gets a reference to the given string and assigns it to the Use field.
func (*JWK) SetX5c ¶ added in v0.5.0
func (o *JWK) SetX5c(v JWKGetX5cRetType)
SetX5c gets a reference to the given string and assigns it to the X5c field.
func (*JWK) SetX5t ¶ added in v0.5.0
func (o *JWK) SetX5t(v JWKGetX5tRetType)
SetX5t gets a reference to the given string and assigns it to the X5t field.
func (*JWK) SetX5t256 ¶ added in v0.5.0
func (o *JWK) SetX5t256(v JWKGetX5t256RetType)
SetX5t256 gets a reference to the given string and assigns it to the X5t256 field.
func (*JWK) SetX5u ¶ added in v0.5.0
func (o *JWK) SetX5u(v JWKGetX5uRetType)
SetX5u gets a reference to the given string and assigns it to the X5u field.
type JWKGetAlgArgType ¶ added in v0.6.1
type JWKGetAlgArgType = string
type JWKGetAlgAttributeType ¶ added in v0.6.1
type JWKGetAlgAttributeType = *string
isNotNullableString
type JWKGetAlgRetType ¶ added in v0.6.1
type JWKGetAlgRetType = string
type JWKGetEArgType ¶ added in v0.6.1
type JWKGetEArgType = string
type JWKGetERetType ¶ added in v0.6.1
type JWKGetERetType = string
type JWKGetKidArgType ¶ added in v0.6.1
type JWKGetKidArgType = string
type JWKGetKidAttributeType ¶ added in v0.6.1
type JWKGetKidAttributeType = *string
isNotNullableString
type JWKGetKidRetType ¶ added in v0.6.1
type JWKGetKidRetType = string
type JWKGetKsArgType ¶ added in v0.6.1
type JWKGetKsArgType = string
type JWKGetKsAttributeType ¶ added in v0.6.1
type JWKGetKsAttributeType = *string
isNotNullableString
type JWKGetKsRetType ¶ added in v0.6.1
type JWKGetKsRetType = string
type JWKGetNArgType ¶ added in v0.6.1
type JWKGetNArgType = string
type JWKGetNRetType ¶ added in v0.6.1
type JWKGetNRetType = string
type JWKGetOpsArgType ¶ added in v0.6.1
type JWKGetOpsArgType = string
type JWKGetOpsAttributeType ¶ added in v0.6.1
type JWKGetOpsAttributeType = *string
isNotNullableString
type JWKGetOpsRetType ¶ added in v0.6.1
type JWKGetOpsRetType = string
type JWKGetUseArgType ¶ added in v0.6.1
type JWKGetUseArgType = string
type JWKGetUseAttributeType ¶ added in v0.6.1
type JWKGetUseAttributeType = *string
isNotNullableString
type JWKGetUseRetType ¶ added in v0.6.1
type JWKGetUseRetType = string
type JWKGetX5cArgType ¶ added in v0.6.1
type JWKGetX5cArgType = string
type JWKGetX5cAttributeType ¶ added in v0.6.1
type JWKGetX5cAttributeType = *string
isNotNullableString
type JWKGetX5cRetType ¶ added in v0.6.1
type JWKGetX5cRetType = string
type JWKGetX5t256ArgType ¶ added in v0.6.1
type JWKGetX5t256ArgType = string
type JWKGetX5t256AttributeType ¶ added in v0.6.1
type JWKGetX5t256AttributeType = *string
isNotNullableString
type JWKGetX5t256RetType ¶ added in v0.6.1
type JWKGetX5t256RetType = string
type JWKGetX5tArgType ¶ added in v0.6.1
type JWKGetX5tArgType = string
type JWKGetX5tAttributeType ¶ added in v0.6.1
type JWKGetX5tAttributeType = *string
isNotNullableString
type JWKGetX5tRetType ¶ added in v0.6.1
type JWKGetX5tRetType = string
type JWKGetX5uArgType ¶ added in v0.6.1
type JWKGetX5uArgType = string
type JWKGetX5uAttributeType ¶ added in v0.6.1
type JWKGetX5uAttributeType = *string
isNotNullableString
type JWKGetX5uRetType ¶ added in v0.6.1
type JWKGetX5uRetType = string
type JWKS ¶
type JWKS struct {
// REQUIRED
Keys JWKSGetKeysAttributeType `json:"keys"`
}
JWKS struct for JWKS
func NewJWKS ¶ added in v0.5.0
func NewJWKS(keys JWKSGetKeysArgType) *JWKS
NewJWKS instantiates a new JWKS 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 NewJWKSWithDefaults ¶ added in v0.5.0
func NewJWKSWithDefaults() *JWKS
NewJWKSWithDefaults instantiates a new JWKS 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 (*JWKS) GetKeys ¶ added in v0.5.0
func (o *JWKS) GetKeys() (ret JWKSGetKeysRetType)
GetKeys returns the Keys field value
func (*JWKS) GetKeysOk ¶ added in v0.5.0
func (o *JWKS) GetKeysOk() (ret JWKSGetKeysRetType, ok bool)
GetKeysOk returns a tuple with the Keys field value and a boolean to check if the value has been set.
func (*JWKS) SetKeys ¶ added in v0.5.0
func (o *JWKS) SetKeys(v JWKSGetKeysRetType)
SetKeys sets field value
type JWKSGetKeysArgType ¶ added in v0.6.1
type JWKSGetKeysArgType = []JWK
type JWKSGetKeysRetType ¶ added in v0.6.1
type JWKSGetKeysRetType = []JWK
type ListAccessTokensResponse ¶
type ListAccessTokensResponse struct {
Items ListAccessTokensResponseGetItemsAttributeType `json:"items,omitempty"`
}
ListAccessTokensResponse struct for ListAccessTokensResponse
func NewListAccessTokensResponse ¶ added in v0.5.0
func NewListAccessTokensResponse() *ListAccessTokensResponse
NewListAccessTokensResponse instantiates a new ListAccessTokensResponse 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 NewListAccessTokensResponseWithDefaults ¶ added in v0.5.0
func NewListAccessTokensResponseWithDefaults() *ListAccessTokensResponse
NewListAccessTokensResponseWithDefaults instantiates a new ListAccessTokensResponse 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 (*ListAccessTokensResponse) GetItems ¶ added in v0.5.0
func (o *ListAccessTokensResponse) GetItems() (res ListAccessTokensResponseGetItemsRetType)
GetItems returns the Items field value if set, zero value otherwise.
func (*ListAccessTokensResponse) GetItemsOk ¶ added in v0.5.0
func (o *ListAccessTokensResponse) GetItemsOk() (ret ListAccessTokensResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListAccessTokensResponse) HasItems ¶ added in v0.5.0
func (o *ListAccessTokensResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListAccessTokensResponse) SetItems ¶ added in v0.5.0
func (o *ListAccessTokensResponse) SetItems(v ListAccessTokensResponseGetItemsRetType)
SetItems gets a reference to the given []AccessTokenMetadata and assigns it to the Items field.
func (ListAccessTokensResponse) ToMap ¶ added in v0.5.0
func (o ListAccessTokensResponse) ToMap() (map[string]interface{}, error)
type ListAccessTokensResponseGetItemsArgType ¶ added in v0.6.1
type ListAccessTokensResponseGetItemsArgType = []AccessTokenMetadata
type ListAccessTokensResponseGetItemsAttributeType ¶ added in v0.6.1
type ListAccessTokensResponseGetItemsAttributeType = *[]AccessTokenMetadata
isArray
type ListAccessTokensResponseGetItemsRetType ¶ added in v0.6.1
type ListAccessTokensResponseGetItemsRetType = []AccessTokenMetadata
type ListServiceAccountKeysResponse ¶
type ListServiceAccountKeysResponse struct {
// REQUIRED
Items ListServiceAccountKeysResponseGetItemsAttributeType `json:"items"`
}
ListServiceAccountKeysResponse struct for ListServiceAccountKeysResponse
func NewListServiceAccountKeysResponse ¶ added in v0.5.0
func NewListServiceAccountKeysResponse(items ListServiceAccountKeysResponseGetItemsArgType) *ListServiceAccountKeysResponse
NewListServiceAccountKeysResponse instantiates a new ListServiceAccountKeysResponse 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 NewListServiceAccountKeysResponseWithDefaults ¶ added in v0.5.0
func NewListServiceAccountKeysResponseWithDefaults() *ListServiceAccountKeysResponse
NewListServiceAccountKeysResponseWithDefaults instantiates a new ListServiceAccountKeysResponse 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 (*ListServiceAccountKeysResponse) GetItems ¶ added in v0.5.0
func (o *ListServiceAccountKeysResponse) GetItems() (ret ListServiceAccountKeysResponseGetItemsRetType)
GetItems returns the Items field value
func (*ListServiceAccountKeysResponse) GetItemsOk ¶ added in v0.5.0
func (o *ListServiceAccountKeysResponse) GetItemsOk() (ret ListServiceAccountKeysResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ListServiceAccountKeysResponse) SetItems ¶ added in v0.5.0
func (o *ListServiceAccountKeysResponse) SetItems(v ListServiceAccountKeysResponseGetItemsRetType)
SetItems sets field value
func (ListServiceAccountKeysResponse) ToMap ¶ added in v0.5.0
func (o ListServiceAccountKeysResponse) ToMap() (map[string]interface{}, error)
type ListServiceAccountKeysResponseGetItemsArgType ¶ added in v0.6.1
type ListServiceAccountKeysResponseGetItemsArgType = []ServiceAccountKeyListResponse
type ListServiceAccountKeysResponseGetItemsAttributeType ¶ added in v0.6.1
type ListServiceAccountKeysResponseGetItemsAttributeType = *[]ServiceAccountKeyListResponse
isArray
type ListServiceAccountKeysResponseGetItemsRetType ¶ added in v0.6.1
type ListServiceAccountKeysResponseGetItemsRetType = []ServiceAccountKeyListResponse
type ListServiceAccountsResponse ¶
type ListServiceAccountsResponse struct {
// REQUIRED
Items ListServiceAccountsResponseGetItemsAttributeType `json:"items"`
}
ListServiceAccountsResponse struct for ListServiceAccountsResponse
func NewListServiceAccountsResponse ¶ added in v0.5.0
func NewListServiceAccountsResponse(items ListServiceAccountsResponseGetItemsArgType) *ListServiceAccountsResponse
NewListServiceAccountsResponse instantiates a new ListServiceAccountsResponse 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 NewListServiceAccountsResponseWithDefaults ¶ added in v0.5.0
func NewListServiceAccountsResponseWithDefaults() *ListServiceAccountsResponse
NewListServiceAccountsResponseWithDefaults instantiates a new ListServiceAccountsResponse 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 (*ListServiceAccountsResponse) GetItems ¶ added in v0.5.0
func (o *ListServiceAccountsResponse) GetItems() (ret ListServiceAccountsResponseGetItemsRetType)
GetItems returns the Items field value
func (*ListServiceAccountsResponse) GetItemsOk ¶ added in v0.5.0
func (o *ListServiceAccountsResponse) GetItemsOk() (ret ListServiceAccountsResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ListServiceAccountsResponse) SetItems ¶ added in v0.5.0
func (o *ListServiceAccountsResponse) SetItems(v ListServiceAccountsResponseGetItemsRetType)
SetItems sets field value
func (ListServiceAccountsResponse) ToMap ¶ added in v0.5.0
func (o ListServiceAccountsResponse) ToMap() (map[string]interface{}, error)
type ListServiceAccountsResponseGetItemsArgType ¶ added in v0.6.1
type ListServiceAccountsResponseGetItemsArgType = []ServiceAccount
type ListServiceAccountsResponseGetItemsAttributeType ¶ added in v0.6.1
type ListServiceAccountsResponseGetItemsAttributeType = *[]ServiceAccount
isArray
type ListServiceAccountsResponseGetItemsRetType ¶ added in v0.6.1
type ListServiceAccountsResponseGetItemsRetType = []ServiceAccount
type MappedNullable ¶
type NullableAccessToken ¶ added in v0.5.0
type NullableAccessToken struct {
// contains filtered or unexported fields
}
func NewNullableAccessToken ¶ added in v0.5.0
func NewNullableAccessToken(val *AccessToken) *NullableAccessToken
func (NullableAccessToken) Get ¶ added in v0.5.0
func (v NullableAccessToken) Get() *AccessToken
func (NullableAccessToken) IsSet ¶ added in v0.5.0
func (v NullableAccessToken) IsSet() bool
func (NullableAccessToken) MarshalJSON ¶ added in v0.5.0
func (v NullableAccessToken) MarshalJSON() ([]byte, error)
func (*NullableAccessToken) Set ¶ added in v0.5.0
func (v *NullableAccessToken) Set(val *AccessToken)
func (*NullableAccessToken) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAccessToken) UnmarshalJSON(src []byte) error
func (*NullableAccessToken) Unset ¶ added in v0.5.0
func (v *NullableAccessToken) Unset()
type NullableAccessTokenMetadata ¶ added in v0.5.0
type NullableAccessTokenMetadata struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenMetadata ¶ added in v0.5.0
func NewNullableAccessTokenMetadata(val *AccessTokenMetadata) *NullableAccessTokenMetadata
func (NullableAccessTokenMetadata) Get ¶ added in v0.5.0
func (v NullableAccessTokenMetadata) Get() *AccessTokenMetadata
func (NullableAccessTokenMetadata) IsSet ¶ added in v0.5.0
func (v NullableAccessTokenMetadata) IsSet() bool
func (NullableAccessTokenMetadata) MarshalJSON ¶ added in v0.5.0
func (v NullableAccessTokenMetadata) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenMetadata) Set ¶ added in v0.5.0
func (v *NullableAccessTokenMetadata) Set(val *AccessTokenMetadata)
func (*NullableAccessTokenMetadata) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAccessTokenMetadata) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenMetadata) Unset ¶ added in v0.5.0
func (v *NullableAccessTokenMetadata) Unset()
type NullableAuthError ¶ added in v0.5.0
type NullableAuthError struct {
// contains filtered or unexported fields
}
func NewNullableAuthError ¶ added in v0.5.0
func NewNullableAuthError(val *AuthError) *NullableAuthError
func (NullableAuthError) Get ¶ added in v0.5.0
func (v NullableAuthError) Get() *AuthError
func (NullableAuthError) IsSet ¶ added in v0.5.0
func (v NullableAuthError) IsSet() bool
func (NullableAuthError) MarshalJSON ¶ added in v0.5.0
func (v NullableAuthError) MarshalJSON() ([]byte, error)
func (*NullableAuthError) Set ¶ added in v0.5.0
func (v *NullableAuthError) Set(val *AuthError)
func (*NullableAuthError) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAuthError) UnmarshalJSON(src []byte) error
func (*NullableAuthError) Unset ¶ added in v0.5.0
func (v *NullableAuthError) Unset()
type NullableAuthErrorError ¶ added in v0.5.0
type NullableAuthErrorError struct {
// contains filtered or unexported fields
}
func NewNullableAuthErrorError ¶ added in v0.5.0
func NewNullableAuthErrorError(val *AuthErrorError) *NullableAuthErrorError
func (NullableAuthErrorError) Get ¶ added in v0.5.0
func (v NullableAuthErrorError) Get() *AuthErrorError
func (NullableAuthErrorError) IsSet ¶ added in v0.5.0
func (v NullableAuthErrorError) IsSet() bool
func (NullableAuthErrorError) MarshalJSON ¶ added in v0.5.0
func (v NullableAuthErrorError) MarshalJSON() ([]byte, error)
func (*NullableAuthErrorError) Set ¶ added in v0.5.0
func (v *NullableAuthErrorError) Set(val *AuthErrorError)
func (*NullableAuthErrorError) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableAuthErrorError) UnmarshalJSON(src []byte) error
func (*NullableAuthErrorError) Unset ¶ added in v0.5.0
func (v *NullableAuthErrorError) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCreateAccessTokenPayload ¶ added in v0.5.0
type NullableCreateAccessTokenPayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateAccessTokenPayload ¶ added in v0.5.0
func NewNullableCreateAccessTokenPayload(val *CreateAccessTokenPayload) *NullableCreateAccessTokenPayload
func (NullableCreateAccessTokenPayload) Get ¶ added in v0.5.0
func (v NullableCreateAccessTokenPayload) Get() *CreateAccessTokenPayload
func (NullableCreateAccessTokenPayload) IsSet ¶ added in v0.5.0
func (v NullableCreateAccessTokenPayload) IsSet() bool
func (NullableCreateAccessTokenPayload) MarshalJSON ¶ added in v0.5.0
func (v NullableCreateAccessTokenPayload) MarshalJSON() ([]byte, error)
func (*NullableCreateAccessTokenPayload) Set ¶ added in v0.5.0
func (v *NullableCreateAccessTokenPayload) Set(val *CreateAccessTokenPayload)
func (*NullableCreateAccessTokenPayload) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableCreateAccessTokenPayload) UnmarshalJSON(src []byte) error
func (*NullableCreateAccessTokenPayload) Unset ¶ added in v0.5.0
func (v *NullableCreateAccessTokenPayload) Unset()
type NullableCreateServiceAccountKeyPayload ¶ added in v0.5.0
type NullableCreateServiceAccountKeyPayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateServiceAccountKeyPayload ¶ added in v0.5.0
func NewNullableCreateServiceAccountKeyPayload(val *CreateServiceAccountKeyPayload) *NullableCreateServiceAccountKeyPayload
func (NullableCreateServiceAccountKeyPayload) Get ¶ added in v0.5.0
func (v NullableCreateServiceAccountKeyPayload) Get() *CreateServiceAccountKeyPayload
func (NullableCreateServiceAccountKeyPayload) IsSet ¶ added in v0.5.0
func (v NullableCreateServiceAccountKeyPayload) IsSet() bool
func (NullableCreateServiceAccountKeyPayload) MarshalJSON ¶ added in v0.5.0
func (v NullableCreateServiceAccountKeyPayload) MarshalJSON() ([]byte, error)
func (*NullableCreateServiceAccountKeyPayload) Set ¶ added in v0.5.0
func (v *NullableCreateServiceAccountKeyPayload) Set(val *CreateServiceAccountKeyPayload)
func (*NullableCreateServiceAccountKeyPayload) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableCreateServiceAccountKeyPayload) UnmarshalJSON(src []byte) error
func (*NullableCreateServiceAccountKeyPayload) Unset ¶ added in v0.5.0
func (v *NullableCreateServiceAccountKeyPayload) Unset()
type NullableCreateServiceAccountKeyResponse ¶ added in v0.5.0
type NullableCreateServiceAccountKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateServiceAccountKeyResponse ¶ added in v0.5.0
func NewNullableCreateServiceAccountKeyResponse(val *CreateServiceAccountKeyResponse) *NullableCreateServiceAccountKeyResponse
func (NullableCreateServiceAccountKeyResponse) IsSet ¶ added in v0.5.0
func (v NullableCreateServiceAccountKeyResponse) IsSet() bool
func (NullableCreateServiceAccountKeyResponse) MarshalJSON ¶ added in v0.5.0
func (v NullableCreateServiceAccountKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateServiceAccountKeyResponse) Set ¶ added in v0.5.0
func (v *NullableCreateServiceAccountKeyResponse) Set(val *CreateServiceAccountKeyResponse)
func (*NullableCreateServiceAccountKeyResponse) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableCreateServiceAccountKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateServiceAccountKeyResponse) Unset ¶ added in v0.5.0
func (v *NullableCreateServiceAccountKeyResponse) Unset()
type NullableCreateServiceAccountKeyResponseCredentials ¶ added in v0.5.0
type NullableCreateServiceAccountKeyResponseCredentials struct {
// contains filtered or unexported fields
}
func NewNullableCreateServiceAccountKeyResponseCredentials ¶ added in v0.5.0
func NewNullableCreateServiceAccountKeyResponseCredentials(val *CreateServiceAccountKeyResponseCredentials) *NullableCreateServiceAccountKeyResponseCredentials
func (NullableCreateServiceAccountKeyResponseCredentials) IsSet ¶ added in v0.5.0
func (v NullableCreateServiceAccountKeyResponseCredentials) IsSet() bool
func (NullableCreateServiceAccountKeyResponseCredentials) MarshalJSON ¶ added in v0.5.0
func (v NullableCreateServiceAccountKeyResponseCredentials) MarshalJSON() ([]byte, error)
func (*NullableCreateServiceAccountKeyResponseCredentials) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableCreateServiceAccountKeyResponseCredentials) UnmarshalJSON(src []byte) error
func (*NullableCreateServiceAccountKeyResponseCredentials) Unset ¶ added in v0.5.0
func (v *NullableCreateServiceAccountKeyResponseCredentials) Unset()
type NullableCreateServiceAccountPayload ¶ added in v0.5.0
type NullableCreateServiceAccountPayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateServiceAccountPayload ¶ added in v0.5.0
func NewNullableCreateServiceAccountPayload(val *CreateServiceAccountPayload) *NullableCreateServiceAccountPayload
func (NullableCreateServiceAccountPayload) Get ¶ added in v0.5.0
func (v NullableCreateServiceAccountPayload) Get() *CreateServiceAccountPayload
func (NullableCreateServiceAccountPayload) IsSet ¶ added in v0.5.0
func (v NullableCreateServiceAccountPayload) IsSet() bool
func (NullableCreateServiceAccountPayload) MarshalJSON ¶ added in v0.5.0
func (v NullableCreateServiceAccountPayload) MarshalJSON() ([]byte, error)
func (*NullableCreateServiceAccountPayload) Set ¶ added in v0.5.0
func (v *NullableCreateServiceAccountPayload) Set(val *CreateServiceAccountPayload)
func (*NullableCreateServiceAccountPayload) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableCreateServiceAccountPayload) UnmarshalJSON(src []byte) error
func (*NullableCreateServiceAccountPayload) Unset ¶ added in v0.5.0
func (v *NullableCreateServiceAccountPayload) Unset()
type NullableCreateShortLivedAccessTokenResponse ¶ added in v0.5.0
type NullableCreateShortLivedAccessTokenResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateShortLivedAccessTokenResponse ¶ added in v0.5.0
func NewNullableCreateShortLivedAccessTokenResponse(val *CreateShortLivedAccessTokenResponse) *NullableCreateShortLivedAccessTokenResponse
func (NullableCreateShortLivedAccessTokenResponse) IsSet ¶ added in v0.5.0
func (v NullableCreateShortLivedAccessTokenResponse) IsSet() bool
func (NullableCreateShortLivedAccessTokenResponse) MarshalJSON ¶ added in v0.5.0
func (v NullableCreateShortLivedAccessTokenResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateShortLivedAccessTokenResponse) Set ¶ added in v0.5.0
func (v *NullableCreateShortLivedAccessTokenResponse) Set(val *CreateShortLivedAccessTokenResponse)
func (*NullableCreateShortLivedAccessTokenResponse) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableCreateShortLivedAccessTokenResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateShortLivedAccessTokenResponse) Unset ¶ added in v0.5.0
func (v *NullableCreateShortLivedAccessTokenResponse) Unset()
type NullableError ¶ added in v0.5.0
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶ added in v0.5.0
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶ added in v0.5.0
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶ added in v0.5.0
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶ added in v0.5.0
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶ added in v0.5.0
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶ added in v0.5.0
func (v *NullableError) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGetServiceAccountKeyResponse ¶ added in v0.5.0
type NullableGetServiceAccountKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetServiceAccountKeyResponse ¶ added in v0.5.0
func NewNullableGetServiceAccountKeyResponse(val *GetServiceAccountKeyResponse) *NullableGetServiceAccountKeyResponse
func (NullableGetServiceAccountKeyResponse) Get ¶ added in v0.5.0
func (v NullableGetServiceAccountKeyResponse) Get() *GetServiceAccountKeyResponse
func (NullableGetServiceAccountKeyResponse) IsSet ¶ added in v0.5.0
func (v NullableGetServiceAccountKeyResponse) IsSet() bool
func (NullableGetServiceAccountKeyResponse) MarshalJSON ¶ added in v0.5.0
func (v NullableGetServiceAccountKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableGetServiceAccountKeyResponse) Set ¶ added in v0.5.0
func (v *NullableGetServiceAccountKeyResponse) Set(val *GetServiceAccountKeyResponse)
func (*NullableGetServiceAccountKeyResponse) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableGetServiceAccountKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableGetServiceAccountKeyResponse) Unset ¶ added in v0.5.0
func (v *NullableGetServiceAccountKeyResponse) Unset()
type NullableGetServiceAccountKeyResponseCredentials ¶ added in v0.5.0
type NullableGetServiceAccountKeyResponseCredentials struct {
// contains filtered or unexported fields
}
func NewNullableGetServiceAccountKeyResponseCredentials ¶ added in v0.5.0
func NewNullableGetServiceAccountKeyResponseCredentials(val *GetServiceAccountKeyResponseCredentials) *NullableGetServiceAccountKeyResponseCredentials
func (NullableGetServiceAccountKeyResponseCredentials) IsSet ¶ added in v0.5.0
func (v NullableGetServiceAccountKeyResponseCredentials) IsSet() bool
func (NullableGetServiceAccountKeyResponseCredentials) MarshalJSON ¶ added in v0.5.0
func (v NullableGetServiceAccountKeyResponseCredentials) MarshalJSON() ([]byte, error)
func (*NullableGetServiceAccountKeyResponseCredentials) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableGetServiceAccountKeyResponseCredentials) UnmarshalJSON(src []byte) error
func (*NullableGetServiceAccountKeyResponseCredentials) Unset ¶ added in v0.5.0
func (v *NullableGetServiceAccountKeyResponseCredentials) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableJWK ¶ added in v0.5.0
type NullableJWK struct {
// contains filtered or unexported fields
}
func NewNullableJWK ¶ added in v0.5.0
func NewNullableJWK(val *JWK) *NullableJWK
func (NullableJWK) Get ¶ added in v0.5.0
func (v NullableJWK) Get() *JWK
func (NullableJWK) IsSet ¶ added in v0.5.0
func (v NullableJWK) IsSet() bool
func (NullableJWK) MarshalJSON ¶ added in v0.5.0
func (v NullableJWK) MarshalJSON() ([]byte, error)
func (*NullableJWK) Set ¶ added in v0.5.0
func (v *NullableJWK) Set(val *JWK)
func (*NullableJWK) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableJWK) UnmarshalJSON(src []byte) error
func (*NullableJWK) Unset ¶ added in v0.5.0
func (v *NullableJWK) Unset()
type NullableJWKS ¶ added in v0.5.0
type NullableJWKS struct {
// contains filtered or unexported fields
}
func NewNullableJWKS ¶ added in v0.5.0
func NewNullableJWKS(val *JWKS) *NullableJWKS
func (NullableJWKS) Get ¶ added in v0.5.0
func (v NullableJWKS) Get() *JWKS
func (NullableJWKS) IsSet ¶ added in v0.5.0
func (v NullableJWKS) IsSet() bool
func (NullableJWKS) MarshalJSON ¶ added in v0.5.0
func (v NullableJWKS) MarshalJSON() ([]byte, error)
func (*NullableJWKS) Set ¶ added in v0.5.0
func (v *NullableJWKS) Set(val *JWKS)
func (*NullableJWKS) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableJWKS) UnmarshalJSON(src []byte) error
func (*NullableJWKS) Unset ¶ added in v0.5.0
func (v *NullableJWKS) Unset()
type NullableListAccessTokensResponse ¶ added in v0.5.0
type NullableListAccessTokensResponse struct {
// contains filtered or unexported fields
}
func NewNullableListAccessTokensResponse ¶ added in v0.5.0
func NewNullableListAccessTokensResponse(val *ListAccessTokensResponse) *NullableListAccessTokensResponse
func (NullableListAccessTokensResponse) Get ¶ added in v0.5.0
func (v NullableListAccessTokensResponse) Get() *ListAccessTokensResponse
func (NullableListAccessTokensResponse) IsSet ¶ added in v0.5.0
func (v NullableListAccessTokensResponse) IsSet() bool
func (NullableListAccessTokensResponse) MarshalJSON ¶ added in v0.5.0
func (v NullableListAccessTokensResponse) MarshalJSON() ([]byte, error)
func (*NullableListAccessTokensResponse) Set ¶ added in v0.5.0
func (v *NullableListAccessTokensResponse) Set(val *ListAccessTokensResponse)
func (*NullableListAccessTokensResponse) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableListAccessTokensResponse) UnmarshalJSON(src []byte) error
func (*NullableListAccessTokensResponse) Unset ¶ added in v0.5.0
func (v *NullableListAccessTokensResponse) Unset()
type NullableListServiceAccountKeysResponse ¶ added in v0.5.0
type NullableListServiceAccountKeysResponse struct {
// contains filtered or unexported fields
}
func NewNullableListServiceAccountKeysResponse ¶ added in v0.5.0
func NewNullableListServiceAccountKeysResponse(val *ListServiceAccountKeysResponse) *NullableListServiceAccountKeysResponse
func (NullableListServiceAccountKeysResponse) Get ¶ added in v0.5.0
func (v NullableListServiceAccountKeysResponse) Get() *ListServiceAccountKeysResponse
func (NullableListServiceAccountKeysResponse) IsSet ¶ added in v0.5.0
func (v NullableListServiceAccountKeysResponse) IsSet() bool
func (NullableListServiceAccountKeysResponse) MarshalJSON ¶ added in v0.5.0
func (v NullableListServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
func (*NullableListServiceAccountKeysResponse) Set ¶ added in v0.5.0
func (v *NullableListServiceAccountKeysResponse) Set(val *ListServiceAccountKeysResponse)
func (*NullableListServiceAccountKeysResponse) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableListServiceAccountKeysResponse) UnmarshalJSON(src []byte) error
func (*NullableListServiceAccountKeysResponse) Unset ¶ added in v0.5.0
func (v *NullableListServiceAccountKeysResponse) Unset()
type NullableListServiceAccountsResponse ¶ added in v0.5.0
type NullableListServiceAccountsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListServiceAccountsResponse ¶ added in v0.5.0
func NewNullableListServiceAccountsResponse(val *ListServiceAccountsResponse) *NullableListServiceAccountsResponse
func (NullableListServiceAccountsResponse) Get ¶ added in v0.5.0
func (v NullableListServiceAccountsResponse) Get() *ListServiceAccountsResponse
func (NullableListServiceAccountsResponse) IsSet ¶ added in v0.5.0
func (v NullableListServiceAccountsResponse) IsSet() bool
func (NullableListServiceAccountsResponse) MarshalJSON ¶ added in v0.5.0
func (v NullableListServiceAccountsResponse) MarshalJSON() ([]byte, error)
func (*NullableListServiceAccountsResponse) Set ¶ added in v0.5.0
func (v *NullableListServiceAccountsResponse) Set(val *ListServiceAccountsResponse)
func (*NullableListServiceAccountsResponse) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableListServiceAccountsResponse) UnmarshalJSON(src []byte) error
func (*NullableListServiceAccountsResponse) Unset ¶ added in v0.5.0
func (v *NullableListServiceAccountsResponse) Unset()
type NullablePartialUpdateServiceAccountKeyPayload ¶ added in v0.5.0
type NullablePartialUpdateServiceAccountKeyPayload struct {
// contains filtered or unexported fields
}
func NewNullablePartialUpdateServiceAccountKeyPayload ¶ added in v0.5.0
func NewNullablePartialUpdateServiceAccountKeyPayload(val *PartialUpdateServiceAccountKeyPayload) *NullablePartialUpdateServiceAccountKeyPayload
func (NullablePartialUpdateServiceAccountKeyPayload) IsSet ¶ added in v0.5.0
func (v NullablePartialUpdateServiceAccountKeyPayload) IsSet() bool
func (NullablePartialUpdateServiceAccountKeyPayload) MarshalJSON ¶ added in v0.5.0
func (v NullablePartialUpdateServiceAccountKeyPayload) MarshalJSON() ([]byte, error)
func (*NullablePartialUpdateServiceAccountKeyPayload) Set ¶ added in v0.5.0
func (v *NullablePartialUpdateServiceAccountKeyPayload) Set(val *PartialUpdateServiceAccountKeyPayload)
func (*NullablePartialUpdateServiceAccountKeyPayload) UnmarshalJSON ¶ added in v0.5.0
func (v *NullablePartialUpdateServiceAccountKeyPayload) UnmarshalJSON(src []byte) error
func (*NullablePartialUpdateServiceAccountKeyPayload) Unset ¶ added in v0.5.0
func (v *NullablePartialUpdateServiceAccountKeyPayload) Unset()
type NullablePartialUpdateServiceAccountKeyResponse ¶ added in v0.5.0
type NullablePartialUpdateServiceAccountKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullablePartialUpdateServiceAccountKeyResponse ¶ added in v0.5.0
func NewNullablePartialUpdateServiceAccountKeyResponse(val *PartialUpdateServiceAccountKeyResponse) *NullablePartialUpdateServiceAccountKeyResponse
func (NullablePartialUpdateServiceAccountKeyResponse) IsSet ¶ added in v0.5.0
func (v NullablePartialUpdateServiceAccountKeyResponse) IsSet() bool
func (NullablePartialUpdateServiceAccountKeyResponse) MarshalJSON ¶ added in v0.5.0
func (v NullablePartialUpdateServiceAccountKeyResponse) MarshalJSON() ([]byte, error)
func (*NullablePartialUpdateServiceAccountKeyResponse) Set ¶ added in v0.5.0
func (v *NullablePartialUpdateServiceAccountKeyResponse) Set(val *PartialUpdateServiceAccountKeyResponse)
func (*NullablePartialUpdateServiceAccountKeyResponse) UnmarshalJSON ¶ added in v0.5.0
func (v *NullablePartialUpdateServiceAccountKeyResponse) UnmarshalJSON(src []byte) error
func (*NullablePartialUpdateServiceAccountKeyResponse) Unset ¶ added in v0.5.0
func (v *NullablePartialUpdateServiceAccountKeyResponse) Unset()
type NullableServiceAccount ¶ added in v0.5.0
type NullableServiceAccount struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccount ¶ added in v0.5.0
func NewNullableServiceAccount(val *ServiceAccount) *NullableServiceAccount
func (NullableServiceAccount) Get ¶ added in v0.5.0
func (v NullableServiceAccount) Get() *ServiceAccount
func (NullableServiceAccount) IsSet ¶ added in v0.5.0
func (v NullableServiceAccount) IsSet() bool
func (NullableServiceAccount) MarshalJSON ¶ added in v0.5.0
func (v NullableServiceAccount) MarshalJSON() ([]byte, error)
func (*NullableServiceAccount) Set ¶ added in v0.5.0
func (v *NullableServiceAccount) Set(val *ServiceAccount)
func (*NullableServiceAccount) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableServiceAccount) UnmarshalJSON(src []byte) error
func (*NullableServiceAccount) Unset ¶ added in v0.5.0
func (v *NullableServiceAccount) Unset()
type NullableServiceAccountKeyListResponse ¶ added in v0.5.0
type NullableServiceAccountKeyListResponse struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccountKeyListResponse ¶ added in v0.5.0
func NewNullableServiceAccountKeyListResponse(val *ServiceAccountKeyListResponse) *NullableServiceAccountKeyListResponse
func (NullableServiceAccountKeyListResponse) Get ¶ added in v0.5.0
func (v NullableServiceAccountKeyListResponse) Get() *ServiceAccountKeyListResponse
func (NullableServiceAccountKeyListResponse) IsSet ¶ added in v0.5.0
func (v NullableServiceAccountKeyListResponse) IsSet() bool
func (NullableServiceAccountKeyListResponse) MarshalJSON ¶ added in v0.5.0
func (v NullableServiceAccountKeyListResponse) MarshalJSON() ([]byte, error)
func (*NullableServiceAccountKeyListResponse) Set ¶ added in v0.5.0
func (v *NullableServiceAccountKeyListResponse) Set(val *ServiceAccountKeyListResponse)
func (*NullableServiceAccountKeyListResponse) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableServiceAccountKeyListResponse) UnmarshalJSON(src []byte) error
func (*NullableServiceAccountKeyListResponse) Unset ¶ added in v0.5.0
func (v *NullableServiceAccountKeyListResponse) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableValue ¶ added in v0.6.1
type NullableValue[T any] struct { // contains filtered or unexported fields }
func (NullableValue[T]) Get ¶ added in v0.6.1
func (v NullableValue[T]) Get() *T
func (NullableValue[T]) IsSet ¶ added in v0.6.1
func (v NullableValue[T]) IsSet() bool
func (*NullableValue[T]) Set ¶ added in v0.6.1
func (v *NullableValue[T]) Set(val *T)
func (*NullableValue[T]) Unset ¶ added in v0.6.1
func (v *NullableValue[T]) Unset()
type PartialUpdateServiceAccountKeyPayload ¶
type PartialUpdateServiceAccountKeyPayload struct {
// Active keys are valid, while inactive keys are temporarily deactivated.
Active PartialUpdateServiceAccountKeyPayloadgetActiveAttributeType `json:"active,omitempty"`
// Optional, date of key expiration. To disable, set time to \"9999-01-01T01:01:01Z\"
ValidUntil PartialUpdateServiceAccountKeyPayloadGetValidUntilAttributeType `json:"validUntil,omitempty"`
}
PartialUpdateServiceAccountKeyPayload struct for PartialUpdateServiceAccountKeyPayload
func NewPartialUpdateServiceAccountKeyPayload ¶ added in v0.5.0
func NewPartialUpdateServiceAccountKeyPayload() *PartialUpdateServiceAccountKeyPayload
NewPartialUpdateServiceAccountKeyPayload instantiates a new PartialUpdateServiceAccountKeyPayload 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 NewPartialUpdateServiceAccountKeyPayloadWithDefaults ¶ added in v0.5.0
func NewPartialUpdateServiceAccountKeyPayloadWithDefaults() *PartialUpdateServiceAccountKeyPayload
NewPartialUpdateServiceAccountKeyPayloadWithDefaults instantiates a new PartialUpdateServiceAccountKeyPayload 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 (*PartialUpdateServiceAccountKeyPayload) GetActive ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyPayload) GetActive() (res PartialUpdateServiceAccountKeyPayloadgetActiveRetType)
GetActive returns the Active field value if set, zero value otherwise.
func (*PartialUpdateServiceAccountKeyPayload) GetActiveOk ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyPayload) GetActiveOk() (ret PartialUpdateServiceAccountKeyPayloadgetActiveRetType, ok bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateServiceAccountKeyPayload) GetValidUntil ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyPayload) GetValidUntil() (res PartialUpdateServiceAccountKeyPayloadGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value if set, zero value otherwise.
func (*PartialUpdateServiceAccountKeyPayload) GetValidUntilOk ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyPayload) GetValidUntilOk() (ret PartialUpdateServiceAccountKeyPayloadGetValidUntilRetType, ok bool)
GetValidUntilOk returns a tuple with the ValidUntil field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateServiceAccountKeyPayload) HasActive ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyPayload) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*PartialUpdateServiceAccountKeyPayload) HasValidUntil ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyPayload) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set.
func (*PartialUpdateServiceAccountKeyPayload) SetActive ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyPayload) SetActive(v PartialUpdateServiceAccountKeyPayloadgetActiveRetType)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*PartialUpdateServiceAccountKeyPayload) SetValidUntil ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyPayload) SetValidUntil(v PartialUpdateServiceAccountKeyPayloadGetValidUntilRetType)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field.
func (PartialUpdateServiceAccountKeyPayload) ToMap ¶ added in v0.5.0
func (o PartialUpdateServiceAccountKeyPayload) ToMap() (map[string]interface{}, error)
type PartialUpdateServiceAccountKeyPayloadGetValidUntilArgType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyPayloadGetValidUntilAttributeType ¶ added in v0.6.1
isDateTime
type PartialUpdateServiceAccountKeyPayloadGetValidUntilRetType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyPayloadgetActiveArgType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyPayloadgetActiveArgType = bool
type PartialUpdateServiceAccountKeyPayloadgetActiveAttributeType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyPayloadgetActiveAttributeType = *bool
isBoolean
type PartialUpdateServiceAccountKeyPayloadgetActiveRetType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyPayloadgetActiveRetType = bool
type PartialUpdateServiceAccountKeyResponse ¶
type PartialUpdateServiceAccountKeyResponse struct {
// REQUIRED
Active PartialUpdateServiceAccountKeyResponsegetActiveAttributeType `json:"active"`
// Creation time of the key
// REQUIRED
CreatedAt PartialUpdateServiceAccountKeyResponseGetCreatedAtAttributeType `json:"createdAt"`
// Unique ID of the key.
// REQUIRED
Id PartialUpdateServiceAccountKeyResponseGetIdAttributeType `json:"id"`
// REQUIRED
KeyAlgorithm PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmAttributeType `json:"keyAlgorithm"`
// REQUIRED
KeyOrigin PartialUpdateServiceAccountKeyResponseGetKeyOriginAttributeType `json:"keyOrigin"`
// REQUIRED
KeyType PartialUpdateServiceAccountKeyResponseGetKeyTypeAttributeType `json:"keyType"`
// If specified, the timestamp until the key is active. May be null
ValidUntil PartialUpdateServiceAccountKeyResponseGetValidUntilAttributeType `json:"validUntil,omitempty"`
}
PartialUpdateServiceAccountKeyResponse struct for PartialUpdateServiceAccountKeyResponse
func NewPartialUpdateServiceAccountKeyResponse ¶ added in v0.5.0
func NewPartialUpdateServiceAccountKeyResponse(active PartialUpdateServiceAccountKeyResponsegetActiveArgType, createdAt PartialUpdateServiceAccountKeyResponseGetCreatedAtArgType, id PartialUpdateServiceAccountKeyResponseGetIdArgType, keyAlgorithm PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmArgType, keyOrigin PartialUpdateServiceAccountKeyResponseGetKeyOriginArgType, keyType PartialUpdateServiceAccountKeyResponseGetKeyTypeArgType) *PartialUpdateServiceAccountKeyResponse
NewPartialUpdateServiceAccountKeyResponse instantiates a new PartialUpdateServiceAccountKeyResponse 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 NewPartialUpdateServiceAccountKeyResponseWithDefaults ¶ added in v0.5.0
func NewPartialUpdateServiceAccountKeyResponseWithDefaults() *PartialUpdateServiceAccountKeyResponse
NewPartialUpdateServiceAccountKeyResponseWithDefaults instantiates a new PartialUpdateServiceAccountKeyResponse 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 (*PartialUpdateServiceAccountKeyResponse) GetActive ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetActive() (ret PartialUpdateServiceAccountKeyResponsegetActiveRetType)
GetActive returns the Active field value
func (*PartialUpdateServiceAccountKeyResponse) GetActiveOk ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetActiveOk() (ret PartialUpdateServiceAccountKeyResponsegetActiveRetType, ok bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*PartialUpdateServiceAccountKeyResponse) GetCreatedAt ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetCreatedAt() (ret PartialUpdateServiceAccountKeyResponseGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value
func (*PartialUpdateServiceAccountKeyResponse) GetCreatedAtOk ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetCreatedAtOk() (ret PartialUpdateServiceAccountKeyResponseGetCreatedAtRetType, ok bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*PartialUpdateServiceAccountKeyResponse) GetId ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetId() (ret PartialUpdateServiceAccountKeyResponseGetIdRetType)
GetId returns the Id field value
func (*PartialUpdateServiceAccountKeyResponse) GetIdOk ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetIdOk() (ret PartialUpdateServiceAccountKeyResponseGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PartialUpdateServiceAccountKeyResponse) GetKeyAlgorithm ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetKeyAlgorithm() (ret PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetType)
GetKeyAlgorithm returns the KeyAlgorithm field value
func (*PartialUpdateServiceAccountKeyResponse) GetKeyAlgorithmOk ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetKeyAlgorithmOk() (ret PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetType, ok bool)
GetKeyAlgorithmOk returns a tuple with the KeyAlgorithm field value and a boolean to check if the value has been set.
func (*PartialUpdateServiceAccountKeyResponse) GetKeyOrigin ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetKeyOrigin() (ret PartialUpdateServiceAccountKeyResponseGetKeyOriginRetType)
GetKeyOrigin returns the KeyOrigin field value
func (*PartialUpdateServiceAccountKeyResponse) GetKeyOriginOk ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetKeyOriginOk() (ret PartialUpdateServiceAccountKeyResponseGetKeyOriginRetType, ok bool)
GetKeyOriginOk returns a tuple with the KeyOrigin field value and a boolean to check if the value has been set.
func (*PartialUpdateServiceAccountKeyResponse) GetKeyType ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetKeyType() (ret PartialUpdateServiceAccountKeyResponseGetKeyTypeRetType)
GetKeyType returns the KeyType field value
func (*PartialUpdateServiceAccountKeyResponse) GetKeyTypeOk ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetKeyTypeOk() (ret PartialUpdateServiceAccountKeyResponseGetKeyTypeRetType, ok bool)
GetKeyTypeOk returns a tuple with the KeyType field value and a boolean to check if the value has been set.
func (*PartialUpdateServiceAccountKeyResponse) GetValidUntil ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetValidUntil() (res PartialUpdateServiceAccountKeyResponseGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value if set, zero value otherwise.
func (*PartialUpdateServiceAccountKeyResponse) GetValidUntilOk ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) GetValidUntilOk() (ret PartialUpdateServiceAccountKeyResponseGetValidUntilRetType, ok bool)
GetValidUntilOk returns a tuple with the ValidUntil field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateServiceAccountKeyResponse) HasValidUntil ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set.
func (*PartialUpdateServiceAccountKeyResponse) SetActive ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) SetActive(v PartialUpdateServiceAccountKeyResponsegetActiveRetType)
SetActive sets field value
func (*PartialUpdateServiceAccountKeyResponse) SetCreatedAt ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) SetCreatedAt(v PartialUpdateServiceAccountKeyResponseGetCreatedAtRetType)
SetCreatedAt sets field value
func (*PartialUpdateServiceAccountKeyResponse) SetId ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) SetId(v PartialUpdateServiceAccountKeyResponseGetIdRetType)
SetId sets field value
func (*PartialUpdateServiceAccountKeyResponse) SetKeyAlgorithm ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) SetKeyAlgorithm(v PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetType)
SetKeyAlgorithm sets field value
func (*PartialUpdateServiceAccountKeyResponse) SetKeyOrigin ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) SetKeyOrigin(v PartialUpdateServiceAccountKeyResponseGetKeyOriginRetType)
SetKeyOrigin sets field value
func (*PartialUpdateServiceAccountKeyResponse) SetKeyType ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) SetKeyType(v PartialUpdateServiceAccountKeyResponseGetKeyTypeRetType)
SetKeyType sets field value
func (*PartialUpdateServiceAccountKeyResponse) SetValidUntil ¶ added in v0.5.0
func (o *PartialUpdateServiceAccountKeyResponse) SetValidUntil(v PartialUpdateServiceAccountKeyResponseGetValidUntilRetType)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field.
func (PartialUpdateServiceAccountKeyResponse) ToMap ¶ added in v0.5.0
func (o PartialUpdateServiceAccountKeyResponse) ToMap() (map[string]interface{}, error)
type PartialUpdateServiceAccountKeyResponseGetCreatedAtArgType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetCreatedAtAttributeType ¶ added in v0.6.1
isDateTime
type PartialUpdateServiceAccountKeyResponseGetCreatedAtRetType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetIdArgType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetIdArgType = string
type PartialUpdateServiceAccountKeyResponseGetIdAttributeType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetIdAttributeType = *string
isNotNullableString
type PartialUpdateServiceAccountKeyResponseGetIdRetType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetIdRetType = string
type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmArgType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmArgType = string
type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmAttributeType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmAttributeType = *string
isEnumRef
type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetType = string
type PartialUpdateServiceAccountKeyResponseGetKeyOriginArgType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetKeyOriginArgType = string
type PartialUpdateServiceAccountKeyResponseGetKeyOriginAttributeType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetKeyOriginAttributeType = *string
isEnumRef
type PartialUpdateServiceAccountKeyResponseGetKeyOriginRetType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetKeyOriginRetType = string
type PartialUpdateServiceAccountKeyResponseGetKeyTypeArgType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetKeyTypeArgType = string
type PartialUpdateServiceAccountKeyResponseGetKeyTypeAttributeType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetKeyTypeAttributeType = *string
isEnumRef
type PartialUpdateServiceAccountKeyResponseGetKeyTypeRetType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetKeyTypeRetType = string
type PartialUpdateServiceAccountKeyResponseGetValidUntilArgType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponseGetValidUntilAttributeType ¶ added in v0.6.1
isDateTime
type PartialUpdateServiceAccountKeyResponseGetValidUntilRetType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponsegetActiveArgType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponsegetActiveArgType = bool
type PartialUpdateServiceAccountKeyResponsegetActiveAttributeType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponsegetActiveAttributeType = *bool
isBoolean
type PartialUpdateServiceAccountKeyResponsegetActiveRetType ¶ added in v0.6.1
type PartialUpdateServiceAccountKeyResponsegetActiveRetType = bool
type ServiceAccount ¶
type ServiceAccount struct {
// Unique identifier of the service account in format of an email address generated by the service containing the prefix provided by the user during creation.
// REQUIRED
Email ServiceAccountGetEmailAttributeType `json:"email"`
// Unique ID of the service account. It is also used in the 'sub' field of the service accounts access tokens.
// REQUIRED
Id ServiceAccountGetIdAttributeType `json:"id"`
// Flag indicating internal service accounts
// REQUIRED
Internal ServiceAccountgetInternalAttributeType `json:"internal"`
// ID of the related project
// REQUIRED
ProjectId ServiceAccountGetProjectIdAttributeType `json:"projectId"`
}
ServiceAccount struct for ServiceAccount
func NewServiceAccount ¶ added in v0.5.0
func NewServiceAccount(email ServiceAccountGetEmailArgType, id ServiceAccountGetIdArgType, internal ServiceAccountgetInternalArgType, projectId ServiceAccountGetProjectIdArgType) *ServiceAccount
NewServiceAccount instantiates a new ServiceAccount 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 NewServiceAccountWithDefaults ¶ added in v0.5.0
func NewServiceAccountWithDefaults() *ServiceAccount
NewServiceAccountWithDefaults instantiates a new ServiceAccount 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 (*ServiceAccount) GetEmail ¶ added in v0.5.0
func (o *ServiceAccount) GetEmail() (ret ServiceAccountGetEmailRetType)
GetEmail returns the Email field value
func (*ServiceAccount) GetEmailOk ¶ added in v0.5.0
func (o *ServiceAccount) GetEmailOk() (ret ServiceAccountGetEmailRetType, ok bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*ServiceAccount) GetId ¶ added in v0.5.0
func (o *ServiceAccount) GetId() (ret ServiceAccountGetIdRetType)
GetId returns the Id field value
func (*ServiceAccount) GetIdOk ¶ added in v0.5.0
func (o *ServiceAccount) GetIdOk() (ret ServiceAccountGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ServiceAccount) GetInternal ¶ added in v0.5.0
func (o *ServiceAccount) GetInternal() (ret ServiceAccountgetInternalRetType)
GetInternal returns the Internal field value
func (*ServiceAccount) GetInternalOk ¶ added in v0.5.0
func (o *ServiceAccount) GetInternalOk() (ret ServiceAccountgetInternalRetType, ok bool)
GetInternalOk returns a tuple with the Internal field value and a boolean to check if the value has been set.
func (*ServiceAccount) GetProjectId ¶ added in v0.5.0
func (o *ServiceAccount) GetProjectId() (ret ServiceAccountGetProjectIdRetType)
GetProjectId returns the ProjectId field value
func (*ServiceAccount) GetProjectIdOk ¶ added in v0.5.0
func (o *ServiceAccount) GetProjectIdOk() (ret ServiceAccountGetProjectIdRetType, ok bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*ServiceAccount) SetEmail ¶ added in v0.5.0
func (o *ServiceAccount) SetEmail(v ServiceAccountGetEmailRetType)
SetEmail sets field value
func (*ServiceAccount) SetId ¶ added in v0.5.0
func (o *ServiceAccount) SetId(v ServiceAccountGetIdRetType)
SetId sets field value
func (*ServiceAccount) SetInternal ¶ added in v0.5.0
func (o *ServiceAccount) SetInternal(v ServiceAccountgetInternalRetType)
SetInternal sets field value
func (*ServiceAccount) SetProjectId ¶ added in v0.5.0
func (o *ServiceAccount) SetProjectId(v ServiceAccountGetProjectIdRetType)
SetProjectId sets field value
func (ServiceAccount) ToMap ¶ added in v0.5.0
func (o ServiceAccount) ToMap() (map[string]interface{}, error)
type ServiceAccountGetEmailArgType ¶ added in v0.6.1
type ServiceAccountGetEmailArgType = string
type ServiceAccountGetEmailAttributeType ¶ added in v0.6.1
type ServiceAccountGetEmailAttributeType = *string
isNotNullableString
type ServiceAccountGetEmailRetType ¶ added in v0.6.1
type ServiceAccountGetEmailRetType = string
type ServiceAccountGetIdArgType ¶ added in v0.6.1
type ServiceAccountGetIdArgType = string
type ServiceAccountGetIdAttributeType ¶ added in v0.6.1
type ServiceAccountGetIdAttributeType = *string
isNotNullableString
type ServiceAccountGetIdRetType ¶ added in v0.6.1
type ServiceAccountGetIdRetType = string
type ServiceAccountGetProjectIdArgType ¶ added in v0.6.1
type ServiceAccountGetProjectIdArgType = string
type ServiceAccountGetProjectIdAttributeType ¶ added in v0.6.1
type ServiceAccountGetProjectIdAttributeType = *string
isNotNullableString
type ServiceAccountGetProjectIdRetType ¶ added in v0.6.1
type ServiceAccountGetProjectIdRetType = string
type ServiceAccountKeyListResponse ¶
type ServiceAccountKeyListResponse struct {
// REQUIRED
Active ServiceAccountKeyListResponsegetActiveAttributeType `json:"active"`
// Creation time of the key
// REQUIRED
CreatedAt ServiceAccountKeyListResponseGetCreatedAtAttributeType `json:"createdAt"`
// Unique ID of the key.
// REQUIRED
Id ServiceAccountKeyListResponseGetIdAttributeType `json:"id"`
// REQUIRED
KeyAlgorithm ServiceAccountKeyListResponseGetKeyAlgorithmAttributeType `json:"keyAlgorithm"`
// REQUIRED
KeyOrigin ServiceAccountKeyListResponseGetKeyOriginAttributeType `json:"keyOrigin"`
// REQUIRED
KeyType ServiceAccountKeyListResponseGetKeyTypeAttributeType `json:"keyType"`
// If specified, the timestamp until the key is active. May be null
ValidUntil ServiceAccountKeyListResponseGetValidUntilAttributeType `json:"validUntil,omitempty"`
}
ServiceAccountKeyListResponse struct for ServiceAccountKeyListResponse
func NewServiceAccountKeyListResponse ¶ added in v0.5.0
func NewServiceAccountKeyListResponse(active ServiceAccountKeyListResponsegetActiveArgType, createdAt ServiceAccountKeyListResponseGetCreatedAtArgType, id ServiceAccountKeyListResponseGetIdArgType, keyAlgorithm ServiceAccountKeyListResponseGetKeyAlgorithmArgType, keyOrigin ServiceAccountKeyListResponseGetKeyOriginArgType, keyType ServiceAccountKeyListResponseGetKeyTypeArgType) *ServiceAccountKeyListResponse
NewServiceAccountKeyListResponse instantiates a new ServiceAccountKeyListResponse 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 NewServiceAccountKeyListResponseWithDefaults ¶ added in v0.5.0
func NewServiceAccountKeyListResponseWithDefaults() *ServiceAccountKeyListResponse
NewServiceAccountKeyListResponseWithDefaults instantiates a new ServiceAccountKeyListResponse 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 (*ServiceAccountKeyListResponse) GetActive ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetActive() (ret ServiceAccountKeyListResponsegetActiveRetType)
GetActive returns the Active field value
func (*ServiceAccountKeyListResponse) GetActiveOk ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetActiveOk() (ret ServiceAccountKeyListResponsegetActiveRetType, ok bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*ServiceAccountKeyListResponse) GetCreatedAt ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetCreatedAt() (ret ServiceAccountKeyListResponseGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value
func (*ServiceAccountKeyListResponse) GetCreatedAtOk ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetCreatedAtOk() (ret ServiceAccountKeyListResponseGetCreatedAtRetType, ok bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ServiceAccountKeyListResponse) GetId ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetId() (ret ServiceAccountKeyListResponseGetIdRetType)
GetId returns the Id field value
func (*ServiceAccountKeyListResponse) GetIdOk ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetIdOk() (ret ServiceAccountKeyListResponseGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ServiceAccountKeyListResponse) GetKeyAlgorithm ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetKeyAlgorithm() (ret ServiceAccountKeyListResponseGetKeyAlgorithmRetType)
GetKeyAlgorithm returns the KeyAlgorithm field value
func (*ServiceAccountKeyListResponse) GetKeyAlgorithmOk ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetKeyAlgorithmOk() (ret ServiceAccountKeyListResponseGetKeyAlgorithmRetType, ok bool)
GetKeyAlgorithmOk returns a tuple with the KeyAlgorithm field value and a boolean to check if the value has been set.
func (*ServiceAccountKeyListResponse) GetKeyOrigin ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetKeyOrigin() (ret ServiceAccountKeyListResponseGetKeyOriginRetType)
GetKeyOrigin returns the KeyOrigin field value
func (*ServiceAccountKeyListResponse) GetKeyOriginOk ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetKeyOriginOk() (ret ServiceAccountKeyListResponseGetKeyOriginRetType, ok bool)
GetKeyOriginOk returns a tuple with the KeyOrigin field value and a boolean to check if the value has been set.
func (*ServiceAccountKeyListResponse) GetKeyType ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetKeyType() (ret ServiceAccountKeyListResponseGetKeyTypeRetType)
GetKeyType returns the KeyType field value
func (*ServiceAccountKeyListResponse) GetKeyTypeOk ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetKeyTypeOk() (ret ServiceAccountKeyListResponseGetKeyTypeRetType, ok bool)
GetKeyTypeOk returns a tuple with the KeyType field value and a boolean to check if the value has been set.
func (*ServiceAccountKeyListResponse) GetValidUntil ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetValidUntil() (res ServiceAccountKeyListResponseGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value if set, zero value otherwise.
func (*ServiceAccountKeyListResponse) GetValidUntilOk ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) GetValidUntilOk() (ret ServiceAccountKeyListResponseGetValidUntilRetType, ok bool)
GetValidUntilOk returns a tuple with the ValidUntil field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountKeyListResponse) HasValidUntil ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set.
func (*ServiceAccountKeyListResponse) SetActive ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) SetActive(v ServiceAccountKeyListResponsegetActiveRetType)
SetActive sets field value
func (*ServiceAccountKeyListResponse) SetCreatedAt ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) SetCreatedAt(v ServiceAccountKeyListResponseGetCreatedAtRetType)
SetCreatedAt sets field value
func (*ServiceAccountKeyListResponse) SetId ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) SetId(v ServiceAccountKeyListResponseGetIdRetType)
SetId sets field value
func (*ServiceAccountKeyListResponse) SetKeyAlgorithm ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) SetKeyAlgorithm(v ServiceAccountKeyListResponseGetKeyAlgorithmRetType)
SetKeyAlgorithm sets field value
func (*ServiceAccountKeyListResponse) SetKeyOrigin ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) SetKeyOrigin(v ServiceAccountKeyListResponseGetKeyOriginRetType)
SetKeyOrigin sets field value
func (*ServiceAccountKeyListResponse) SetKeyType ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) SetKeyType(v ServiceAccountKeyListResponseGetKeyTypeRetType)
SetKeyType sets field value
func (*ServiceAccountKeyListResponse) SetValidUntil ¶ added in v0.5.0
func (o *ServiceAccountKeyListResponse) SetValidUntil(v ServiceAccountKeyListResponseGetValidUntilRetType)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field.
func (ServiceAccountKeyListResponse) ToMap ¶ added in v0.5.0
func (o ServiceAccountKeyListResponse) ToMap() (map[string]interface{}, error)
type ServiceAccountKeyListResponseGetCreatedAtArgType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetCreatedAtAttributeType ¶ added in v0.6.1
isDateTime
type ServiceAccountKeyListResponseGetCreatedAtRetType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetIdArgType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetIdArgType = string
type ServiceAccountKeyListResponseGetIdAttributeType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetIdAttributeType = *string
isNotNullableString
type ServiceAccountKeyListResponseGetIdRetType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetIdRetType = string
type ServiceAccountKeyListResponseGetKeyAlgorithmArgType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetKeyAlgorithmArgType = string
type ServiceAccountKeyListResponseGetKeyAlgorithmAttributeType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetKeyAlgorithmAttributeType = *string
isEnumRef
type ServiceAccountKeyListResponseGetKeyAlgorithmRetType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetKeyAlgorithmRetType = string
type ServiceAccountKeyListResponseGetKeyOriginArgType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetKeyOriginArgType = string
type ServiceAccountKeyListResponseGetKeyOriginAttributeType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetKeyOriginAttributeType = *string
isEnumRef
type ServiceAccountKeyListResponseGetKeyOriginRetType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetKeyOriginRetType = string
type ServiceAccountKeyListResponseGetKeyTypeArgType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetKeyTypeArgType = string
type ServiceAccountKeyListResponseGetKeyTypeAttributeType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetKeyTypeAttributeType = *string
isEnumRef
type ServiceAccountKeyListResponseGetKeyTypeRetType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetKeyTypeRetType = string
type ServiceAccountKeyListResponseGetValidUntilArgType ¶ added in v0.6.1
type ServiceAccountKeyListResponseGetValidUntilAttributeType ¶ added in v0.6.1
isDateTime
type ServiceAccountKeyListResponseGetValidUntilRetType ¶ added in v0.6.1
type ServiceAccountKeyListResponsegetActiveArgType ¶ added in v0.6.1
type ServiceAccountKeyListResponsegetActiveArgType = bool
type ServiceAccountKeyListResponsegetActiveAttributeType ¶ added in v0.6.1
type ServiceAccountKeyListResponsegetActiveAttributeType = *bool
isBoolean
type ServiceAccountKeyListResponsegetActiveRetType ¶ added in v0.6.1
type ServiceAccountKeyListResponsegetActiveRetType = bool
type ServiceAccountgetInternalArgType ¶ added in v0.6.1
type ServiceAccountgetInternalArgType = bool
type ServiceAccountgetInternalAttributeType ¶ added in v0.6.1
type ServiceAccountgetInternalAttributeType = *bool
isBoolean
type ServiceAccountgetInternalRetType ¶ added in v0.6.1
type ServiceAccountgetInternalRetType = bool
Source Files
¶
- api_default.go
- client.go
- configuration.go
- model_access_token.go
- model_access_token_metadata.go
- model_auth_error.go
- model_auth_error_error.go
- model_create_access_token_payload.go
- model_create_service_account_key_payload.go
- model_create_service_account_key_response.go
- model_create_service_account_key_response_credentials.go
- model_create_service_account_payload.go
- model_create_short_lived_access_token_response.go
- model_error.go
- model_get_service_account_key_response.go
- model_get_service_account_key_response_credentials.go
- model_jwk.go
- model_jwks.go
- model_list_access_tokens_response.go
- model_list_service_account_keys_response.go
- model_list_service_accounts_response.go
- model_partial_update_service_account_key_payload.go
- model_partial_update_service_account_key_response.go
- model_service_account.go
- model_service_account_key_list_response.go
- utils.go