Documentation
¶
Overview ¶
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) stringdeprecated
- 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) ApiCreateAccessTokenRequestdeprecated
- func (a *APIClient) CreateAccessTokenExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*AccessToken, error)deprecated
- func (a *APIClient) CreateFederatedIdentityProvider(ctx context.Context, projectId string, serviceAccountEmail string) ApiCreateFederatedIdentityProviderRequestdeprecated
- func (a *APIClient) CreateFederatedIdentityProviderExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*CreateFederatedIdentityProviderResponse, error)deprecated
- func (a *APIClient) CreateServiceAccount(ctx context.Context, projectId string) ApiCreateServiceAccountRequestdeprecated
- func (a *APIClient) CreateServiceAccountExecute(ctx context.Context, projectId string) (*ServiceAccount, error)deprecated
- func (a *APIClient) CreateServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string) ApiCreateServiceAccountKeyRequestdeprecated
- func (a *APIClient) CreateServiceAccountKeyExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*CreateServiceAccountKeyResponse, error)deprecated
- func (a *APIClient) CreateShortLivedAccessToken(ctx context.Context) ApiCreateShortLivedAccessTokenRequestdeprecated
- func (a *APIClient) CreateShortLivedAccessTokenExecute(ctx context.Context) (*CreateShortLivedAccessTokenResponse, error)deprecated
- func (a *APIClient) DeleteAccessToken(ctx context.Context, projectId string, serviceAccountEmail string, ...) ApiDeleteAccessTokenRequestdeprecated
- func (a *APIClient) DeleteAccessTokenExecute(ctx context.Context, projectId string, serviceAccountEmail string, ...) errordeprecated
- func (a *APIClient) DeleteServiceAccount(ctx context.Context, projectId string, serviceAccountEmail string) ApiDeleteServiceAccountRequestdeprecated
- func (a *APIClient) DeleteServiceAccountExecute(ctx context.Context, projectId string, serviceAccountEmail string) errordeprecated
- func (a *APIClient) DeleteServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, ...) ApiDeleteServiceAccountKeyRequestdeprecated
- func (a *APIClient) DeleteServiceAccountKeyExecute(ctx context.Context, projectId string, serviceAccountEmail string, ...) errordeprecated
- func (a *APIClient) DeleteServiceFederatedIdentityProvider(ctx context.Context, projectId string, serviceAccountEmail string, ...) ApiDeleteServiceFederatedIdentityProviderRequestdeprecated
- func (a *APIClient) DeleteServiceFederatedIdentityProviderExecute(ctx context.Context, projectId string, serviceAccountEmail string, ...) errordeprecated
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) GetJWKS(ctx context.Context, serviceAccountEmail string) ApiGetJWKSRequestdeprecated
- func (a *APIClient) GetJWKSExecute(ctx context.Context, serviceAccountEmail string) (*JWKS, error)deprecated
- func (a *APIClient) GetServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, ...) ApiGetServiceAccountKeyRequestdeprecated
- func (a *APIClient) GetServiceAccountKeyExecute(ctx context.Context, projectId string, serviceAccountEmail string, ...) (*GetServiceAccountKeyResponse, error)deprecated
- func (a *APIClient) ListAccessTokens(ctx context.Context, projectId string, serviceAccountEmail string) ApiListAccessTokensRequestdeprecated
- func (a *APIClient) ListAccessTokensExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*ListAccessTokensResponse, error)deprecated
- func (a *APIClient) ListFederatedIdentityProviders(ctx context.Context, projectId string, serviceAccountEmail string) ApiListFederatedIdentityProvidersRequestdeprecated
- func (a *APIClient) ListFederatedIdentityProvidersExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*FederatedListFederatedIdentityProvidersResponse, error)deprecated
- func (a *APIClient) ListServiceAccountKeys(ctx context.Context, projectId string, serviceAccountEmail string) ApiListServiceAccountKeysRequestdeprecated
- func (a *APIClient) ListServiceAccountKeysExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*ListServiceAccountKeysResponse, error)deprecated
- func (a *APIClient) ListServiceAccounts(ctx context.Context, projectId string) ApiListServiceAccountsRequestdeprecated
- func (a *APIClient) ListServiceAccountsExecute(ctx context.Context, projectId string) (*ListServiceAccountsResponse, error)deprecated
- func (a *APIClient) PartialUpdateServiceAccountFederatedIdentityProvider(ctx context.Context, projectId string, serviceAccountEmail string, ...) ApiPartialUpdateServiceAccountFederatedIdentityProviderRequestdeprecated
- func (a *APIClient) PartialUpdateServiceAccountFederatedIdentityProviderExecute(ctx context.Context, projectId string, serviceAccountEmail string, ...) (*CreateFederatedIdentityProviderResponse, error)deprecated
- func (a *APIClient) PartialUpdateServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, ...) ApiPartialUpdateServiceAccountKeyRequestdeprecated
- func (a *APIClient) PartialUpdateServiceAccountKeyExecute(ctx context.Context, projectId string, serviceAccountEmail string, ...) (*PartialUpdateServiceAccountKeyResponse, error)deprecated
- 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)deprecated
- type AccessTokenGetCreatedAtArgTypedeprecated
- type AccessTokenGetCreatedAtAttributeType
- type AccessTokenGetCreatedAtRetTypedeprecated
- type AccessTokenGetIdArgTypedeprecated
- type AccessTokenGetIdAttributeType
- type AccessTokenGetIdRetTypedeprecated
- type AccessTokenGetTokenArgTypedeprecated
- type AccessTokenGetTokenAttributeType
- type AccessTokenGetTokenRetTypedeprecated
- type AccessTokenGetValidUntilArgTypedeprecated
- type AccessTokenGetValidUntilAttributeType
- type AccessTokenGetValidUntilRetTypedeprecated
- 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)deprecated
- type AccessTokenMetadataGetCreatedAtArgTypedeprecated
- type AccessTokenMetadataGetCreatedAtAttributeType
- type AccessTokenMetadataGetCreatedAtRetTypedeprecated
- type AccessTokenMetadataGetIdArgTypedeprecated
- type AccessTokenMetadataGetIdAttributeType
- type AccessTokenMetadataGetIdRetTypedeprecated
- type AccessTokenMetadataGetValidUntilArgTypedeprecated
- type AccessTokenMetadataGetValidUntilAttributeType
- type AccessTokenMetadataGetValidUntilRetTypedeprecated
- type AccessTokenMetadatagetActiveArgTypedeprecated
- type AccessTokenMetadatagetActiveAttributeType
- type AccessTokenMetadatagetActiveRetTypedeprecated
- type AccessTokengetActiveArgTypedeprecated
- type AccessTokengetActiveAttributeType
- type AccessTokengetActiveRetTypedeprecated
- type ApiCreateAccessTokenRequestdeprecated
- type ApiCreateFederatedIdentityProviderRequestdeprecated
- type ApiCreateServiceAccountKeyRequestdeprecated
- type ApiCreateServiceAccountRequestdeprecated
- type ApiCreateShortLivedAccessTokenRequestdeprecated
- type ApiDeleteAccessTokenRequestdeprecated
- type ApiDeleteServiceAccountKeyRequestdeprecated
- type ApiDeleteServiceAccountRequestdeprecated
- type ApiDeleteServiceFederatedIdentityProviderRequestdeprecated
- type ApiGetJWKSRequestdeprecated
- type ApiGetServiceAccountKeyRequestdeprecated
- type ApiListAccessTokensRequestdeprecated
- type ApiListFederatedIdentityProvidersRequestdeprecated
- type ApiListServiceAccountKeysRequestdeprecated
- type ApiListServiceAccountsRequestdeprecated
- type ApiPartialUpdateServiceAccountFederatedIdentityProviderRequestdeprecated
- type ApiPartialUpdateServiceAccountKeyRequestdeprecated
- 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)deprecated
- type AuthErrorErrorGetCodeArgTypedeprecated
- type AuthErrorErrorGetCodeAttributeType
- type AuthErrorErrorGetCodeRetTypedeprecated
- type AuthErrorErrorGetMessageArgTypedeprecated
- type AuthErrorErrorGetMessageAttributeType
- type AuthErrorErrorGetMessageRetTypedeprecated
- type AuthErrorErrorGetStatusArgTypedeprecated
- type AuthErrorErrorGetStatusAttributeType
- type AuthErrorErrorGetStatusRetTypedeprecated
- type AuthErrorGetErrorArgTypedeprecated
- type AuthErrorGetErrorAttributeType
- type AuthErrorGetErrorRetTypedeprecated
- 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)deprecated
- type CreateAccessTokenPayloadGetTtlDaysArgTypedeprecated
- type CreateAccessTokenPayloadGetTtlDaysAttributeType
- type CreateAccessTokenPayloadGetTtlDaysRetTypedeprecated
- type CreateAccessTokenRequestdeprecated
- type CreateFederatedIdentityProviderPayload
- func (o *CreateFederatedIdentityProviderPayload) GetAssertions() (res CreateFederatedIdentityProviderPayloadGetAssertionsRetType)
- func (o *CreateFederatedIdentityProviderPayload) GetAssertionsOk() (ret CreateFederatedIdentityProviderPayloadGetAssertionsRetType, ok bool)
- func (o *CreateFederatedIdentityProviderPayload) GetIssuer() (ret CreateFederatedIdentityProviderPayloadGetIssuerRetType)
- func (o *CreateFederatedIdentityProviderPayload) GetIssuerOk() (ret CreateFederatedIdentityProviderPayloadGetIssuerRetType, ok bool)
- func (o *CreateFederatedIdentityProviderPayload) GetName() (ret CreateFederatedIdentityProviderPayloadGetNameRetType)
- func (o *CreateFederatedIdentityProviderPayload) GetNameOk() (ret CreateFederatedIdentityProviderPayloadGetNameRetType, ok bool)
- func (o *CreateFederatedIdentityProviderPayload) HasAssertions() bool
- func (o *CreateFederatedIdentityProviderPayload) SetAssertions(v CreateFederatedIdentityProviderPayloadGetAssertionsRetType)
- func (o *CreateFederatedIdentityProviderPayload) SetIssuer(v CreateFederatedIdentityProviderPayloadGetIssuerRetType)
- func (o *CreateFederatedIdentityProviderPayload) SetName(v CreateFederatedIdentityProviderPayloadGetNameRetType)
- func (o CreateFederatedIdentityProviderPayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateFederatedIdentityProviderPayloadAssertionsInner
- func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) GetItem() (res CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemRetType)
- func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) GetItemOk() (ret CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemRetType, ...)
- func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) GetOperator() (res CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorRetType)
- func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) GetOperatorOk() (ret CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorRetType, ...)
- func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) GetValue() (res CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueRetType)
- func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) GetValueOk() (ret CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueRetType, ...)
- func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) HasItem() bool
- func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) HasOperator() bool
- func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) HasValue() bool
- func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) SetItem(v CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemRetType)
- func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) SetOperator(v CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorRetType)
- func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) SetValue(v CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueRetType)
- func (o CreateFederatedIdentityProviderPayloadAssertionsInner) ToMap() (map[string]interface{}, error)deprecated
- type CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemArgTypedeprecated
- type CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemAttributeType
- type CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemRetTypedeprecated
- type CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorArgTypedeprecated
- type CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorAttributeType
- type CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorRetTypedeprecated
- type CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueArgTypedeprecated
- type CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueAttributeType
- type CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueRetTypedeprecated
- type CreateFederatedIdentityProviderPayloadGetAssertionsArgTypedeprecated
- type CreateFederatedIdentityProviderPayloadGetAssertionsAttributeType
- type CreateFederatedIdentityProviderPayloadGetAssertionsRetTypedeprecated
- type CreateFederatedIdentityProviderPayloadGetIssuerArgTypedeprecated
- type CreateFederatedIdentityProviderPayloadGetIssuerAttributeType
- type CreateFederatedIdentityProviderPayloadGetIssuerRetTypedeprecated
- type CreateFederatedIdentityProviderPayloadGetNameArgTypedeprecated
- type CreateFederatedIdentityProviderPayloadGetNameAttributeType
- type CreateFederatedIdentityProviderPayloadGetNameRetTypedeprecated
- type CreateFederatedIdentityProviderRequestdeprecated
- func (r CreateFederatedIdentityProviderRequest) CreateFederatedIdentityProviderPayload(createFederatedIdentityProviderPayload CreateFederatedIdentityProviderPayload) ApiCreateFederatedIdentityProviderRequest
- func (r CreateFederatedIdentityProviderRequest) Execute() (*CreateFederatedIdentityProviderResponse, error)deprecated
- type CreateFederatedIdentityProviderResponse
- func (o *CreateFederatedIdentityProviderResponse) GetAssertions() (ret CreateFederatedIdentityProviderResponseGetAssertionsRetType)
- func (o *CreateFederatedIdentityProviderResponse) GetAssertionsOk() (ret CreateFederatedIdentityProviderResponseGetAssertionsRetType, ok bool)
- func (o *CreateFederatedIdentityProviderResponse) GetCreatedAt() (ret CreateFederatedIdentityProviderResponseGetCreatedAtRetType)
- func (o *CreateFederatedIdentityProviderResponse) GetCreatedAtOk() (ret CreateFederatedIdentityProviderResponseGetCreatedAtRetType, ok bool)
- func (o *CreateFederatedIdentityProviderResponse) GetIssuer() (ret CreateFederatedIdentityProviderResponseGetIssuerRetType)
- func (o *CreateFederatedIdentityProviderResponse) GetIssuerOk() (ret CreateFederatedIdentityProviderResponseGetIssuerRetType, ok bool)
- func (o *CreateFederatedIdentityProviderResponse) GetName() (ret CreateFederatedIdentityProviderResponseGetNameRetType)
- func (o *CreateFederatedIdentityProviderResponse) GetNameOk() (ret CreateFederatedIdentityProviderResponseGetNameRetType, ok bool)
- func (o *CreateFederatedIdentityProviderResponse) GetUpdatedAt() (ret CreateFederatedIdentityProviderResponseGetUpdatedAtRetType)
- func (o *CreateFederatedIdentityProviderResponse) GetUpdatedAtOk() (ret CreateFederatedIdentityProviderResponseGetUpdatedAtRetType, ok bool)
- func (o *CreateFederatedIdentityProviderResponse) SetAssertions(v CreateFederatedIdentityProviderResponseGetAssertionsRetType)
- func (o *CreateFederatedIdentityProviderResponse) SetCreatedAt(v CreateFederatedIdentityProviderResponseGetCreatedAtRetType)
- func (o *CreateFederatedIdentityProviderResponse) SetIssuer(v CreateFederatedIdentityProviderResponseGetIssuerRetType)
- func (o *CreateFederatedIdentityProviderResponse) SetName(v CreateFederatedIdentityProviderResponseGetNameRetType)
- func (o *CreateFederatedIdentityProviderResponse) SetUpdatedAt(v CreateFederatedIdentityProviderResponseGetUpdatedAtRetType)
- func (o CreateFederatedIdentityProviderResponse) ToMap() (map[string]interface{}, error)deprecated
- type CreateFederatedIdentityProviderResponseAssertionsInner
- func NewCreateFederatedIdentityProviderResponseAssertionsInner(item CreateFederatedIdentityProviderResponseAssertionsInnerGetItemArgType, ...) *CreateFederatedIdentityProviderResponseAssertionsInner
- func NewCreateFederatedIdentityProviderResponseAssertionsInnerWithDefaults() *CreateFederatedIdentityProviderResponseAssertionsInner
- func (o *CreateFederatedIdentityProviderResponseAssertionsInner) GetItem() (ret CreateFederatedIdentityProviderResponseAssertionsInnerGetItemRetType)
- func (o *CreateFederatedIdentityProviderResponseAssertionsInner) GetItemOk() (ret CreateFederatedIdentityProviderResponseAssertionsInnerGetItemRetType, ...)
- func (o *CreateFederatedIdentityProviderResponseAssertionsInner) GetOperator() (ret CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorRetType)
- func (o *CreateFederatedIdentityProviderResponseAssertionsInner) GetOperatorOk() (ret CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorRetType, ...)
- func (o *CreateFederatedIdentityProviderResponseAssertionsInner) GetValue() (ret CreateFederatedIdentityProviderResponseAssertionsInnerGetValueRetType)
- func (o *CreateFederatedIdentityProviderResponseAssertionsInner) GetValueOk() (ret CreateFederatedIdentityProviderResponseAssertionsInnerGetValueRetType, ...)
- func (o *CreateFederatedIdentityProviderResponseAssertionsInner) SetItem(v CreateFederatedIdentityProviderResponseAssertionsInnerGetItemRetType)
- func (o *CreateFederatedIdentityProviderResponseAssertionsInner) SetOperator(v CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorRetType)
- func (o *CreateFederatedIdentityProviderResponseAssertionsInner) SetValue(v CreateFederatedIdentityProviderResponseAssertionsInnerGetValueRetType)
- func (o CreateFederatedIdentityProviderResponseAssertionsInner) ToMap() (map[string]interface{}, error)deprecated
- type CreateFederatedIdentityProviderResponseAssertionsInnerGetItemArgTypedeprecated
- type CreateFederatedIdentityProviderResponseAssertionsInnerGetItemAttributeType
- type CreateFederatedIdentityProviderResponseAssertionsInnerGetItemRetTypedeprecated
- type CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorArgTypedeprecated
- type CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorAttributeType
- type CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorRetTypedeprecated
- type CreateFederatedIdentityProviderResponseAssertionsInnerGetValueArgTypedeprecated
- type CreateFederatedIdentityProviderResponseAssertionsInnerGetValueAttributeType
- type CreateFederatedIdentityProviderResponseAssertionsInnerGetValueRetTypedeprecated
- type CreateFederatedIdentityProviderResponseGetAssertionsArgTypedeprecated
- type CreateFederatedIdentityProviderResponseGetAssertionsAttributeType
- type CreateFederatedIdentityProviderResponseGetAssertionsRetTypedeprecated
- type CreateFederatedIdentityProviderResponseGetCreatedAtArgTypedeprecated
- type CreateFederatedIdentityProviderResponseGetCreatedAtAttributeType
- type CreateFederatedIdentityProviderResponseGetCreatedAtRetTypedeprecated
- type CreateFederatedIdentityProviderResponseGetIssuerArgTypedeprecated
- type CreateFederatedIdentityProviderResponseGetIssuerAttributeType
- type CreateFederatedIdentityProviderResponseGetIssuerRetTypedeprecated
- type CreateFederatedIdentityProviderResponseGetNameArgTypedeprecated
- type CreateFederatedIdentityProviderResponseGetNameAttributeType
- type CreateFederatedIdentityProviderResponseGetNameRetTypedeprecated
- type CreateFederatedIdentityProviderResponseGetUpdatedAtArgTypedeprecated
- type CreateFederatedIdentityProviderResponseGetUpdatedAtAttributeType
- type CreateFederatedIdentityProviderResponseGetUpdatedAtRetTypedeprecated
- type CreateServiceAccountKeyPayload
- func (o *CreateServiceAccountKeyPayload) GetAlgorithm() (res CreateServiceAccountKeyPayloadGetAlgorithmRetType)
- func (o *CreateServiceAccountKeyPayload) GetAlgorithmOk() (ret CreateServiceAccountKeyPayloadGetAlgorithmRetType, ok bool)
- 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) HasAlgorithm() bool
- func (o *CreateServiceAccountKeyPayload) HasPublicKey() bool
- func (o *CreateServiceAccountKeyPayload) HasValidUntil() bool
- func (o *CreateServiceAccountKeyPayload) SetAlgorithm(v CreateServiceAccountKeyPayloadGetAlgorithmRetType)
- func (o *CreateServiceAccountKeyPayload) SetPublicKey(v CreateServiceAccountKeyPayloadGetPublicKeyRetType)
- func (o *CreateServiceAccountKeyPayload) SetValidUntil(v CreateServiceAccountKeyPayloadGetValidUntilRetType)
- func (o CreateServiceAccountKeyPayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateServiceAccountKeyPayloadAlgorithm
- type CreateServiceAccountKeyPayloadGetAlgorithmArgTypedeprecated
- type CreateServiceAccountKeyPayloadGetAlgorithmAttributeTypedeprecated
- type CreateServiceAccountKeyPayloadGetAlgorithmRetTypedeprecated
- type CreateServiceAccountKeyPayloadGetPublicKeyArgTypedeprecated
- type CreateServiceAccountKeyPayloadGetPublicKeyAttributeType
- type CreateServiceAccountKeyPayloadGetPublicKeyRetTypedeprecated
- type CreateServiceAccountKeyPayloadGetValidUntilArgTypedeprecated
- type CreateServiceAccountKeyPayloadGetValidUntilAttributeType
- type CreateServiceAccountKeyPayloadGetValidUntilRetTypedeprecated
- type CreateServiceAccountKeyRequestdeprecated
- 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)deprecated
- 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)deprecated
- type CreateServiceAccountKeyResponseCredentialsGetAudArgTypedeprecated
- type CreateServiceAccountKeyResponseCredentialsGetAudAttributeType
- type CreateServiceAccountKeyResponseCredentialsGetAudRetTypedeprecated
- type CreateServiceAccountKeyResponseCredentialsGetIssArgTypedeprecated
- type CreateServiceAccountKeyResponseCredentialsGetIssAttributeType
- type CreateServiceAccountKeyResponseCredentialsGetIssRetTypedeprecated
- type CreateServiceAccountKeyResponseCredentialsGetKidArgTypedeprecated
- type CreateServiceAccountKeyResponseCredentialsGetKidAttributeType
- type CreateServiceAccountKeyResponseCredentialsGetKidRetTypedeprecated
- type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyArgTypedeprecated
- type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyAttributeType
- type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetTypedeprecated
- type CreateServiceAccountKeyResponseCredentialsGetSubArgTypedeprecated
- type CreateServiceAccountKeyResponseCredentialsGetSubAttributeType
- type CreateServiceAccountKeyResponseCredentialsGetSubRetTypedeprecated
- type CreateServiceAccountKeyResponseGetCreatedAtArgTypedeprecated
- type CreateServiceAccountKeyResponseGetCreatedAtAttributeType
- type CreateServiceAccountKeyResponseGetCreatedAtRetTypedeprecated
- type CreateServiceAccountKeyResponseGetCredentialsArgTypedeprecated
- type CreateServiceAccountKeyResponseGetCredentialsAttributeType
- type CreateServiceAccountKeyResponseGetCredentialsRetTypedeprecated
- type CreateServiceAccountKeyResponseGetIdArgTypedeprecated
- type CreateServiceAccountKeyResponseGetIdAttributeType
- type CreateServiceAccountKeyResponseGetIdRetTypedeprecated
- type CreateServiceAccountKeyResponseGetKeyAlgorithmArgTypedeprecated
- type CreateServiceAccountKeyResponseGetKeyAlgorithmAttributeTypedeprecated
- type CreateServiceAccountKeyResponseGetKeyAlgorithmRetTypedeprecated
- type CreateServiceAccountKeyResponseGetKeyOriginArgTypedeprecated
- type CreateServiceAccountKeyResponseGetKeyOriginAttributeTypedeprecated
- type CreateServiceAccountKeyResponseGetKeyOriginRetTypedeprecated
- type CreateServiceAccountKeyResponseGetKeyTypeArgTypedeprecated
- type CreateServiceAccountKeyResponseGetKeyTypeAttributeTypedeprecated
- type CreateServiceAccountKeyResponseGetKeyTypeRetTypedeprecated
- type CreateServiceAccountKeyResponseGetPublicKeyArgTypedeprecated
- type CreateServiceAccountKeyResponseGetPublicKeyAttributeType
- type CreateServiceAccountKeyResponseGetPublicKeyRetTypedeprecated
- type CreateServiceAccountKeyResponseGetValidUntilArgTypedeprecated
- type CreateServiceAccountKeyResponseGetValidUntilAttributeType
- type CreateServiceAccountKeyResponseGetValidUntilRetTypedeprecated
- type CreateServiceAccountKeyResponseKeyAlgorithm
- type CreateServiceAccountKeyResponseKeyOrigin
- type CreateServiceAccountKeyResponseKeyType
- type CreateServiceAccountKeyResponsegetActiveArgTypedeprecated
- type CreateServiceAccountKeyResponsegetActiveAttributeType
- type CreateServiceAccountKeyResponsegetActiveRetTypedeprecated
- 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)deprecated
- type CreateServiceAccountPayloadGetNameArgTypedeprecated
- type CreateServiceAccountPayloadGetNameAttributeType
- type CreateServiceAccountPayloadGetNameRetTypedeprecated
- type CreateServiceAccountRequestdeprecated
- type CreateShortLivedAccessTokenRequestdeprecated
- func (r CreateShortLivedAccessTokenRequest) Assertion(assertion string) ApiCreateShortLivedAccessTokenRequest
- func (r CreateShortLivedAccessTokenRequest) Execute() (*CreateShortLivedAccessTokenResponse, error)deprecated
- func (r CreateShortLivedAccessTokenRequest) GrantType(grantType string) ApiCreateShortLivedAccessTokenRequest
- func (r CreateShortLivedAccessTokenRequest) RefreshToken(refreshToken string) ApiCreateShortLivedAccessTokenRequest
- 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)deprecated
- type CreateShortLivedAccessTokenResponseGetAccessTokenArgTypedeprecated
- type CreateShortLivedAccessTokenResponseGetAccessTokenAttributeType
- type CreateShortLivedAccessTokenResponseGetAccessTokenRetTypedeprecated
- type CreateShortLivedAccessTokenResponseGetExpiresInArgTypedeprecated
- type CreateShortLivedAccessTokenResponseGetExpiresInAttributeType
- type CreateShortLivedAccessTokenResponseGetExpiresInRetTypedeprecated
- type CreateShortLivedAccessTokenResponseGetRefreshTokenArgTypedeprecated
- type CreateShortLivedAccessTokenResponseGetRefreshTokenAttributeType
- type CreateShortLivedAccessTokenResponseGetRefreshTokenRetTypedeprecated
- type CreateShortLivedAccessTokenResponseGetScopeArgTypedeprecated
- type CreateShortLivedAccessTokenResponseGetScopeAttributeType
- type CreateShortLivedAccessTokenResponseGetScopeRetTypedeprecated
- type CreateShortLivedAccessTokenResponseGetTokenTypeArgTypedeprecated
- type CreateShortLivedAccessTokenResponseGetTokenTypeAttributeTypedeprecated
- type CreateShortLivedAccessTokenResponseGetTokenTypeRetTypedeprecated
- type CreateShortLivedAccessTokenResponseTokenType
- type DefaultApideprecated
- type DefaultApiService
- type DeleteAccessTokenRequestdeprecated
- type DeleteServiceAccountKeyRequestdeprecated
- type DeleteServiceAccountRequestdeprecated
- type DeleteServiceFederatedIdentityProviderRequestdeprecated
- 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)deprecated
- type ErrorGetErrorArgTypedeprecated
- type ErrorGetErrorAttributeType
- type ErrorGetErrorRetTypedeprecated
- type ErrorGetMessageArgTypedeprecated
- type ErrorGetMessageAttributeType
- type ErrorGetMessageRetTypedeprecated
- type ErrorGetPathArgTypedeprecated
- type ErrorGetPathAttributeType
- type ErrorGetPathRetTypedeprecated
- type ErrorGetStatusArgTypedeprecated
- type ErrorGetStatusAttributeType
- type ErrorGetStatusRetTypedeprecated
- type ErrorGetTimeStampArgTypedeprecated
- type ErrorGetTimeStampAttributeType
- type ErrorGetTimeStampRetTypedeprecated
- type FederatedListFederatedIdentityProvidersResponse
- func (o *FederatedListFederatedIdentityProvidersResponse) GetItemsPerPage() (ret FederatedListFederatedIdentityProvidersResponseGetItemsPerPageRetType)
- func (o *FederatedListFederatedIdentityProvidersResponse) GetItemsPerPageOk() (ret FederatedListFederatedIdentityProvidersResponseGetItemsPerPageRetType, ...)
- func (o *FederatedListFederatedIdentityProvidersResponse) GetResources() (ret FederatedListFederatedIdentityProvidersResponseGetResourcesRetType)
- func (o *FederatedListFederatedIdentityProvidersResponse) GetResourcesOk() (ret FederatedListFederatedIdentityProvidersResponseGetResourcesRetType, ...)
- func (o *FederatedListFederatedIdentityProvidersResponse) GetStartIndex() (ret FederatedListFederatedIdentityProvidersResponseGetStartIndexRetType)
- func (o *FederatedListFederatedIdentityProvidersResponse) GetStartIndexOk() (ret FederatedListFederatedIdentityProvidersResponseGetStartIndexRetType, ...)
- func (o *FederatedListFederatedIdentityProvidersResponse) GetTotalResults() (ret FederatedListFederatedIdentityProvidersResponseGetTotalResultsRetType)
- func (o *FederatedListFederatedIdentityProvidersResponse) GetTotalResultsOk() (ret FederatedListFederatedIdentityProvidersResponseGetTotalResultsRetType, ...)
- func (o *FederatedListFederatedIdentityProvidersResponse) SetItemsPerPage(v FederatedListFederatedIdentityProvidersResponseGetItemsPerPageRetType)
- func (o *FederatedListFederatedIdentityProvidersResponse) SetResources(v FederatedListFederatedIdentityProvidersResponseGetResourcesRetType)
- func (o *FederatedListFederatedIdentityProvidersResponse) SetStartIndex(v FederatedListFederatedIdentityProvidersResponseGetStartIndexRetType)
- func (o *FederatedListFederatedIdentityProvidersResponse) SetTotalResults(v FederatedListFederatedIdentityProvidersResponseGetTotalResultsRetType)
- func (o FederatedListFederatedIdentityProvidersResponse) ToMap() (map[string]interface{}, error)deprecated
- type FederatedListFederatedIdentityProvidersResponseGetItemsPerPageArgTypedeprecated
- type FederatedListFederatedIdentityProvidersResponseGetItemsPerPageAttributeType
- type FederatedListFederatedIdentityProvidersResponseGetItemsPerPageRetTypedeprecated
- type FederatedListFederatedIdentityProvidersResponseGetResourcesArgTypedeprecated
- type FederatedListFederatedIdentityProvidersResponseGetResourcesAttributeType
- type FederatedListFederatedIdentityProvidersResponseGetResourcesRetTypedeprecated
- type FederatedListFederatedIdentityProvidersResponseGetStartIndexArgTypedeprecated
- type FederatedListFederatedIdentityProvidersResponseGetStartIndexAttributeType
- type FederatedListFederatedIdentityProvidersResponseGetStartIndexRetTypedeprecated
- type FederatedListFederatedIdentityProvidersResponseGetTotalResultsArgTypedeprecated
- type FederatedListFederatedIdentityProvidersResponseGetTotalResultsAttributeType
- type FederatedListFederatedIdentityProvidersResponseGetTotalResultsRetTypedeprecated
- type GetJWKSRequestdeprecated
- type GetServiceAccountKeyRequestdeprecated
- 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)deprecated
- 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)deprecated
- type GetServiceAccountKeyResponseCredentialsGetAudArgTypedeprecated
- type GetServiceAccountKeyResponseCredentialsGetAudAttributeType
- type GetServiceAccountKeyResponseCredentialsGetAudRetTypedeprecated
- type GetServiceAccountKeyResponseCredentialsGetIssArgTypedeprecated
- type GetServiceAccountKeyResponseCredentialsGetIssAttributeType
- type GetServiceAccountKeyResponseCredentialsGetIssRetTypedeprecated
- type GetServiceAccountKeyResponseCredentialsGetKidArgTypedeprecated
- type GetServiceAccountKeyResponseCredentialsGetKidAttributeType
- type GetServiceAccountKeyResponseCredentialsGetKidRetTypedeprecated
- type GetServiceAccountKeyResponseCredentialsGetSubArgTypedeprecated
- type GetServiceAccountKeyResponseCredentialsGetSubAttributeType
- type GetServiceAccountKeyResponseCredentialsGetSubRetTypedeprecated
- type GetServiceAccountKeyResponseGetCreatedAtArgTypedeprecated
- type GetServiceAccountKeyResponseGetCreatedAtAttributeType
- type GetServiceAccountKeyResponseGetCreatedAtRetTypedeprecated
- type GetServiceAccountKeyResponseGetCredentialsArgTypedeprecated
- type GetServiceAccountKeyResponseGetCredentialsAttributeType
- type GetServiceAccountKeyResponseGetCredentialsRetTypedeprecated
- type GetServiceAccountKeyResponseGetIdArgTypedeprecated
- type GetServiceAccountKeyResponseGetIdAttributeType
- type GetServiceAccountKeyResponseGetIdRetTypedeprecated
- type GetServiceAccountKeyResponseGetKeyAlgorithmArgTypedeprecated
- type GetServiceAccountKeyResponseGetKeyAlgorithmAttributeTypedeprecated
- type GetServiceAccountKeyResponseGetKeyAlgorithmRetTypedeprecated
- type GetServiceAccountKeyResponseGetKeyOriginArgTypedeprecated
- type GetServiceAccountKeyResponseGetKeyOriginAttributeTypedeprecated
- type GetServiceAccountKeyResponseGetKeyOriginRetTypedeprecated
- type GetServiceAccountKeyResponseGetKeyTypeArgTypedeprecated
- type GetServiceAccountKeyResponseGetKeyTypeAttributeTypedeprecated
- type GetServiceAccountKeyResponseGetKeyTypeRetTypedeprecated
- type GetServiceAccountKeyResponseGetPublicKeyArgTypedeprecated
- type GetServiceAccountKeyResponseGetPublicKeyAttributeType
- type GetServiceAccountKeyResponseGetPublicKeyRetTypedeprecated
- type GetServiceAccountKeyResponseGetValidUntilArgTypedeprecated
- type GetServiceAccountKeyResponseGetValidUntilAttributeType
- type GetServiceAccountKeyResponseGetValidUntilRetTypedeprecated
- type GetServiceAccountKeyResponseKeyAlgorithm
- type GetServiceAccountKeyResponseKeyOrigin
- type GetServiceAccountKeyResponseKeyType
- type GetServiceAccountKeyResponsegetActiveArgTypedeprecated
- type GetServiceAccountKeyResponsegetActiveAttributeType
- type GetServiceAccountKeyResponsegetActiveRetTypedeprecated
- 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)deprecated
- type JWKGetAlgArgTypedeprecated
- type JWKGetAlgAttributeType
- type JWKGetAlgRetTypedeprecated
- type JWKGetEArgTypedeprecated
- type JWKGetEAttributeType
- type JWKGetERetTypedeprecated
- type JWKGetKidArgTypedeprecated
- type JWKGetKidAttributeType
- type JWKGetKidRetTypedeprecated
- type JWKGetKsArgTypedeprecated
- type JWKGetKsAttributeType
- type JWKGetKsRetTypedeprecated
- type JWKGetNArgTypedeprecated
- type JWKGetNAttributeType
- type JWKGetNRetTypedeprecated
- type JWKGetOpsArgTypedeprecated
- type JWKGetOpsAttributeType
- type JWKGetOpsRetTypedeprecated
- type JWKGetUseArgTypedeprecated
- type JWKGetUseAttributeType
- type JWKGetUseRetTypedeprecated
- type JWKGetX5cArgTypedeprecated
- type JWKGetX5cAttributeType
- type JWKGetX5cRetTypedeprecated
- type JWKGetX5t256ArgTypedeprecated
- type JWKGetX5t256AttributeType
- type JWKGetX5t256RetTypedeprecated
- type JWKGetX5tArgTypedeprecated
- type JWKGetX5tAttributeType
- type JWKGetX5tRetTypedeprecated
- type JWKGetX5uArgTypedeprecated
- type JWKGetX5uAttributeType
- type JWKGetX5uRetTypedeprecated
- type JWKS
- type JWKSGetKeysArgTypedeprecated
- type JWKSGetKeysAttributeType
- type JWKSGetKeysRetTypedeprecated
- type ListAccessTokensRequestdeprecated
- 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)deprecated
- type ListAccessTokensResponseGetItemsArgTypedeprecated
- type ListAccessTokensResponseGetItemsAttributeType
- type ListAccessTokensResponseGetItemsRetTypedeprecated
- type ListFederatedIdentityProvidersRequestdeprecated
- type ListServiceAccountKeysRequestdeprecated
- 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)deprecated
- type ListServiceAccountKeysResponseGetItemsArgTypedeprecated
- type ListServiceAccountKeysResponseGetItemsAttributeType
- type ListServiceAccountKeysResponseGetItemsRetTypedeprecated
- type ListServiceAccountsRequestdeprecated
- 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)deprecated
- type ListServiceAccountsResponseGetItemsArgTypedeprecated
- type ListServiceAccountsResponseGetItemsAttributeType
- type ListServiceAccountsResponseGetItemsRetTypedeprecated
- type MappedNullabledeprecated
- type NullableAccessTokendeprecated
- func (v NullableAccessToken) Get() *AccessTokendeprecated
- func (v NullableAccessToken) IsSet() booldeprecated
- func (v NullableAccessToken) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAccessToken) Set(val *AccessToken)deprecated
- func (v *NullableAccessToken) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAccessToken) Unset()deprecated
- type NullableAccessTokenMetadatadeprecated
- func (v NullableAccessTokenMetadata) Get() *AccessTokenMetadatadeprecated
- func (v NullableAccessTokenMetadata) IsSet() booldeprecated
- func (v NullableAccessTokenMetadata) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAccessTokenMetadata) Set(val *AccessTokenMetadata)deprecated
- func (v *NullableAccessTokenMetadata) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAccessTokenMetadata) Unset()deprecated
- type NullableAuthErrordeprecated
- func (v NullableAuthError) Get() *AuthErrordeprecated
- func (v NullableAuthError) IsSet() booldeprecated
- func (v NullableAuthError) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAuthError) Set(val *AuthError)deprecated
- func (v *NullableAuthError) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAuthError) Unset()deprecated
- type NullableAuthErrorErrordeprecated
- func (v NullableAuthErrorError) Get() *AuthErrorErrordeprecated
- func (v NullableAuthErrorError) IsSet() booldeprecated
- func (v NullableAuthErrorError) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAuthErrorError) Set(val *AuthErrorError)deprecated
- func (v *NullableAuthErrorError) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAuthErrorError) Unset()deprecated
- type NullableBooldeprecated
- func (v NullableBool) Get() *booldeprecated
- func (v NullableBool) IsSet() booldeprecated
- func (v NullableBool) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableBool) Set(val *bool)deprecated
- func (v *NullableBool) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableBool) Unset()deprecated
- type NullableCreateAccessTokenPayloaddeprecated
- func (v NullableCreateAccessTokenPayload) Get() *CreateAccessTokenPayloaddeprecated
- func (v NullableCreateAccessTokenPayload) IsSet() booldeprecated
- func (v NullableCreateAccessTokenPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateAccessTokenPayload) Set(val *CreateAccessTokenPayload)deprecated
- func (v *NullableCreateAccessTokenPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateAccessTokenPayload) Unset()deprecated
- type NullableCreateFederatedIdentityProviderPayloaddeprecated
- func (v NullableCreateFederatedIdentityProviderPayload) Get() *CreateFederatedIdentityProviderPayloaddeprecated
- func (v NullableCreateFederatedIdentityProviderPayload) IsSet() booldeprecated
- func (v NullableCreateFederatedIdentityProviderPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateFederatedIdentityProviderPayload) Set(val *CreateFederatedIdentityProviderPayload)deprecated
- func (v *NullableCreateFederatedIdentityProviderPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateFederatedIdentityProviderPayload) Unset()deprecated
- type NullableCreateFederatedIdentityProviderPayloadAssertionsInnerdeprecated
- func (v NullableCreateFederatedIdentityProviderPayloadAssertionsInner) Get() *CreateFederatedIdentityProviderPayloadAssertionsInnerdeprecated
- func (v NullableCreateFederatedIdentityProviderPayloadAssertionsInner) IsSet() booldeprecated
- func (v NullableCreateFederatedIdentityProviderPayloadAssertionsInner) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateFederatedIdentityProviderPayloadAssertionsInner) Set(val *CreateFederatedIdentityProviderPayloadAssertionsInner)deprecated
- func (v *NullableCreateFederatedIdentityProviderPayloadAssertionsInner) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateFederatedIdentityProviderPayloadAssertionsInner) Unset()deprecated
- type NullableCreateFederatedIdentityProviderResponsedeprecated
- func (v NullableCreateFederatedIdentityProviderResponse) Get() *CreateFederatedIdentityProviderResponsedeprecated
- func (v NullableCreateFederatedIdentityProviderResponse) IsSet() booldeprecated
- func (v NullableCreateFederatedIdentityProviderResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateFederatedIdentityProviderResponse) Set(val *CreateFederatedIdentityProviderResponse)deprecated
- func (v *NullableCreateFederatedIdentityProviderResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateFederatedIdentityProviderResponse) Unset()deprecated
- type NullableCreateFederatedIdentityProviderResponseAssertionsInnerdeprecated
- func (v NullableCreateFederatedIdentityProviderResponseAssertionsInner) Get() *CreateFederatedIdentityProviderResponseAssertionsInnerdeprecated
- func (v NullableCreateFederatedIdentityProviderResponseAssertionsInner) IsSet() booldeprecated
- func (v NullableCreateFederatedIdentityProviderResponseAssertionsInner) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateFederatedIdentityProviderResponseAssertionsInner) Set(val *CreateFederatedIdentityProviderResponseAssertionsInner)deprecated
- func (v *NullableCreateFederatedIdentityProviderResponseAssertionsInner) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateFederatedIdentityProviderResponseAssertionsInner) Unset()deprecated
- type NullableCreateServiceAccountKeyPayloaddeprecated
- func (v NullableCreateServiceAccountKeyPayload) Get() *CreateServiceAccountKeyPayloaddeprecated
- func (v NullableCreateServiceAccountKeyPayload) IsSet() booldeprecated
- func (v NullableCreateServiceAccountKeyPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateServiceAccountKeyPayload) Set(val *CreateServiceAccountKeyPayload)deprecated
- func (v *NullableCreateServiceAccountKeyPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateServiceAccountKeyPayload) Unset()deprecated
- type NullableCreateServiceAccountKeyPayloadAlgorithmdeprecated
- func (v NullableCreateServiceAccountKeyPayloadAlgorithm) Get() *CreateServiceAccountKeyPayloadAlgorithmdeprecated
- func (v NullableCreateServiceAccountKeyPayloadAlgorithm) IsSet() booldeprecated
- func (v NullableCreateServiceAccountKeyPayloadAlgorithm) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateServiceAccountKeyPayloadAlgorithm) Set(val *CreateServiceAccountKeyPayloadAlgorithm)deprecated
- func (v *NullableCreateServiceAccountKeyPayloadAlgorithm) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateServiceAccountKeyPayloadAlgorithm) Unset()deprecated
- type NullableCreateServiceAccountKeyResponsedeprecated
- func (v NullableCreateServiceAccountKeyResponse) Get() *CreateServiceAccountKeyResponsedeprecated
- func (v NullableCreateServiceAccountKeyResponse) IsSet() booldeprecated
- func (v NullableCreateServiceAccountKeyResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateServiceAccountKeyResponse) Set(val *CreateServiceAccountKeyResponse)deprecated
- func (v *NullableCreateServiceAccountKeyResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateServiceAccountKeyResponse) Unset()deprecated
- type NullableCreateServiceAccountKeyResponseCredentialsdeprecated
- func (v NullableCreateServiceAccountKeyResponseCredentials) Get() *CreateServiceAccountKeyResponseCredentialsdeprecated
- func (v NullableCreateServiceAccountKeyResponseCredentials) IsSet() booldeprecated
- func (v NullableCreateServiceAccountKeyResponseCredentials) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateServiceAccountKeyResponseCredentials) Set(val *CreateServiceAccountKeyResponseCredentials)deprecated
- func (v *NullableCreateServiceAccountKeyResponseCredentials) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateServiceAccountKeyResponseCredentials) Unset()deprecated
- type NullableCreateServiceAccountKeyResponseKeyAlgorithmdeprecated
- func (v NullableCreateServiceAccountKeyResponseKeyAlgorithm) Get() *CreateServiceAccountKeyResponseKeyAlgorithmdeprecated
- func (v NullableCreateServiceAccountKeyResponseKeyAlgorithm) IsSet() booldeprecated
- func (v NullableCreateServiceAccountKeyResponseKeyAlgorithm) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateServiceAccountKeyResponseKeyAlgorithm) Set(val *CreateServiceAccountKeyResponseKeyAlgorithm)deprecated
- func (v *NullableCreateServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateServiceAccountKeyResponseKeyAlgorithm) Unset()deprecated
- type NullableCreateServiceAccountKeyResponseKeyOrigindeprecated
- func (v NullableCreateServiceAccountKeyResponseKeyOrigin) Get() *CreateServiceAccountKeyResponseKeyOrigindeprecated
- func (v NullableCreateServiceAccountKeyResponseKeyOrigin) IsSet() booldeprecated
- func (v NullableCreateServiceAccountKeyResponseKeyOrigin) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateServiceAccountKeyResponseKeyOrigin) Set(val *CreateServiceAccountKeyResponseKeyOrigin)deprecated
- func (v *NullableCreateServiceAccountKeyResponseKeyOrigin) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateServiceAccountKeyResponseKeyOrigin) Unset()deprecated
- type NullableCreateServiceAccountKeyResponseKeyTypedeprecated
- func (v NullableCreateServiceAccountKeyResponseKeyType) Get() *CreateServiceAccountKeyResponseKeyTypedeprecated
- func (v NullableCreateServiceAccountKeyResponseKeyType) IsSet() booldeprecated
- func (v NullableCreateServiceAccountKeyResponseKeyType) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateServiceAccountKeyResponseKeyType) Set(val *CreateServiceAccountKeyResponseKeyType)deprecated
- func (v *NullableCreateServiceAccountKeyResponseKeyType) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateServiceAccountKeyResponseKeyType) Unset()deprecated
- type NullableCreateServiceAccountPayloaddeprecated
- func (v NullableCreateServiceAccountPayload) Get() *CreateServiceAccountPayloaddeprecated
- func (v NullableCreateServiceAccountPayload) IsSet() booldeprecated
- func (v NullableCreateServiceAccountPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateServiceAccountPayload) Set(val *CreateServiceAccountPayload)deprecated
- func (v *NullableCreateServiceAccountPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateServiceAccountPayload) Unset()deprecated
- type NullableCreateShortLivedAccessTokenResponsedeprecated
- func (v NullableCreateShortLivedAccessTokenResponse) Get() *CreateShortLivedAccessTokenResponsedeprecated
- func (v NullableCreateShortLivedAccessTokenResponse) IsSet() booldeprecated
- func (v NullableCreateShortLivedAccessTokenResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateShortLivedAccessTokenResponse) Set(val *CreateShortLivedAccessTokenResponse)deprecated
- func (v *NullableCreateShortLivedAccessTokenResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateShortLivedAccessTokenResponse) Unset()deprecated
- type NullableCreateShortLivedAccessTokenResponseTokenTypedeprecated
- func (v NullableCreateShortLivedAccessTokenResponseTokenType) Get() *CreateShortLivedAccessTokenResponseTokenTypedeprecated
- func (v NullableCreateShortLivedAccessTokenResponseTokenType) IsSet() booldeprecated
- func (v NullableCreateShortLivedAccessTokenResponseTokenType) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateShortLivedAccessTokenResponseTokenType) Set(val *CreateShortLivedAccessTokenResponseTokenType)deprecated
- func (v *NullableCreateShortLivedAccessTokenResponseTokenType) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateShortLivedAccessTokenResponseTokenType) Unset()deprecated
- type NullableErrordeprecated
- func (v NullableError) Get() *Errordeprecated
- func (v NullableError) IsSet() booldeprecated
- func (v NullableError) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableError) Set(val *Error)deprecated
- func (v *NullableError) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableError) Unset()deprecated
- type NullableFederatedListFederatedIdentityProvidersResponsedeprecated
- func (v NullableFederatedListFederatedIdentityProvidersResponse) Get() *FederatedListFederatedIdentityProvidersResponsedeprecated
- func (v NullableFederatedListFederatedIdentityProvidersResponse) IsSet() booldeprecated
- func (v NullableFederatedListFederatedIdentityProvidersResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFederatedListFederatedIdentityProvidersResponse) Set(val *FederatedListFederatedIdentityProvidersResponse)deprecated
- func (v *NullableFederatedListFederatedIdentityProvidersResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFederatedListFederatedIdentityProvidersResponse) Unset()deprecated
- type NullableFloat32deprecated
- func (v NullableFloat32) Get() *float32deprecated
- func (v NullableFloat32) IsSet() booldeprecated
- func (v NullableFloat32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat32) Set(val *float32)deprecated
- func (v *NullableFloat32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat32) Unset()deprecated
- type NullableFloat64deprecated
- func (v NullableFloat64) Get() *float64deprecated
- func (v NullableFloat64) IsSet() booldeprecated
- func (v NullableFloat64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat64) Set(val *float64)deprecated
- func (v *NullableFloat64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat64) Unset()deprecated
- type NullableGetServiceAccountKeyResponsedeprecated
- func (v NullableGetServiceAccountKeyResponse) Get() *GetServiceAccountKeyResponsedeprecated
- func (v NullableGetServiceAccountKeyResponse) IsSet() booldeprecated
- func (v NullableGetServiceAccountKeyResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableGetServiceAccountKeyResponse) Set(val *GetServiceAccountKeyResponse)deprecated
- func (v *NullableGetServiceAccountKeyResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableGetServiceAccountKeyResponse) Unset()deprecated
- type NullableGetServiceAccountKeyResponseCredentialsdeprecated
- func (v NullableGetServiceAccountKeyResponseCredentials) Get() *GetServiceAccountKeyResponseCredentialsdeprecated
- func (v NullableGetServiceAccountKeyResponseCredentials) IsSet() booldeprecated
- func (v NullableGetServiceAccountKeyResponseCredentials) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableGetServiceAccountKeyResponseCredentials) Set(val *GetServiceAccountKeyResponseCredentials)deprecated
- func (v *NullableGetServiceAccountKeyResponseCredentials) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableGetServiceAccountKeyResponseCredentials) Unset()deprecated
- type NullableGetServiceAccountKeyResponseKeyAlgorithmdeprecated
- func (v NullableGetServiceAccountKeyResponseKeyAlgorithm) Get() *GetServiceAccountKeyResponseKeyAlgorithmdeprecated
- func (v NullableGetServiceAccountKeyResponseKeyAlgorithm) IsSet() booldeprecated
- func (v NullableGetServiceAccountKeyResponseKeyAlgorithm) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableGetServiceAccountKeyResponseKeyAlgorithm) Set(val *GetServiceAccountKeyResponseKeyAlgorithm)deprecated
- func (v *NullableGetServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableGetServiceAccountKeyResponseKeyAlgorithm) Unset()deprecated
- type NullableGetServiceAccountKeyResponseKeyOrigindeprecated
- func (v NullableGetServiceAccountKeyResponseKeyOrigin) Get() *GetServiceAccountKeyResponseKeyOrigindeprecated
- func (v NullableGetServiceAccountKeyResponseKeyOrigin) IsSet() booldeprecated
- func (v NullableGetServiceAccountKeyResponseKeyOrigin) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableGetServiceAccountKeyResponseKeyOrigin) Set(val *GetServiceAccountKeyResponseKeyOrigin)deprecated
- func (v *NullableGetServiceAccountKeyResponseKeyOrigin) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableGetServiceAccountKeyResponseKeyOrigin) Unset()deprecated
- type NullableGetServiceAccountKeyResponseKeyTypedeprecated
- func (v NullableGetServiceAccountKeyResponseKeyType) Get() *GetServiceAccountKeyResponseKeyTypedeprecated
- func (v NullableGetServiceAccountKeyResponseKeyType) IsSet() booldeprecated
- func (v NullableGetServiceAccountKeyResponseKeyType) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableGetServiceAccountKeyResponseKeyType) Set(val *GetServiceAccountKeyResponseKeyType)deprecated
- func (v *NullableGetServiceAccountKeyResponseKeyType) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableGetServiceAccountKeyResponseKeyType) Unset()deprecated
- type NullableIntdeprecated
- func (v NullableInt) Get() *intdeprecated
- func (v NullableInt) IsSet() booldeprecated
- func (v NullableInt) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt) Set(val *int)deprecated
- func (v *NullableInt) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt) Unset()deprecated
- type NullableInt32deprecated
- func (v NullableInt32) Get() *int32deprecated
- func (v NullableInt32) IsSet() booldeprecated
- func (v NullableInt32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt32) Set(val *int32)deprecated
- func (v *NullableInt32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt32) Unset()deprecated
- type NullableInt64deprecated
- func (v NullableInt64) Get() *int64deprecated
- func (v NullableInt64) IsSet() booldeprecated
- func (v NullableInt64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt64) Set(val *int64)deprecated
- func (v *NullableInt64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt64) Unset()deprecated
- type NullableJWKdeprecated
- func (v NullableJWK) Get() *JWKdeprecated
- func (v NullableJWK) IsSet() booldeprecated
- func (v NullableJWK) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableJWK) Set(val *JWK)deprecated
- func (v *NullableJWK) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableJWK) Unset()deprecated
- type NullableJWKSdeprecated
- func (v NullableJWKS) Get() *JWKSdeprecated
- func (v NullableJWKS) IsSet() booldeprecated
- func (v NullableJWKS) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableJWKS) Set(val *JWKS)deprecated
- func (v *NullableJWKS) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableJWKS) Unset()deprecated
- type NullableListAccessTokensResponsedeprecated
- func (v NullableListAccessTokensResponse) Get() *ListAccessTokensResponsedeprecated
- func (v NullableListAccessTokensResponse) IsSet() booldeprecated
- func (v NullableListAccessTokensResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListAccessTokensResponse) Set(val *ListAccessTokensResponse)deprecated
- func (v *NullableListAccessTokensResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListAccessTokensResponse) Unset()deprecated
- type NullableListServiceAccountKeysResponsedeprecated
- func (v NullableListServiceAccountKeysResponse) Get() *ListServiceAccountKeysResponsedeprecated
- func (v NullableListServiceAccountKeysResponse) IsSet() booldeprecated
- func (v NullableListServiceAccountKeysResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListServiceAccountKeysResponse) Set(val *ListServiceAccountKeysResponse)deprecated
- func (v *NullableListServiceAccountKeysResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListServiceAccountKeysResponse) Unset()deprecated
- type NullableListServiceAccountsResponsedeprecated
- func (v NullableListServiceAccountsResponse) Get() *ListServiceAccountsResponsedeprecated
- func (v NullableListServiceAccountsResponse) IsSet() booldeprecated
- func (v NullableListServiceAccountsResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListServiceAccountsResponse) Set(val *ListServiceAccountsResponse)deprecated
- func (v *NullableListServiceAccountsResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListServiceAccountsResponse) Unset()deprecated
- type NullablePartialUpdateServiceAccountFederatedIdentityProviderPayloaddeprecated
- func (v NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) Get() *PartialUpdateServiceAccountFederatedIdentityProviderPayloaddeprecated
- func (v NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) IsSet() booldeprecated
- func (v NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) Set(val *PartialUpdateServiceAccountFederatedIdentityProviderPayload)deprecated
- func (v *NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) Unset()deprecated
- type NullablePartialUpdateServiceAccountKeyPayloaddeprecated
- func (v NullablePartialUpdateServiceAccountKeyPayload) Get() *PartialUpdateServiceAccountKeyPayloaddeprecated
- func (v NullablePartialUpdateServiceAccountKeyPayload) IsSet() booldeprecated
- func (v NullablePartialUpdateServiceAccountKeyPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePartialUpdateServiceAccountKeyPayload) Set(val *PartialUpdateServiceAccountKeyPayload)deprecated
- func (v *NullablePartialUpdateServiceAccountKeyPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePartialUpdateServiceAccountKeyPayload) Unset()deprecated
- type NullablePartialUpdateServiceAccountKeyResponsedeprecated
- func (v NullablePartialUpdateServiceAccountKeyResponse) Get() *PartialUpdateServiceAccountKeyResponsedeprecated
- func (v NullablePartialUpdateServiceAccountKeyResponse) IsSet() booldeprecated
- func (v NullablePartialUpdateServiceAccountKeyResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePartialUpdateServiceAccountKeyResponse) Set(val *PartialUpdateServiceAccountKeyResponse)deprecated
- func (v *NullablePartialUpdateServiceAccountKeyResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePartialUpdateServiceAccountKeyResponse) Unset()deprecated
- type NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithmdeprecated
- func (v NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) Get() *PartialUpdateServiceAccountKeyResponseKeyAlgorithmdeprecated
- func (v NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) IsSet() booldeprecated
- func (v NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) Set(val *PartialUpdateServiceAccountKeyResponseKeyAlgorithm)deprecated
- func (v *NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) Unset()deprecated
- type NullablePartialUpdateServiceAccountKeyResponseKeyOrigindeprecated
- func (v NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) Get() *PartialUpdateServiceAccountKeyResponseKeyOrigindeprecated
- func (v NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) IsSet() booldeprecated
- func (v NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) Set(val *PartialUpdateServiceAccountKeyResponseKeyOrigin)deprecated
- func (v *NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) Unset()deprecated
- type NullablePartialUpdateServiceAccountKeyResponseKeyTypedeprecated
- func (v NullablePartialUpdateServiceAccountKeyResponseKeyType) Get() *PartialUpdateServiceAccountKeyResponseKeyTypedeprecated
- func (v NullablePartialUpdateServiceAccountKeyResponseKeyType) IsSet() booldeprecated
- func (v NullablePartialUpdateServiceAccountKeyResponseKeyType) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePartialUpdateServiceAccountKeyResponseKeyType) Set(val *PartialUpdateServiceAccountKeyResponseKeyType)deprecated
- func (v *NullablePartialUpdateServiceAccountKeyResponseKeyType) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePartialUpdateServiceAccountKeyResponseKeyType) Unset()deprecated
- type NullableServiceAccountdeprecated
- func (v NullableServiceAccount) Get() *ServiceAccountdeprecated
- func (v NullableServiceAccount) IsSet() booldeprecated
- func (v NullableServiceAccount) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableServiceAccount) Set(val *ServiceAccount)deprecated
- func (v *NullableServiceAccount) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableServiceAccount) Unset()deprecated
- type NullableServiceAccountKeyListResponsedeprecated
- func (v NullableServiceAccountKeyListResponse) Get() *ServiceAccountKeyListResponsedeprecated
- func (v NullableServiceAccountKeyListResponse) IsSet() booldeprecated
- func (v NullableServiceAccountKeyListResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableServiceAccountKeyListResponse) Set(val *ServiceAccountKeyListResponse)deprecated
- func (v *NullableServiceAccountKeyListResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableServiceAccountKeyListResponse) Unset()deprecated
- type NullableServiceAccountKeyListResponseKeyAlgorithmdeprecated
- func (v NullableServiceAccountKeyListResponseKeyAlgorithm) Get() *ServiceAccountKeyListResponseKeyAlgorithmdeprecated
- func (v NullableServiceAccountKeyListResponseKeyAlgorithm) IsSet() booldeprecated
- func (v NullableServiceAccountKeyListResponseKeyAlgorithm) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableServiceAccountKeyListResponseKeyAlgorithm) Set(val *ServiceAccountKeyListResponseKeyAlgorithm)deprecated
- func (v *NullableServiceAccountKeyListResponseKeyAlgorithm) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableServiceAccountKeyListResponseKeyAlgorithm) Unset()deprecated
- type NullableServiceAccountKeyListResponseKeyOrigindeprecated
- func (v NullableServiceAccountKeyListResponseKeyOrigin) Get() *ServiceAccountKeyListResponseKeyOrigindeprecated
- func (v NullableServiceAccountKeyListResponseKeyOrigin) IsSet() booldeprecated
- func (v NullableServiceAccountKeyListResponseKeyOrigin) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableServiceAccountKeyListResponseKeyOrigin) Set(val *ServiceAccountKeyListResponseKeyOrigin)deprecated
- func (v *NullableServiceAccountKeyListResponseKeyOrigin) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableServiceAccountKeyListResponseKeyOrigin) Unset()deprecated
- type NullableServiceAccountKeyListResponseKeyTypedeprecated
- func (v NullableServiceAccountKeyListResponseKeyType) Get() *ServiceAccountKeyListResponseKeyTypedeprecated
- func (v NullableServiceAccountKeyListResponseKeyType) IsSet() booldeprecated
- func (v NullableServiceAccountKeyListResponseKeyType) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableServiceAccountKeyListResponseKeyType) Set(val *ServiceAccountKeyListResponseKeyType)deprecated
- func (v *NullableServiceAccountKeyListResponseKeyType) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableServiceAccountKeyListResponseKeyType) Unset()deprecated
- type NullableStringdeprecated
- func (v NullableString) Get() *stringdeprecated
- func (v NullableString) IsSet() booldeprecated
- func (v NullableString) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableString) Set(val *string)deprecated
- func (v *NullableString) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableString) Unset()deprecated
- type NullableTimedeprecated
- func (v NullableTime) Get() *time.Timedeprecated
- func (v NullableTime) IsSet() booldeprecated
- func (v NullableTime) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableTime) Set(val *time.Time)deprecated
- func (v *NullableTime) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableTime) Unset()deprecated
- type NullableValuedeprecated
- func (v NullableValue[T]) Get() *Tdeprecated
- func (v NullableValue[T]) IsSet() booldeprecated
- func (v *NullableValue[T]) Set(val *T)deprecated
- func (v *NullableValue[T]) Unset()deprecated
- type PartialUpdateServiceAccountFederatedIdentityProviderPayload
- func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetAssertions() (...)
- func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetAssertionsOk() (...)
- func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetIssuer() (...)
- func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetIssuerOk() (...)
- func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetName() (ret PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameRetType)
- func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetNameOk() (ret PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameRetType, ...)
- func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) HasAssertions() bool
- func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) SetAssertions(...)
- func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) SetIssuer(v PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerRetType)
- func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) SetName(v PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameRetType)
- func (o PartialUpdateServiceAccountFederatedIdentityProviderPayload) ToMap() (map[string]interface{}, error)deprecated
- type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetAssertionsArgTypedeprecated
- type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetAssertionsAttributeType
- type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetAssertionsRetTypedeprecated
- type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerArgTypedeprecated
- type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerAttributeType
- type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerRetTypedeprecated
- type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameArgTypedeprecated
- type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameAttributeType
- type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameRetTypedeprecated
- type PartialUpdateServiceAccountFederatedIdentityProviderRequestdeprecated
- func (r PartialUpdateServiceAccountFederatedIdentityProviderRequest) Execute() (*CreateFederatedIdentityProviderResponse, error)deprecated
- func (r PartialUpdateServiceAccountFederatedIdentityProviderRequest) PartialUpdateServiceAccountFederatedIdentityProviderPayload(...) ApiPartialUpdateServiceAccountFederatedIdentityProviderRequest
- 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)deprecated
- type PartialUpdateServiceAccountKeyPayloadGetValidUntilArgTypedeprecated
- type PartialUpdateServiceAccountKeyPayloadGetValidUntilAttributeType
- type PartialUpdateServiceAccountKeyPayloadGetValidUntilRetTypedeprecated
- type PartialUpdateServiceAccountKeyPayloadgetActiveArgTypedeprecated
- type PartialUpdateServiceAccountKeyPayloadgetActiveAttributeType
- type PartialUpdateServiceAccountKeyPayloadgetActiveRetTypedeprecated
- type PartialUpdateServiceAccountKeyRequestdeprecated
- func (r PartialUpdateServiceAccountKeyRequest) Execute() (*PartialUpdateServiceAccountKeyResponse, error)deprecated
- func (r PartialUpdateServiceAccountKeyRequest) PartialUpdateServiceAccountKeyPayload(partialUpdateServiceAccountKeyPayload PartialUpdateServiceAccountKeyPayload) ApiPartialUpdateServiceAccountKeyRequest
- 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)deprecated
- type PartialUpdateServiceAccountKeyResponseGetCreatedAtArgTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetCreatedAtAttributeType
- type PartialUpdateServiceAccountKeyResponseGetCreatedAtRetTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetIdArgTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetIdAttributeType
- type PartialUpdateServiceAccountKeyResponseGetIdRetTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmArgTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmAttributeTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetKeyOriginArgTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetKeyOriginAttributeTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetKeyOriginRetTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetKeyTypeArgTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetKeyTypeAttributeTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetKeyTypeRetTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetValidUntilArgTypedeprecated
- type PartialUpdateServiceAccountKeyResponseGetValidUntilAttributeType
- type PartialUpdateServiceAccountKeyResponseGetValidUntilRetTypedeprecated
- type PartialUpdateServiceAccountKeyResponseKeyAlgorithm
- type PartialUpdateServiceAccountKeyResponseKeyOrigin
- type PartialUpdateServiceAccountKeyResponseKeyType
- type PartialUpdateServiceAccountKeyResponsegetActiveArgTypedeprecated
- type PartialUpdateServiceAccountKeyResponsegetActiveAttributeType
- type PartialUpdateServiceAccountKeyResponsegetActiveRetTypedeprecated
- 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)deprecated
- type ServiceAccountGetEmailArgTypedeprecated
- type ServiceAccountGetEmailAttributeType
- type ServiceAccountGetEmailRetTypedeprecated
- type ServiceAccountGetIdArgTypedeprecated
- type ServiceAccountGetIdAttributeType
- type ServiceAccountGetIdRetTypedeprecated
- type ServiceAccountGetProjectIdArgTypedeprecated
- type ServiceAccountGetProjectIdAttributeType
- type ServiceAccountGetProjectIdRetTypedeprecated
- 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)deprecated
- type ServiceAccountKeyListResponseGetCreatedAtArgTypedeprecated
- type ServiceAccountKeyListResponseGetCreatedAtAttributeType
- type ServiceAccountKeyListResponseGetCreatedAtRetTypedeprecated
- type ServiceAccountKeyListResponseGetIdArgTypedeprecated
- type ServiceAccountKeyListResponseGetIdAttributeType
- type ServiceAccountKeyListResponseGetIdRetTypedeprecated
- type ServiceAccountKeyListResponseGetKeyAlgorithmArgTypedeprecated
- type ServiceAccountKeyListResponseGetKeyAlgorithmAttributeTypedeprecated
- type ServiceAccountKeyListResponseGetKeyAlgorithmRetTypedeprecated
- type ServiceAccountKeyListResponseGetKeyOriginArgTypedeprecated
- type ServiceAccountKeyListResponseGetKeyOriginAttributeTypedeprecated
- type ServiceAccountKeyListResponseGetKeyOriginRetTypedeprecated
- type ServiceAccountKeyListResponseGetKeyTypeArgTypedeprecated
- type ServiceAccountKeyListResponseGetKeyTypeAttributeTypedeprecated
- type ServiceAccountKeyListResponseGetKeyTypeRetTypedeprecated
- type ServiceAccountKeyListResponseGetValidUntilArgTypedeprecated
- type ServiceAccountKeyListResponseGetValidUntilAttributeType
- type ServiceAccountKeyListResponseGetValidUntilRetTypedeprecated
- type ServiceAccountKeyListResponseKeyAlgorithm
- type ServiceAccountKeyListResponseKeyOrigin
- type ServiceAccountKeyListResponseKeyType
- type ServiceAccountKeyListResponsegetActiveArgTypedeprecated
- type ServiceAccountKeyListResponsegetActiveAttributeType
- type ServiceAccountKeyListResponsegetActiveRetTypedeprecated
- type ServiceAccountgetInternalArgTypedeprecated
- type ServiceAccountgetInternalAttributeType
- type ServiceAccountgetInternalRetTypedeprecated
Constants ¶
This section is empty.
Variables ¶
var AllowedCreateServiceAccountKeyPayloadAlgorithmEnumValues = []CreateServiceAccountKeyPayloadAlgorithm{
"RSA_2048",
"RSA_4096",
}
All allowed values of CreateServiceAccountKeyPayload enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedCreateServiceAccountKeyResponseKeyAlgorithmEnumValues = []CreateServiceAccountKeyResponseKeyAlgorithm{
"RSA_2048",
"RSA_4096",
}
All allowed values of CreateServiceAccountKeyResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedCreateServiceAccountKeyResponseKeyOriginEnumValues = []CreateServiceAccountKeyResponseKeyOrigin{
"USER_PROVIDED",
"GENERATED",
}
All allowed values of CreateServiceAccountKeyResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedCreateServiceAccountKeyResponseKeyTypeEnumValues = []CreateServiceAccountKeyResponseKeyType{
"USER_MANAGED",
"SYSTEM_MANAGED",
}
All allowed values of CreateServiceAccountKeyResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedCreateShortLivedAccessTokenResponseTokenTypeEnumValues = []CreateShortLivedAccessTokenResponseTokenType{
"Bearer",
}
All allowed values of CreateShortLivedAccessTokenResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedGetServiceAccountKeyResponseKeyAlgorithmEnumValues = []GetServiceAccountKeyResponseKeyAlgorithm{
"RSA_2048",
"RSA_4096",
}
All allowed values of GetServiceAccountKeyResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedGetServiceAccountKeyResponseKeyOriginEnumValues = []GetServiceAccountKeyResponseKeyOrigin{
"USER_PROVIDED",
"GENERATED",
}
All allowed values of GetServiceAccountKeyResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedGetServiceAccountKeyResponseKeyTypeEnumValues = []GetServiceAccountKeyResponseKeyType{
"USER_MANAGED",
"SYSTEM_MANAGED",
}
All allowed values of GetServiceAccountKeyResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedPartialUpdateServiceAccountKeyResponseKeyAlgorithmEnumValues = []PartialUpdateServiceAccountKeyResponseKeyAlgorithm{
"RSA_2048",
"RSA_4096",
}
All allowed values of PartialUpdateServiceAccountKeyResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedPartialUpdateServiceAccountKeyResponseKeyOriginEnumValues = []PartialUpdateServiceAccountKeyResponseKeyOrigin{
"USER_PROVIDED",
"GENERATED",
}
All allowed values of PartialUpdateServiceAccountKeyResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedPartialUpdateServiceAccountKeyResponseKeyTypeEnumValues = []PartialUpdateServiceAccountKeyResponseKeyType{
"USER_MANAGED",
"SYSTEM_MANAGED",
}
All allowed values of PartialUpdateServiceAccountKeyResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedServiceAccountKeyListResponseKeyAlgorithmEnumValues = []ServiceAccountKeyListResponseKeyAlgorithm{
"RSA_2048",
"RSA_4096",
}
All allowed values of ServiceAccountKeyListResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedServiceAccountKeyListResponseKeyOriginEnumValues = []ServiceAccountKeyListResponseKeyOrigin{
"USER_PROVIDED",
"GENERATED",
}
All allowed values of ServiceAccountKeyListResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedServiceAccountKeyListResponseKeyTypeEnumValues = []ServiceAccountKeyListResponseKeyType{
"USER_MANAGED",
"SYSTEM_MANAGED",
}
All allowed values of ServiceAccountKeyListResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func IsNil ¶
func IsNil(i interface{}) bool
IsNil checks if an input is nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func ParameterValueToString
deprecated
func PtrBool ¶
PtrBool is a helper routine that returns a pointer to given boolean value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt ¶
PtrInt is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt32 ¶
PtrInt32 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt64 ¶
PtrInt64 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Optionally receives configuration options Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) CreateAccessToken
deprecated
func (a *APIClient) CreateAccessToken(ctx context.Context, projectId string, serviceAccountEmail string) ApiCreateAccessTokenRequest
CreateAccessToken: Create a new Access Token
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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
deprecated
func (*APIClient) CreateFederatedIdentityProvider
deprecated
func (a *APIClient) CreateFederatedIdentityProvider(ctx context.Context, projectId string, serviceAccountEmail string) ApiCreateFederatedIdentityProviderRequest
CreateFederatedIdentityProvider: Create a new Federated Identity Provider
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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 ApiCreateFederatedIdentityProviderRequest
func (*APIClient) CreateFederatedIdentityProviderExecute
deprecated
func (*APIClient) CreateServiceAccount
deprecated
func (a *APIClient) CreateServiceAccount(ctx context.Context, projectId string) ApiCreateServiceAccountRequest
CreateServiceAccount: Create a new Service Account
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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
deprecated
func (*APIClient) CreateServiceAccountKey
deprecated
func (a *APIClient) CreateServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string) ApiCreateServiceAccountKeyRequest
CreateServiceAccountKey: Create a new Service Account key
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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
deprecated
func (*APIClient) CreateShortLivedAccessToken
deprecated
func (a *APIClient) CreateShortLivedAccessToken(ctx context.Context) ApiCreateShortLivedAccessTokenRequest
CreateShortLivedAccessToken: Request short lived API access token (OAUTH2).
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateShortLivedAccessTokenRequest
func (*APIClient) CreateShortLivedAccessTokenExecute
deprecated
func (a *APIClient) CreateShortLivedAccessTokenExecute(ctx context.Context) (*CreateShortLivedAccessTokenResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) DeleteAccessToken
deprecated
func (a *APIClient) DeleteAccessToken(ctx context.Context, projectId string, serviceAccountEmail string, accessTokenId string) ApiDeleteAccessTokenRequest
DeleteAccessToken: Revoke Access Token
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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
deprecated
func (*APIClient) DeleteServiceAccount
deprecated
func (a *APIClient) DeleteServiceAccount(ctx context.Context, projectId string, serviceAccountEmail string) ApiDeleteServiceAccountRequest
DeleteServiceAccount: Delete Service Account
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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) DeleteServiceAccountKey
deprecated
func (a *APIClient) DeleteServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, keyId string) ApiDeleteServiceAccountKeyRequest
DeleteServiceAccountKey: Delete a service account key
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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
deprecated
func (*APIClient) DeleteServiceFederatedIdentityProvider
deprecated
func (a *APIClient) DeleteServiceFederatedIdentityProvider(ctx context.Context, projectId string, serviceAccountEmail string, federationId string) ApiDeleteServiceFederatedIdentityProviderRequest
DeleteServiceFederatedIdentityProvider: Delete a service account Federated Identity Provider
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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 federationId ID of the Federated Identity Provider. @return ApiDeleteServiceFederatedIdentityProviderRequest
func (*APIClient) DeleteServiceFederatedIdentityProviderExecute
deprecated
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) GetJWKS
deprecated
func (a *APIClient) GetJWKS(ctx context.Context, serviceAccountEmail string) ApiGetJWKSRequest
GetJWKS: Get JSON Web Key set of the service account
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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) GetServiceAccountKey
deprecated
func (a *APIClient) GetServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, keyId string) ApiGetServiceAccountKeyRequest
GetServiceAccountKey: Get service account key details
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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
deprecated
func (*APIClient) ListAccessTokens
deprecated
func (a *APIClient) ListAccessTokens(ctx context.Context, projectId string, serviceAccountEmail string) ApiListAccessTokensRequest
ListAccessTokens: List Access Tokens of Service Account
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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
deprecated
func (*APIClient) ListFederatedIdentityProviders
deprecated
func (a *APIClient) ListFederatedIdentityProviders(ctx context.Context, projectId string, serviceAccountEmail string) ApiListFederatedIdentityProvidersRequest
ListFederatedIdentityProviders: List all federated identity providers
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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 ApiListFederatedIdentityProvidersRequest
func (*APIClient) ListFederatedIdentityProvidersExecute
deprecated
func (*APIClient) ListServiceAccountKeys
deprecated
func (a *APIClient) ListServiceAccountKeys(ctx context.Context, projectId string, serviceAccountEmail string) ApiListServiceAccountKeysRequest
ListServiceAccountKeys: List all keys that belong to the service account
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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
deprecated
func (*APIClient) ListServiceAccounts
deprecated
func (a *APIClient) ListServiceAccounts(ctx context.Context, projectId string) ApiListServiceAccountsRequest
ListServiceAccounts: List all Service Accounts
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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
deprecated
func (*APIClient) PartialUpdateServiceAccountFederatedIdentityProvider
deprecated
func (a *APIClient) PartialUpdateServiceAccountFederatedIdentityProvider(ctx context.Context, projectId string, serviceAccountEmail string, federationId string) ApiPartialUpdateServiceAccountFederatedIdentityProviderRequest
PartialUpdateServiceAccountFederatedIdentityProvider: Update Service Account Federated Identity Provider
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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 federationId ID of the Federated Identity Provider. @return ApiPartialUpdateServiceAccountFederatedIdentityProviderRequest
func (*APIClient) PartialUpdateServiceAccountFederatedIdentityProviderExecute
deprecated
func (a *APIClient) PartialUpdateServiceAccountFederatedIdentityProviderExecute(ctx context.Context, projectId string, serviceAccountEmail string, federationId string) (*CreateFederatedIdentityProviderResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) PartialUpdateServiceAccountKey
deprecated
func (a *APIClient) PartialUpdateServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, keyId string) ApiPartialUpdateServiceAccountKeyRequest
PartialUpdateServiceAccountKey: Update Service Account key
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@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
deprecated
func (a *APIClient) PartialUpdateServiceAccountKeyExecute(ctx context.Context, projectId string, serviceAccountEmail string, keyId string) (*PartialUpdateServiceAccountKeyResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessToken ¶
type AccessToken struct {
// Newly created access tokens are valid, and can be revoked if needed.
// REQUIRED
Active AccessTokengetActiveAttributeType `json:"active" required:"true"`
// Creation time of the access token.
// REQUIRED
CreatedAt AccessTokenGetCreatedAtAttributeType `json:"createdAt" required:"true"`
// Unique ID of the access token. Also used as JTI field.
// REQUIRED
Id AccessTokenGetIdAttributeType `json:"id" required:"true"`
// 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" required:"true"`
// Approximate expiration time of the access token. Check the JWT for actual validity date.
// REQUIRED
ValidUntil AccessTokenGetValidUntilAttributeType `json:"validUntil" required:"true"`
}
AccessToken Contains token metadata and actual token. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAccessToken ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAccessTokenWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetActive ¶
func (o *AccessToken) GetActive() (ret AccessTokengetActiveRetType)
GetActive returns the Active field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetActiveOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetCreatedAt ¶
func (o *AccessToken) GetCreatedAt() (ret AccessTokenGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetCreatedAtOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetId ¶
func (o *AccessToken) GetId() (ret AccessTokenGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetIdOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetToken ¶
func (o *AccessToken) GetToken() (ret AccessTokenGetTokenRetType)
GetToken returns the Token field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetTokenOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetValidUntil ¶
func (o *AccessToken) GetValidUntil() (ret AccessTokenGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) GetValidUntilOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) SetActive ¶
func (o *AccessToken) SetActive(v AccessTokengetActiveRetType)
SetActive sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) SetCreatedAt ¶
func (o *AccessToken) SetCreatedAt(v AccessTokenGetCreatedAtRetType)
SetCreatedAt sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) SetId ¶
func (o *AccessToken) SetId(v AccessTokenGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) SetToken ¶
func (o *AccessToken) SetToken(v AccessTokenGetTokenRetType)
SetToken sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessToken) SetValidUntil ¶
func (o *AccessToken) SetValidUntil(v AccessTokenGetValidUntilRetType)
SetValidUntil sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (AccessToken) ToMap
deprecated
func (o AccessToken) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetCreatedAtArgType
deprecated
type AccessTokenGetCreatedAtAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetCreatedAtRetType
deprecated
type AccessTokenGetIdArgType
deprecated
type AccessTokenGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetIdAttributeType ¶
type AccessTokenGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetIdRetType
deprecated
type AccessTokenGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetTokenArgType
deprecated
type AccessTokenGetTokenArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetTokenAttributeType ¶
type AccessTokenGetTokenAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetTokenRetType
deprecated
type AccessTokenGetTokenRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetValidUntilArgType
deprecated
type AccessTokenGetValidUntilAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenGetValidUntilRetType
deprecated
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" required:"true"`
// Creation time of the access token.
// REQUIRED
CreatedAt AccessTokenMetadataGetCreatedAtAttributeType `json:"createdAt" required:"true"`
// Unique ID of the access token. Also used as JTI field.
// REQUIRED
Id AccessTokenMetadataGetIdAttributeType `json:"id" required:"true"`
// Approximate expiration time of the access token. Check the JWT for actual validity date.
// REQUIRED
ValidUntil AccessTokenMetadataGetValidUntilAttributeType `json:"validUntil" required:"true"`
}
AccessTokenMetadata Does not contain the actual token. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAccessTokenMetadata ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAccessTokenMetadataWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenMetadata) GetActive ¶
func (o *AccessTokenMetadata) GetActive() (ret AccessTokenMetadatagetActiveRetType)
GetActive returns the Active field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenMetadata) GetActiveOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenMetadata) GetCreatedAt ¶
func (o *AccessTokenMetadata) GetCreatedAt() (ret AccessTokenMetadataGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenMetadata) GetCreatedAtOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenMetadata) GetId ¶
func (o *AccessTokenMetadata) GetId() (ret AccessTokenMetadataGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenMetadata) GetIdOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenMetadata) GetValidUntil ¶
func (o *AccessTokenMetadata) GetValidUntil() (ret AccessTokenMetadataGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenMetadata) GetValidUntilOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenMetadata) SetActive ¶
func (o *AccessTokenMetadata) SetActive(v AccessTokenMetadatagetActiveRetType)
SetActive sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenMetadata) SetCreatedAt ¶
func (o *AccessTokenMetadata) SetCreatedAt(v AccessTokenMetadataGetCreatedAtRetType)
SetCreatedAt sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenMetadata) SetId ¶
func (o *AccessTokenMetadata) SetId(v AccessTokenMetadataGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AccessTokenMetadata) SetValidUntil ¶
func (o *AccessTokenMetadata) SetValidUntil(v AccessTokenMetadataGetValidUntilRetType)
SetValidUntil sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (AccessTokenMetadata) ToMap
deprecated
func (o AccessTokenMetadata) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenMetadataGetCreatedAtArgType
deprecated
type AccessTokenMetadataGetCreatedAtAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenMetadataGetCreatedAtRetType
deprecated
type AccessTokenMetadataGetIdArgType
deprecated
type AccessTokenMetadataGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenMetadataGetIdAttributeType ¶
type AccessTokenMetadataGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenMetadataGetIdRetType
deprecated
type AccessTokenMetadataGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenMetadataGetValidUntilArgType
deprecated
type AccessTokenMetadataGetValidUntilAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenMetadataGetValidUntilRetType
deprecated
type AccessTokenMetadatagetActiveArgType
deprecated
type AccessTokenMetadatagetActiveArgType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenMetadatagetActiveAttributeType ¶
type AccessTokenMetadatagetActiveAttributeType = *bool
isBoolean Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokenMetadatagetActiveRetType
deprecated
type AccessTokenMetadatagetActiveRetType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokengetActiveArgType
deprecated
type AccessTokengetActiveArgType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokengetActiveAttributeType ¶
type AccessTokengetActiveAttributeType = *bool
isBoolean Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AccessTokengetActiveRetType
deprecated
type AccessTokengetActiveRetType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiCreateAccessTokenRequest
deprecated
type ApiCreateAccessTokenRequest interface {
// Token request. Optional. If not specified the access token will be valid for 90days.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateAccessTokenPayload(createAccessTokenPayload CreateAccessTokenPayload) ApiCreateAccessTokenRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*AccessToken, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiCreateFederatedIdentityProviderRequest
deprecated
type ApiCreateFederatedIdentityProviderRequest interface {
// Federated identity provider request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateFederatedIdentityProviderPayload(createFederatedIdentityProviderPayload CreateFederatedIdentityProviderPayload) ApiCreateFederatedIdentityProviderRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*CreateFederatedIdentityProviderResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiCreateServiceAccountKeyRequest
deprecated
type ApiCreateServiceAccountKeyRequest interface {
// Service account request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateServiceAccountKeyPayload(createServiceAccountKeyPayload CreateServiceAccountKeyPayload) ApiCreateServiceAccountKeyRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*CreateServiceAccountKeyResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiCreateServiceAccountRequest
deprecated
type ApiCreateServiceAccountRequest interface {
// Service account request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateServiceAccountPayload(createServiceAccountPayload CreateServiceAccountPayload) ApiCreateServiceAccountRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ServiceAccount, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiCreateShortLivedAccessTokenRequest
deprecated
type ApiCreateShortLivedAccessTokenRequest interface {
// Always use URL encoded values. E.g. urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Ajwt-bearer
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
GrantType(grantType string) ApiCreateShortLivedAccessTokenRequest
// The self signed JWT. Must be given when grant_type is urn:ietf:params:oauth:grant-type:jwt-bearer
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Assertion(assertion string) ApiCreateShortLivedAccessTokenRequest
// Refresh token provided by a previous call with a self signed token. Must be given when grant_type is refresh_token
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
RefreshToken(refreshToken string) ApiCreateShortLivedAccessTokenRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*CreateShortLivedAccessTokenResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteAccessTokenRequest
deprecated
type ApiDeleteAccessTokenRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteServiceAccountKeyRequest
deprecated
type ApiDeleteServiceAccountKeyRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteServiceAccountRequest
deprecated
type ApiDeleteServiceAccountRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteServiceFederatedIdentityProviderRequest
deprecated
type ApiDeleteServiceFederatedIdentityProviderRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetJWKSRequest
deprecated
type ApiGetServiceAccountKeyRequest
deprecated
type ApiGetServiceAccountKeyRequest interface {
// Requested format for the public key
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Format(format string) ApiGetServiceAccountKeyRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*GetServiceAccountKeyResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListAccessTokensRequest
deprecated
type ApiListAccessTokensRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListAccessTokensResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListFederatedIdentityProvidersRequest
deprecated
type ApiListFederatedIdentityProvidersRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*FederatedListFederatedIdentityProvidersResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListServiceAccountKeysRequest
deprecated
type ApiListServiceAccountKeysRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListServiceAccountKeysResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListServiceAccountsRequest
deprecated
type ApiListServiceAccountsRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListServiceAccountsResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiPartialUpdateServiceAccountFederatedIdentityProviderRequest
deprecated
type ApiPartialUpdateServiceAccountFederatedIdentityProviderRequest interface {
// Delete a Federated Identity Provider
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PartialUpdateServiceAccountFederatedIdentityProviderPayload(partialUpdateServiceAccountFederatedIdentityProviderPayload PartialUpdateServiceAccountFederatedIdentityProviderPayload) ApiPartialUpdateServiceAccountFederatedIdentityProviderRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*CreateFederatedIdentityProviderResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiPartialUpdateServiceAccountKeyRequest
deprecated
type ApiPartialUpdateServiceAccountKeyRequest interface {
// Service account request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PartialUpdateServiceAccountKeyPayload(partialUpdateServiceAccountKeyPayload PartialUpdateServiceAccountKeyPayload) ApiPartialUpdateServiceAccountKeyRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*PartialUpdateServiceAccountKeyResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthError ¶
type AuthError struct {
// REQUIRED
Error AuthErrorGetErrorAttributeType `json:"error" required:"true"`
}
AuthError struct for AuthError Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAuthError ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAuthErrorWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthError) GetError ¶
func (o *AuthError) GetError() (ret AuthErrorGetErrorRetType)
GetError returns the Error field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthError) GetErrorOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthError) SetError ¶
func (o *AuthError) SetError(v AuthErrorGetErrorRetType)
SetError sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthErrorError ¶
type AuthErrorError struct {
// REQUIRED
Code AuthErrorErrorGetCodeAttributeType `json:"code" required:"true"`
// REQUIRED
Message AuthErrorErrorGetMessageAttributeType `json:"message" required:"true"`
// REQUIRED
Status AuthErrorErrorGetStatusAttributeType `json:"status" required:"true"`
}
AuthErrorError struct for AuthErrorError Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAuthErrorError ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAuthErrorErrorWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthErrorError) GetCode ¶
func (o *AuthErrorError) GetCode() (ret AuthErrorErrorGetCodeRetType)
GetCode returns the Code field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthErrorError) GetCodeOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthErrorError) GetMessage ¶
func (o *AuthErrorError) GetMessage() (ret AuthErrorErrorGetMessageRetType)
GetMessage returns the Message field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthErrorError) GetMessageOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthErrorError) GetStatus ¶
func (o *AuthErrorError) GetStatus() (ret AuthErrorErrorGetStatusRetType)
GetStatus returns the Status field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthErrorError) GetStatusOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthErrorError) SetCode ¶
func (o *AuthErrorError) SetCode(v AuthErrorErrorGetCodeRetType)
SetCode sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthErrorError) SetMessage ¶
func (o *AuthErrorError) SetMessage(v AuthErrorErrorGetMessageRetType)
SetMessage sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuthErrorError) SetStatus ¶
func (o *AuthErrorError) SetStatus(v AuthErrorErrorGetStatusRetType)
SetStatus sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (AuthErrorError) ToMap
deprecated
func (o AuthErrorError) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthErrorErrorGetCodeArgType
deprecated
type AuthErrorErrorGetCodeArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthErrorErrorGetCodeAttributeType ¶
type AuthErrorErrorGetCodeAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthErrorErrorGetCodeRetType
deprecated
type AuthErrorErrorGetCodeRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthErrorErrorGetMessageArgType
deprecated
type AuthErrorErrorGetMessageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthErrorErrorGetMessageAttributeType ¶
type AuthErrorErrorGetMessageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthErrorErrorGetMessageRetType
deprecated
type AuthErrorErrorGetMessageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthErrorErrorGetStatusArgType
deprecated
type AuthErrorErrorGetStatusArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthErrorErrorGetStatusAttributeType ¶
type AuthErrorErrorGetStatusAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthErrorErrorGetStatusRetType
deprecated
type AuthErrorErrorGetStatusRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthErrorGetErrorArgType
deprecated
type AuthErrorGetErrorArgType = AuthErrorError
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthErrorGetErrorAttributeType ¶
type AuthErrorGetErrorAttributeType = *AuthErrorError
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuthErrorGetErrorRetType
deprecated
type AuthErrorGetErrorRetType = AuthErrorError
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayload ¶
type CreateAccessTokenPayload struct {
// The duration in days for how long the new Access Token should be valid.
// REQUIRED
TtlDays CreateAccessTokenPayloadGetTtlDaysAttributeType `json:"ttlDays" required:"true"`
}
CreateAccessTokenPayload struct for CreateAccessTokenPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateAccessTokenPayload ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateAccessTokenPayloadWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAccessTokenPayload) GetTtlDays ¶
func (o *CreateAccessTokenPayload) GetTtlDays() (ret CreateAccessTokenPayloadGetTtlDaysRetType)
GetTtlDays returns the TtlDays field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAccessTokenPayload) GetTtlDaysOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateAccessTokenPayload) SetTtlDays ¶
func (o *CreateAccessTokenPayload) SetTtlDays(v CreateAccessTokenPayloadGetTtlDaysRetType)
SetTtlDays sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateAccessTokenPayload) ToMap
deprecated
func (o CreateAccessTokenPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetTtlDaysArgType
deprecated
type CreateAccessTokenPayloadGetTtlDaysArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetTtlDaysAttributeType ¶
type CreateAccessTokenPayloadGetTtlDaysAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenPayloadGetTtlDaysRetType
deprecated
type CreateAccessTokenPayloadGetTtlDaysRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateAccessTokenRequest
deprecated
type CreateAccessTokenRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateAccessTokenRequest) CreateAccessTokenPayload ¶
func (r CreateAccessTokenRequest) CreateAccessTokenPayload(createAccessTokenPayload CreateAccessTokenPayload) ApiCreateAccessTokenRequest
Token request. Optional. If not specified the access token will be valid for 90days. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateAccessTokenRequest) Execute
deprecated
func (r CreateAccessTokenRequest) Execute() (*AccessToken, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayload ¶
type CreateFederatedIdentityProviderPayload struct {
// list of assertions of the federated identity provider
Assertions CreateFederatedIdentityProviderPayloadGetAssertionsAttributeType `json:"assertions,omitempty"`
// Issuer of the federated identity provider.
// REQUIRED
Issuer CreateFederatedIdentityProviderPayloadGetIssuerAttributeType `json:"issuer" required:"true"`
// Unique name used as identifier of the federated identity provider.
// REQUIRED
Name CreateFederatedIdentityProviderPayloadGetNameAttributeType `json:"name" required:"true"`
}
CreateFederatedIdentityProviderPayload struct for CreateFederatedIdentityProviderPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateFederatedIdentityProviderPayload ¶
func NewCreateFederatedIdentityProviderPayload(issuer CreateFederatedIdentityProviderPayloadGetIssuerArgType, name CreateFederatedIdentityProviderPayloadGetNameArgType) *CreateFederatedIdentityProviderPayload
NewCreateFederatedIdentityProviderPayload instantiates a new CreateFederatedIdentityProviderPayload 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateFederatedIdentityProviderPayloadWithDefaults ¶
func NewCreateFederatedIdentityProviderPayloadWithDefaults() *CreateFederatedIdentityProviderPayload
NewCreateFederatedIdentityProviderPayloadWithDefaults instantiates a new CreateFederatedIdentityProviderPayload 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayload) GetAssertions ¶
func (o *CreateFederatedIdentityProviderPayload) GetAssertions() (res CreateFederatedIdentityProviderPayloadGetAssertionsRetType)
GetAssertions returns the Assertions field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayload) GetAssertionsOk ¶
func (o *CreateFederatedIdentityProviderPayload) GetAssertionsOk() (ret CreateFederatedIdentityProviderPayloadGetAssertionsRetType, ok bool)
GetAssertionsOk returns a tuple with the Assertions field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayload) GetIssuer ¶
func (o *CreateFederatedIdentityProviderPayload) GetIssuer() (ret CreateFederatedIdentityProviderPayloadGetIssuerRetType)
GetIssuer returns the Issuer field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayload) GetIssuerOk ¶
func (o *CreateFederatedIdentityProviderPayload) GetIssuerOk() (ret CreateFederatedIdentityProviderPayloadGetIssuerRetType, ok bool)
GetIssuerOk returns a tuple with the Issuer field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayload) GetName ¶
func (o *CreateFederatedIdentityProviderPayload) GetName() (ret CreateFederatedIdentityProviderPayloadGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayload) GetNameOk ¶
func (o *CreateFederatedIdentityProviderPayload) GetNameOk() (ret CreateFederatedIdentityProviderPayloadGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayload) HasAssertions ¶
func (o *CreateFederatedIdentityProviderPayload) HasAssertions() bool
HasAssertions returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayload) SetAssertions ¶
func (o *CreateFederatedIdentityProviderPayload) SetAssertions(v CreateFederatedIdentityProviderPayloadGetAssertionsRetType)
SetAssertions gets a reference to the given []CreateFederatedIdentityProviderPayloadAssertionsInner and assigns it to the Assertions field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayload) SetIssuer ¶
func (o *CreateFederatedIdentityProviderPayload) SetIssuer(v CreateFederatedIdentityProviderPayloadGetIssuerRetType)
SetIssuer sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayload) SetName ¶
func (o *CreateFederatedIdentityProviderPayload) SetName(v CreateFederatedIdentityProviderPayloadGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateFederatedIdentityProviderPayload) ToMap
deprecated
func (o CreateFederatedIdentityProviderPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadAssertionsInner ¶
type CreateFederatedIdentityProviderPayloadAssertionsInner struct {
// Item to compare
Item CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemAttributeType `json:"item,omitempty"`
// Operator for the comparison
Operator CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorAttributeType `json:"operator,omitempty"`
// Value which the item is compared to
Value CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueAttributeType `json:"value,omitempty"`
}
CreateFederatedIdentityProviderPayloadAssertionsInner struct for CreateFederatedIdentityProviderPayloadAssertionsInner Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateFederatedIdentityProviderPayloadAssertionsInner ¶
func NewCreateFederatedIdentityProviderPayloadAssertionsInner() *CreateFederatedIdentityProviderPayloadAssertionsInner
NewCreateFederatedIdentityProviderPayloadAssertionsInner instantiates a new CreateFederatedIdentityProviderPayloadAssertionsInner 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateFederatedIdentityProviderPayloadAssertionsInnerWithDefaults ¶
func NewCreateFederatedIdentityProviderPayloadAssertionsInnerWithDefaults() *CreateFederatedIdentityProviderPayloadAssertionsInner
NewCreateFederatedIdentityProviderPayloadAssertionsInnerWithDefaults instantiates a new CreateFederatedIdentityProviderPayloadAssertionsInner 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayloadAssertionsInner) GetItem ¶
func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) GetItem() (res CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemRetType)
GetItem returns the Item field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayloadAssertionsInner) GetItemOk ¶
func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) GetItemOk() (ret CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemRetType, ok bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayloadAssertionsInner) GetOperator ¶
func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) GetOperator() (res CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorRetType)
GetOperator returns the Operator field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayloadAssertionsInner) GetOperatorOk ¶
func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) GetOperatorOk() (ret CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorRetType, ok bool)
GetOperatorOk returns a tuple with the Operator field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayloadAssertionsInner) GetValue ¶
func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) GetValue() (res CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueRetType)
GetValue returns the Value field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayloadAssertionsInner) GetValueOk ¶
func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) GetValueOk() (ret CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueRetType, ok bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayloadAssertionsInner) HasItem ¶
func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) HasItem() bool
HasItem returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayloadAssertionsInner) HasOperator ¶
func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) HasOperator() bool
HasOperator returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayloadAssertionsInner) HasValue ¶
func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) HasValue() bool
HasValue returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayloadAssertionsInner) SetItem ¶
func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) SetItem(v CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemRetType)
SetItem gets a reference to the given string and assigns it to the Item field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayloadAssertionsInner) SetOperator ¶
func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) SetOperator(v CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorRetType)
SetOperator gets a reference to the given string and assigns it to the Operator field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderPayloadAssertionsInner) SetValue ¶
func (o *CreateFederatedIdentityProviderPayloadAssertionsInner) SetValue(v CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueRetType)
SetValue gets a reference to the given string and assigns it to the Value field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateFederatedIdentityProviderPayloadAssertionsInner) ToMap
deprecated
func (o CreateFederatedIdentityProviderPayloadAssertionsInner) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemArgType
deprecated
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemAttributeType ¶
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemRetType
deprecated
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetItemRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorArgType
deprecated
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorAttributeType ¶
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorRetType
deprecated
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetOperatorRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueArgType
deprecated
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueAttributeType ¶
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueRetType
deprecated
type CreateFederatedIdentityProviderPayloadAssertionsInnerGetValueRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadGetAssertionsArgType
deprecated
type CreateFederatedIdentityProviderPayloadGetAssertionsArgType = []CreateFederatedIdentityProviderPayloadAssertionsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadGetAssertionsAttributeType ¶
type CreateFederatedIdentityProviderPayloadGetAssertionsAttributeType = *[]CreateFederatedIdentityProviderPayloadAssertionsInner
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadGetAssertionsRetType
deprecated
type CreateFederatedIdentityProviderPayloadGetAssertionsRetType = []CreateFederatedIdentityProviderPayloadAssertionsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadGetIssuerArgType
deprecated
type CreateFederatedIdentityProviderPayloadGetIssuerArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadGetIssuerAttributeType ¶
type CreateFederatedIdentityProviderPayloadGetIssuerAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadGetIssuerRetType
deprecated
type CreateFederatedIdentityProviderPayloadGetIssuerRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadGetNameArgType
deprecated
type CreateFederatedIdentityProviderPayloadGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadGetNameAttributeType ¶
type CreateFederatedIdentityProviderPayloadGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderPayloadGetNameRetType
deprecated
type CreateFederatedIdentityProviderPayloadGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderRequest
deprecated
type CreateFederatedIdentityProviderRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateFederatedIdentityProviderRequest) CreateFederatedIdentityProviderPayload ¶
func (r CreateFederatedIdentityProviderRequest) CreateFederatedIdentityProviderPayload(createFederatedIdentityProviderPayload CreateFederatedIdentityProviderPayload) ApiCreateFederatedIdentityProviderRequest
Federated identity provider request Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateFederatedIdentityProviderRequest) Execute
deprecated
func (r CreateFederatedIdentityProviderRequest) Execute() (*CreateFederatedIdentityProviderResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponse ¶
type CreateFederatedIdentityProviderResponse struct {
// list of assertions of the federated identity provider
// REQUIRED
Assertions CreateFederatedIdentityProviderResponseGetAssertionsAttributeType `json:"assertions" required:"true"`
// Creation time of the federated identity provider.
// REQUIRED
CreatedAt CreateFederatedIdentityProviderResponseGetCreatedAtAttributeType `json:"createdAt" required:"true"`
// Issuer of the federated identity provider.
// REQUIRED
Issuer CreateFederatedIdentityProviderResponseGetIssuerAttributeType `json:"issuer" required:"true"`
// Unique name of the federated identity provider.
// REQUIRED
Name CreateFederatedIdentityProviderResponseGetNameAttributeType `json:"name" required:"true"`
// Last update time of the federated identity provider.
// REQUIRED
UpdatedAt CreateFederatedIdentityProviderResponseGetUpdatedAtAttributeType `json:"updatedAt" required:"true"`
}
CreateFederatedIdentityProviderResponse struct for CreateFederatedIdentityProviderResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateFederatedIdentityProviderResponse ¶
func NewCreateFederatedIdentityProviderResponse(assertions CreateFederatedIdentityProviderResponseGetAssertionsArgType, createdAt CreateFederatedIdentityProviderResponseGetCreatedAtArgType, issuer CreateFederatedIdentityProviderResponseGetIssuerArgType, name CreateFederatedIdentityProviderResponseGetNameArgType, updatedAt CreateFederatedIdentityProviderResponseGetUpdatedAtArgType) *CreateFederatedIdentityProviderResponse
NewCreateFederatedIdentityProviderResponse instantiates a new CreateFederatedIdentityProviderResponse 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateFederatedIdentityProviderResponseWithDefaults ¶
func NewCreateFederatedIdentityProviderResponseWithDefaults() *CreateFederatedIdentityProviderResponse
NewCreateFederatedIdentityProviderResponseWithDefaults instantiates a new CreateFederatedIdentityProviderResponse 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) GetAssertions ¶
func (o *CreateFederatedIdentityProviderResponse) GetAssertions() (ret CreateFederatedIdentityProviderResponseGetAssertionsRetType)
GetAssertions returns the Assertions field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) GetAssertionsOk ¶
func (o *CreateFederatedIdentityProviderResponse) GetAssertionsOk() (ret CreateFederatedIdentityProviderResponseGetAssertionsRetType, ok bool)
GetAssertionsOk returns a tuple with the Assertions field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) GetCreatedAt ¶
func (o *CreateFederatedIdentityProviderResponse) GetCreatedAt() (ret CreateFederatedIdentityProviderResponseGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) GetCreatedAtOk ¶
func (o *CreateFederatedIdentityProviderResponse) GetCreatedAtOk() (ret CreateFederatedIdentityProviderResponseGetCreatedAtRetType, ok bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) GetIssuer ¶
func (o *CreateFederatedIdentityProviderResponse) GetIssuer() (ret CreateFederatedIdentityProviderResponseGetIssuerRetType)
GetIssuer returns the Issuer field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) GetIssuerOk ¶
func (o *CreateFederatedIdentityProviderResponse) GetIssuerOk() (ret CreateFederatedIdentityProviderResponseGetIssuerRetType, ok bool)
GetIssuerOk returns a tuple with the Issuer field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) GetName ¶
func (o *CreateFederatedIdentityProviderResponse) GetName() (ret CreateFederatedIdentityProviderResponseGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) GetNameOk ¶
func (o *CreateFederatedIdentityProviderResponse) GetNameOk() (ret CreateFederatedIdentityProviderResponseGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) GetUpdatedAt ¶
func (o *CreateFederatedIdentityProviderResponse) GetUpdatedAt() (ret CreateFederatedIdentityProviderResponseGetUpdatedAtRetType)
GetUpdatedAt returns the UpdatedAt field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) GetUpdatedAtOk ¶
func (o *CreateFederatedIdentityProviderResponse) GetUpdatedAtOk() (ret CreateFederatedIdentityProviderResponseGetUpdatedAtRetType, ok bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) SetAssertions ¶
func (o *CreateFederatedIdentityProviderResponse) SetAssertions(v CreateFederatedIdentityProviderResponseGetAssertionsRetType)
SetAssertions sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) SetCreatedAt ¶
func (o *CreateFederatedIdentityProviderResponse) SetCreatedAt(v CreateFederatedIdentityProviderResponseGetCreatedAtRetType)
SetCreatedAt sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) SetIssuer ¶
func (o *CreateFederatedIdentityProviderResponse) SetIssuer(v CreateFederatedIdentityProviderResponseGetIssuerRetType)
SetIssuer sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) SetName ¶
func (o *CreateFederatedIdentityProviderResponse) SetName(v CreateFederatedIdentityProviderResponseGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponse) SetUpdatedAt ¶
func (o *CreateFederatedIdentityProviderResponse) SetUpdatedAt(v CreateFederatedIdentityProviderResponseGetUpdatedAtRetType)
SetUpdatedAt sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateFederatedIdentityProviderResponse) ToMap
deprecated
func (o CreateFederatedIdentityProviderResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseAssertionsInner ¶
type CreateFederatedIdentityProviderResponseAssertionsInner struct {
// Item to compare
// REQUIRED
Item CreateFederatedIdentityProviderResponseAssertionsInnerGetItemAttributeType `json:"item" required:"true"`
// Operator for the comparison
// REQUIRED
Operator CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorAttributeType `json:"operator" required:"true"`
// Value which the item is compared to
// REQUIRED
Value CreateFederatedIdentityProviderResponseAssertionsInnerGetValueAttributeType `json:"value" required:"true"`
}
CreateFederatedIdentityProviderResponseAssertionsInner struct for CreateFederatedIdentityProviderResponseAssertionsInner Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateFederatedIdentityProviderResponseAssertionsInner ¶
func NewCreateFederatedIdentityProviderResponseAssertionsInner(item CreateFederatedIdentityProviderResponseAssertionsInnerGetItemArgType, operator CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorArgType, value CreateFederatedIdentityProviderResponseAssertionsInnerGetValueArgType) *CreateFederatedIdentityProviderResponseAssertionsInner
NewCreateFederatedIdentityProviderResponseAssertionsInner instantiates a new CreateFederatedIdentityProviderResponseAssertionsInner 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateFederatedIdentityProviderResponseAssertionsInnerWithDefaults ¶
func NewCreateFederatedIdentityProviderResponseAssertionsInnerWithDefaults() *CreateFederatedIdentityProviderResponseAssertionsInner
NewCreateFederatedIdentityProviderResponseAssertionsInnerWithDefaults instantiates a new CreateFederatedIdentityProviderResponseAssertionsInner 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponseAssertionsInner) GetItem ¶
func (o *CreateFederatedIdentityProviderResponseAssertionsInner) GetItem() (ret CreateFederatedIdentityProviderResponseAssertionsInnerGetItemRetType)
GetItem returns the Item field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponseAssertionsInner) GetItemOk ¶
func (o *CreateFederatedIdentityProviderResponseAssertionsInner) GetItemOk() (ret CreateFederatedIdentityProviderResponseAssertionsInnerGetItemRetType, ok bool)
GetItemOk returns a tuple with the Item field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponseAssertionsInner) GetOperator ¶
func (o *CreateFederatedIdentityProviderResponseAssertionsInner) GetOperator() (ret CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorRetType)
GetOperator returns the Operator field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponseAssertionsInner) GetOperatorOk ¶
func (o *CreateFederatedIdentityProviderResponseAssertionsInner) GetOperatorOk() (ret CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorRetType, ok bool)
GetOperatorOk returns a tuple with the Operator field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponseAssertionsInner) GetValue ¶
func (o *CreateFederatedIdentityProviderResponseAssertionsInner) GetValue() (ret CreateFederatedIdentityProviderResponseAssertionsInnerGetValueRetType)
GetValue returns the Value field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponseAssertionsInner) GetValueOk ¶
func (o *CreateFederatedIdentityProviderResponseAssertionsInner) GetValueOk() (ret CreateFederatedIdentityProviderResponseAssertionsInnerGetValueRetType, ok bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponseAssertionsInner) SetItem ¶
func (o *CreateFederatedIdentityProviderResponseAssertionsInner) SetItem(v CreateFederatedIdentityProviderResponseAssertionsInnerGetItemRetType)
SetItem sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponseAssertionsInner) SetOperator ¶
func (o *CreateFederatedIdentityProviderResponseAssertionsInner) SetOperator(v CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorRetType)
SetOperator sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateFederatedIdentityProviderResponseAssertionsInner) SetValue ¶
func (o *CreateFederatedIdentityProviderResponseAssertionsInner) SetValue(v CreateFederatedIdentityProviderResponseAssertionsInnerGetValueRetType)
SetValue sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateFederatedIdentityProviderResponseAssertionsInner) ToMap
deprecated
func (o CreateFederatedIdentityProviderResponseAssertionsInner) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseAssertionsInnerGetItemArgType
deprecated
type CreateFederatedIdentityProviderResponseAssertionsInnerGetItemArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseAssertionsInnerGetItemAttributeType ¶
type CreateFederatedIdentityProviderResponseAssertionsInnerGetItemAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseAssertionsInnerGetItemRetType
deprecated
type CreateFederatedIdentityProviderResponseAssertionsInnerGetItemRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorArgType
deprecated
type CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorAttributeType ¶
type CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorRetType
deprecated
type CreateFederatedIdentityProviderResponseAssertionsInnerGetOperatorRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseAssertionsInnerGetValueArgType
deprecated
type CreateFederatedIdentityProviderResponseAssertionsInnerGetValueArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseAssertionsInnerGetValueAttributeType ¶
type CreateFederatedIdentityProviderResponseAssertionsInnerGetValueAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseAssertionsInnerGetValueRetType
deprecated
type CreateFederatedIdentityProviderResponseAssertionsInnerGetValueRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseGetAssertionsArgType
deprecated
type CreateFederatedIdentityProviderResponseGetAssertionsArgType = []CreateFederatedIdentityProviderResponseAssertionsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseGetAssertionsAttributeType ¶
type CreateFederatedIdentityProviderResponseGetAssertionsAttributeType = *[]CreateFederatedIdentityProviderResponseAssertionsInner
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseGetAssertionsRetType
deprecated
type CreateFederatedIdentityProviderResponseGetAssertionsRetType = []CreateFederatedIdentityProviderResponseAssertionsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseGetCreatedAtArgType
deprecated
type CreateFederatedIdentityProviderResponseGetCreatedAtAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseGetCreatedAtRetType
deprecated
type CreateFederatedIdentityProviderResponseGetIssuerArgType
deprecated
type CreateFederatedIdentityProviderResponseGetIssuerArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseGetIssuerAttributeType ¶
type CreateFederatedIdentityProviderResponseGetIssuerAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseGetIssuerRetType
deprecated
type CreateFederatedIdentityProviderResponseGetIssuerRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseGetNameArgType
deprecated
type CreateFederatedIdentityProviderResponseGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseGetNameAttributeType ¶
type CreateFederatedIdentityProviderResponseGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseGetNameRetType
deprecated
type CreateFederatedIdentityProviderResponseGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseGetUpdatedAtArgType
deprecated
type CreateFederatedIdentityProviderResponseGetUpdatedAtAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateFederatedIdentityProviderResponseGetUpdatedAtRetType
deprecated
type CreateServiceAccountKeyPayload ¶
type CreateServiceAccountKeyPayload struct {
// Optional, key algorithm of the generated key-pair. Used only if publicKey attribute is not specified, otherwise the algorithm is derived from the public key.
Algorithm CreateServiceAccountKeyPayloadGetAlgorithmAttributeType `json:"algorithm,omitempty"`
// 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateServiceAccountKeyPayload ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateServiceAccountKeyPayloadWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyPayload) GetAlgorithm ¶
func (o *CreateServiceAccountKeyPayload) GetAlgorithm() (res CreateServiceAccountKeyPayloadGetAlgorithmRetType)
GetAlgorithm returns the Algorithm field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyPayload) GetAlgorithmOk ¶
func (o *CreateServiceAccountKeyPayload) GetAlgorithmOk() (ret CreateServiceAccountKeyPayloadGetAlgorithmRetType, ok bool)
GetAlgorithmOk returns a tuple with the Algorithm field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyPayload) GetPublicKey ¶
func (o *CreateServiceAccountKeyPayload) GetPublicKey() (res CreateServiceAccountKeyPayloadGetPublicKeyRetType)
GetPublicKey returns the PublicKey field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyPayload) GetPublicKeyOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyPayload) GetValidUntil ¶
func (o *CreateServiceAccountKeyPayload) GetValidUntil() (res CreateServiceAccountKeyPayloadGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyPayload) GetValidUntilOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyPayload) HasAlgorithm ¶
func (o *CreateServiceAccountKeyPayload) HasAlgorithm() bool
HasAlgorithm returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyPayload) HasPublicKey ¶
func (o *CreateServiceAccountKeyPayload) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyPayload) HasValidUntil ¶
func (o *CreateServiceAccountKeyPayload) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyPayload) SetAlgorithm ¶
func (o *CreateServiceAccountKeyPayload) SetAlgorithm(v CreateServiceAccountKeyPayloadGetAlgorithmRetType)
SetAlgorithm gets a reference to the given string and assigns it to the Algorithm field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyPayload) SetPublicKey ¶
func (o *CreateServiceAccountKeyPayload) SetPublicKey(v CreateServiceAccountKeyPayloadGetPublicKeyRetType)
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyPayload) SetValidUntil ¶
func (o *CreateServiceAccountKeyPayload) SetValidUntil(v CreateServiceAccountKeyPayloadGetValidUntilRetType)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountKeyPayload) ToMap
deprecated
func (o CreateServiceAccountKeyPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyPayloadAlgorithm ¶
type CreateServiceAccountKeyPayloadAlgorithm string
CreateServiceAccountKeyPayloadAlgorithm Optional, key algorithm of the generated key-pair. Used only if publicKey attribute is not specified, otherwise the algorithm is derived from the public key. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CREATESERVICEACCOUNTKEYPAYLOADALGORITHM__2048 CreateServiceAccountKeyPayloadAlgorithm = "RSA_2048" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CREATESERVICEACCOUNTKEYPAYLOADALGORITHM__4096 CreateServiceAccountKeyPayloadAlgorithm = "RSA_4096" )
List of Algorithm
func NewCreateServiceAccountKeyPayloadAlgorithmFromValue ¶
func NewCreateServiceAccountKeyPayloadAlgorithmFromValue(v CreateServiceAccountKeyPayloadAlgorithm) (*CreateServiceAccountKeyPayloadAlgorithm, error)
NewCreateServiceAccountKeyPayloadAlgorithmFromValue returns a pointer to a valid CreateServiceAccountKeyPayloadAlgorithm for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountKeyPayloadAlgorithm) IsValid ¶
func (v CreateServiceAccountKeyPayloadAlgorithm) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountKeyPayloadAlgorithm) Ptr ¶
Ptr returns reference to AlgorithmAlgorithm value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyPayloadAlgorithm) UnmarshalJSON
deprecated
func (v *CreateServiceAccountKeyPayloadAlgorithm) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyPayloadGetAlgorithmArgType
deprecated
type CreateServiceAccountKeyPayloadGetAlgorithmArgType = CreateServiceAccountKeyPayloadAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyPayloadGetAlgorithmAttributeType
deprecated
type CreateServiceAccountKeyPayloadGetAlgorithmAttributeType = *CreateServiceAccountKeyPayloadAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyPayloadGetAlgorithmRetType
deprecated
type CreateServiceAccountKeyPayloadGetAlgorithmRetType = CreateServiceAccountKeyPayloadAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyPayloadGetPublicKeyArgType
deprecated
type CreateServiceAccountKeyPayloadGetPublicKeyArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyPayloadGetPublicKeyAttributeType ¶
type CreateServiceAccountKeyPayloadGetPublicKeyAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyPayloadGetPublicKeyRetType
deprecated
type CreateServiceAccountKeyPayloadGetPublicKeyRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyPayloadGetValidUntilArgType
deprecated
type CreateServiceAccountKeyPayloadGetValidUntilAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyPayloadGetValidUntilRetType
deprecated
type CreateServiceAccountKeyRequest
deprecated
type CreateServiceAccountKeyRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountKeyRequest) CreateServiceAccountKeyPayload ¶
func (r CreateServiceAccountKeyRequest) CreateServiceAccountKeyPayload(createServiceAccountKeyPayload CreateServiceAccountKeyPayload) ApiCreateServiceAccountKeyRequest
Service account request Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountKeyRequest) Execute
deprecated
func (r CreateServiceAccountKeyRequest) Execute() (*CreateServiceAccountKeyResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponse ¶
type CreateServiceAccountKeyResponse struct {
// REQUIRED
Active CreateServiceAccountKeyResponsegetActiveAttributeType `json:"active" required:"true"`
// Creation time of the key
// REQUIRED
CreatedAt CreateServiceAccountKeyResponseGetCreatedAtAttributeType `json:"createdAt" required:"true"`
// REQUIRED
Credentials CreateServiceAccountKeyResponseGetCredentialsAttributeType `json:"credentials" required:"true"`
// Unique ID of the key.
// REQUIRED
Id CreateServiceAccountKeyResponseGetIdAttributeType `json:"id" required:"true"`
// REQUIRED
KeyAlgorithm CreateServiceAccountKeyResponseGetKeyAlgorithmAttributeType `json:"keyAlgorithm" required:"true"`
// REQUIRED
KeyOrigin CreateServiceAccountKeyResponseGetKeyOriginAttributeType `json:"keyOrigin" required:"true"`
// REQUIRED
KeyType CreateServiceAccountKeyResponseGetKeyTypeAttributeType `json:"keyType" required:"true"`
// Public key, that was provider, or was generated by the service account API
// REQUIRED
PublicKey CreateServiceAccountKeyResponseGetPublicKeyAttributeType `json:"publicKey" required:"true"`
// If specified, the timestamp until the key is active. May be null
ValidUntil CreateServiceAccountKeyResponseGetValidUntilAttributeType `json:"validUntil,omitempty"`
}
CreateServiceAccountKeyResponse struct for CreateServiceAccountKeyResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateServiceAccountKeyResponse ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateServiceAccountKeyResponseWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetActive ¶
func (o *CreateServiceAccountKeyResponse) GetActive() (ret CreateServiceAccountKeyResponsegetActiveRetType)
GetActive returns the Active field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetActiveOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetCreatedAt ¶
func (o *CreateServiceAccountKeyResponse) GetCreatedAt() (ret CreateServiceAccountKeyResponseGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetCreatedAtOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetCredentials ¶
func (o *CreateServiceAccountKeyResponse) GetCredentials() (ret CreateServiceAccountKeyResponseGetCredentialsRetType)
GetCredentials returns the Credentials field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetCredentialsOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetId ¶
func (o *CreateServiceAccountKeyResponse) GetId() (ret CreateServiceAccountKeyResponseGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetIdOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetKeyAlgorithm ¶
func (o *CreateServiceAccountKeyResponse) GetKeyAlgorithm() (ret CreateServiceAccountKeyResponseGetKeyAlgorithmRetType)
GetKeyAlgorithm returns the KeyAlgorithm field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetKeyAlgorithmOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetKeyOrigin ¶
func (o *CreateServiceAccountKeyResponse) GetKeyOrigin() (ret CreateServiceAccountKeyResponseGetKeyOriginRetType)
GetKeyOrigin returns the KeyOrigin field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetKeyOriginOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetKeyType ¶
func (o *CreateServiceAccountKeyResponse) GetKeyType() (ret CreateServiceAccountKeyResponseGetKeyTypeRetType)
GetKeyType returns the KeyType field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetKeyTypeOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetPublicKey ¶
func (o *CreateServiceAccountKeyResponse) GetPublicKey() (ret CreateServiceAccountKeyResponseGetPublicKeyRetType)
GetPublicKey returns the PublicKey field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetPublicKeyOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetValidUntil ¶
func (o *CreateServiceAccountKeyResponse) GetValidUntil() (res CreateServiceAccountKeyResponseGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) GetValidUntilOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) HasValidUntil ¶
func (o *CreateServiceAccountKeyResponse) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) SetActive ¶
func (o *CreateServiceAccountKeyResponse) SetActive(v CreateServiceAccountKeyResponsegetActiveRetType)
SetActive sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) SetCreatedAt ¶
func (o *CreateServiceAccountKeyResponse) SetCreatedAt(v CreateServiceAccountKeyResponseGetCreatedAtRetType)
SetCreatedAt sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) SetCredentials ¶
func (o *CreateServiceAccountKeyResponse) SetCredentials(v CreateServiceAccountKeyResponseGetCredentialsRetType)
SetCredentials sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) SetId ¶
func (o *CreateServiceAccountKeyResponse) SetId(v CreateServiceAccountKeyResponseGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) SetKeyAlgorithm ¶
func (o *CreateServiceAccountKeyResponse) SetKeyAlgorithm(v CreateServiceAccountKeyResponseGetKeyAlgorithmRetType)
SetKeyAlgorithm sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) SetKeyOrigin ¶
func (o *CreateServiceAccountKeyResponse) SetKeyOrigin(v CreateServiceAccountKeyResponseGetKeyOriginRetType)
SetKeyOrigin sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) SetKeyType ¶
func (o *CreateServiceAccountKeyResponse) SetKeyType(v CreateServiceAccountKeyResponseGetKeyTypeRetType)
SetKeyType sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) SetPublicKey ¶
func (o *CreateServiceAccountKeyResponse) SetPublicKey(v CreateServiceAccountKeyResponseGetPublicKeyRetType)
SetPublicKey sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponse) SetValidUntil ¶
func (o *CreateServiceAccountKeyResponse) SetValidUntil(v CreateServiceAccountKeyResponseGetValidUntilRetType)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountKeyResponse) ToMap
deprecated
func (o CreateServiceAccountKeyResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentials ¶
type CreateServiceAccountKeyResponseCredentials struct {
// Audience - service account API URL
// REQUIRED
Aud CreateServiceAccountKeyResponseCredentialsGetAudAttributeType `json:"aud" required:"true"`
// Service account email
// REQUIRED
Iss CreateServiceAccountKeyResponseCredentialsGetIssAttributeType `json:"iss" required:"true"`
// Key id to use
// REQUIRED
Kid CreateServiceAccountKeyResponseCredentialsGetKidAttributeType `json:"kid" required:"true"`
// 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" required:"true"`
}
CreateServiceAccountKeyResponseCredentials struct for CreateServiceAccountKeyResponseCredentials Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateServiceAccountKeyResponseCredentials ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateServiceAccountKeyResponseCredentialsWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) GetAud ¶
func (o *CreateServiceAccountKeyResponseCredentials) GetAud() (ret CreateServiceAccountKeyResponseCredentialsGetAudRetType)
GetAud returns the Aud field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) GetAudOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) GetIss ¶
func (o *CreateServiceAccountKeyResponseCredentials) GetIss() (ret CreateServiceAccountKeyResponseCredentialsGetIssRetType)
GetIss returns the Iss field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) GetIssOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) GetKid ¶
func (o *CreateServiceAccountKeyResponseCredentials) GetKid() (ret CreateServiceAccountKeyResponseCredentialsGetKidRetType)
GetKid returns the Kid field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) GetKidOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) GetPrivateKey ¶
func (o *CreateServiceAccountKeyResponseCredentials) GetPrivateKey() (res CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetType)
GetPrivateKey returns the PrivateKey field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) GetPrivateKeyOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) GetSub ¶
func (o *CreateServiceAccountKeyResponseCredentials) GetSub() (ret CreateServiceAccountKeyResponseCredentialsGetSubRetType)
GetSub returns the Sub field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) GetSubOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) HasPrivateKey ¶
func (o *CreateServiceAccountKeyResponseCredentials) HasPrivateKey() bool
HasPrivateKey returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) SetAud ¶
func (o *CreateServiceAccountKeyResponseCredentials) SetAud(v CreateServiceAccountKeyResponseCredentialsGetAudRetType)
SetAud sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) SetIss ¶
func (o *CreateServiceAccountKeyResponseCredentials) SetIss(v CreateServiceAccountKeyResponseCredentialsGetIssRetType)
SetIss sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) SetKid ¶
func (o *CreateServiceAccountKeyResponseCredentials) SetKid(v CreateServiceAccountKeyResponseCredentialsGetKidRetType)
SetKid sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) SetPrivateKey ¶
func (o *CreateServiceAccountKeyResponseCredentials) SetPrivateKey(v CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetType)
SetPrivateKey gets a reference to the given string and assigns it to the PrivateKey field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseCredentials) SetSub ¶
func (o *CreateServiceAccountKeyResponseCredentials) SetSub(v CreateServiceAccountKeyResponseCredentialsGetSubRetType)
SetSub sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountKeyResponseCredentials) ToMap
deprecated
func (o CreateServiceAccountKeyResponseCredentials) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetAudArgType
deprecated
type CreateServiceAccountKeyResponseCredentialsGetAudArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetAudAttributeType ¶
type CreateServiceAccountKeyResponseCredentialsGetAudAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetAudRetType
deprecated
type CreateServiceAccountKeyResponseCredentialsGetAudRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetIssArgType
deprecated
type CreateServiceAccountKeyResponseCredentialsGetIssArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetIssAttributeType ¶
type CreateServiceAccountKeyResponseCredentialsGetIssAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetIssRetType
deprecated
type CreateServiceAccountKeyResponseCredentialsGetIssRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetKidArgType
deprecated
type CreateServiceAccountKeyResponseCredentialsGetKidArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetKidAttributeType ¶
type CreateServiceAccountKeyResponseCredentialsGetKidAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetKidRetType
deprecated
type CreateServiceAccountKeyResponseCredentialsGetKidRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyArgType
deprecated
type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyAttributeType ¶
type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetType
deprecated
type CreateServiceAccountKeyResponseCredentialsGetPrivateKeyRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetSubArgType
deprecated
type CreateServiceAccountKeyResponseCredentialsGetSubArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetSubAttributeType ¶
type CreateServiceAccountKeyResponseCredentialsGetSubAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseCredentialsGetSubRetType
deprecated
type CreateServiceAccountKeyResponseCredentialsGetSubRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetCreatedAtArgType
deprecated
type CreateServiceAccountKeyResponseGetCreatedAtAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetCreatedAtRetType
deprecated
type CreateServiceAccountKeyResponseGetCredentialsArgType
deprecated
type CreateServiceAccountKeyResponseGetCredentialsArgType = CreateServiceAccountKeyResponseCredentials
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetCredentialsAttributeType ¶
type CreateServiceAccountKeyResponseGetCredentialsAttributeType = *CreateServiceAccountKeyResponseCredentials
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetCredentialsRetType
deprecated
type CreateServiceAccountKeyResponseGetCredentialsRetType = CreateServiceAccountKeyResponseCredentials
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetIdArgType
deprecated
type CreateServiceAccountKeyResponseGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetIdAttributeType ¶
type CreateServiceAccountKeyResponseGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetIdRetType
deprecated
type CreateServiceAccountKeyResponseGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetKeyAlgorithmArgType
deprecated
type CreateServiceAccountKeyResponseGetKeyAlgorithmArgType = CreateServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetKeyAlgorithmAttributeType
deprecated
type CreateServiceAccountKeyResponseGetKeyAlgorithmAttributeType = *CreateServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetKeyAlgorithmRetType
deprecated
type CreateServiceAccountKeyResponseGetKeyAlgorithmRetType = CreateServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetKeyOriginArgType
deprecated
type CreateServiceAccountKeyResponseGetKeyOriginArgType = CreateServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetKeyOriginAttributeType
deprecated
type CreateServiceAccountKeyResponseGetKeyOriginAttributeType = *CreateServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetKeyOriginRetType
deprecated
type CreateServiceAccountKeyResponseGetKeyOriginRetType = CreateServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetKeyTypeArgType
deprecated
type CreateServiceAccountKeyResponseGetKeyTypeArgType = CreateServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetKeyTypeAttributeType
deprecated
type CreateServiceAccountKeyResponseGetKeyTypeAttributeType = *CreateServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetKeyTypeRetType
deprecated
type CreateServiceAccountKeyResponseGetKeyTypeRetType = CreateServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetPublicKeyArgType
deprecated
type CreateServiceAccountKeyResponseGetPublicKeyArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetPublicKeyAttributeType ¶
type CreateServiceAccountKeyResponseGetPublicKeyAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetPublicKeyRetType
deprecated
type CreateServiceAccountKeyResponseGetPublicKeyRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetValidUntilArgType
deprecated
type CreateServiceAccountKeyResponseGetValidUntilAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseGetValidUntilRetType
deprecated
type CreateServiceAccountKeyResponseKeyAlgorithm ¶
type CreateServiceAccountKeyResponseKeyAlgorithm string
CreateServiceAccountKeyResponseKeyAlgorithm the model 'CreateServiceAccountKeyResponse' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CREATESERVICEACCOUNTKEYRESPONSEKEY_ALGORITHM__2048 CreateServiceAccountKeyResponseKeyAlgorithm = "RSA_2048" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CREATESERVICEACCOUNTKEYRESPONSEKEY_ALGORITHM__4096 CreateServiceAccountKeyResponseKeyAlgorithm = "RSA_4096" )
List of KeyAlgorithm
func NewCreateServiceAccountKeyResponseKeyAlgorithmFromValue ¶
func NewCreateServiceAccountKeyResponseKeyAlgorithmFromValue(v CreateServiceAccountKeyResponseKeyAlgorithm) (*CreateServiceAccountKeyResponseKeyAlgorithm, error)
NewCreateServiceAccountKeyResponseKeyAlgorithmFromValue returns a pointer to a valid CreateServiceAccountKeyResponseKeyAlgorithm for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountKeyResponseKeyAlgorithm) IsValid ¶
func (v CreateServiceAccountKeyResponseKeyAlgorithm) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountKeyResponseKeyAlgorithm) Ptr ¶
func (v CreateServiceAccountKeyResponseKeyAlgorithm) Ptr() *CreateServiceAccountKeyResponseKeyAlgorithm
Ptr returns reference to KeyAlgorithmKeyAlgorithm value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON
deprecated
func (v *CreateServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseKeyOrigin ¶
type CreateServiceAccountKeyResponseKeyOrigin string
CreateServiceAccountKeyResponseKeyOrigin the model 'CreateServiceAccountKeyResponse' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CREATESERVICEACCOUNTKEYRESPONSEKEY_ORIGIN_USER_PROVIDED CreateServiceAccountKeyResponseKeyOrigin = "USER_PROVIDED" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CREATESERVICEACCOUNTKEYRESPONSEKEY_ORIGIN_GENERATED CreateServiceAccountKeyResponseKeyOrigin = "GENERATED" )
List of KeyOrigin
func NewCreateServiceAccountKeyResponseKeyOriginFromValue ¶
func NewCreateServiceAccountKeyResponseKeyOriginFromValue(v CreateServiceAccountKeyResponseKeyOrigin) (*CreateServiceAccountKeyResponseKeyOrigin, error)
NewCreateServiceAccountKeyResponseKeyOriginFromValue returns a pointer to a valid CreateServiceAccountKeyResponseKeyOrigin for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountKeyResponseKeyOrigin) IsValid ¶
func (v CreateServiceAccountKeyResponseKeyOrigin) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountKeyResponseKeyOrigin) Ptr ¶
Ptr returns reference to KeyOriginKeyOrigin value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseKeyOrigin) UnmarshalJSON
deprecated
func (v *CreateServiceAccountKeyResponseKeyOrigin) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponseKeyType ¶
type CreateServiceAccountKeyResponseKeyType string
CreateServiceAccountKeyResponseKeyType the model 'CreateServiceAccountKeyResponse' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CREATESERVICEACCOUNTKEYRESPONSEKEY_TYPE_USER_MANAGED CreateServiceAccountKeyResponseKeyType = "USER_MANAGED" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CREATESERVICEACCOUNTKEYRESPONSEKEY_TYPE_SYSTEM_MANAGED CreateServiceAccountKeyResponseKeyType = "SYSTEM_MANAGED" )
List of KeyType
func NewCreateServiceAccountKeyResponseKeyTypeFromValue ¶
func NewCreateServiceAccountKeyResponseKeyTypeFromValue(v CreateServiceAccountKeyResponseKeyType) (*CreateServiceAccountKeyResponseKeyType, error)
NewCreateServiceAccountKeyResponseKeyTypeFromValue returns a pointer to a valid CreateServiceAccountKeyResponseKeyType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountKeyResponseKeyType) IsValid ¶
func (v CreateServiceAccountKeyResponseKeyType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountKeyResponseKeyType) Ptr ¶
Ptr returns reference to KeyTypeKeyType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountKeyResponseKeyType) UnmarshalJSON
deprecated
func (v *CreateServiceAccountKeyResponseKeyType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponsegetActiveArgType
deprecated
type CreateServiceAccountKeyResponsegetActiveArgType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponsegetActiveAttributeType ¶
type CreateServiceAccountKeyResponsegetActiveAttributeType = *bool
isBoolean Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountKeyResponsegetActiveRetType
deprecated
type CreateServiceAccountKeyResponsegetActiveRetType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
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" required:"true"`
}
CreateServiceAccountPayload struct for CreateServiceAccountPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateServiceAccountPayload ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateServiceAccountPayloadWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountPayload) GetName ¶
func (o *CreateServiceAccountPayload) GetName() (ret CreateServiceAccountPayloadGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountPayload) GetNameOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateServiceAccountPayload) SetName ¶
func (o *CreateServiceAccountPayload) SetName(v CreateServiceAccountPayloadGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountPayload) ToMap
deprecated
func (o CreateServiceAccountPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountPayloadGetNameArgType
deprecated
type CreateServiceAccountPayloadGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountPayloadGetNameAttributeType ¶
type CreateServiceAccountPayloadGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountPayloadGetNameRetType
deprecated
type CreateServiceAccountPayloadGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateServiceAccountRequest
deprecated
type CreateServiceAccountRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountRequest) CreateServiceAccountPayload ¶
func (r CreateServiceAccountRequest) CreateServiceAccountPayload(createServiceAccountPayload CreateServiceAccountPayload) ApiCreateServiceAccountRequest
Service account request Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateServiceAccountRequest) Execute
deprecated
func (r CreateServiceAccountRequest) Execute() (*ServiceAccount, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenRequest
deprecated
type CreateShortLivedAccessTokenRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateShortLivedAccessTokenRequest) Assertion ¶
func (r CreateShortLivedAccessTokenRequest) Assertion(assertion string) ApiCreateShortLivedAccessTokenRequest
The self signed JWT. Must be given when grant_type is urn:ietf:params:oauth:grant-type:jwt-bearer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateShortLivedAccessTokenRequest) Execute
deprecated
func (r CreateShortLivedAccessTokenRequest) Execute() (*CreateShortLivedAccessTokenResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateShortLivedAccessTokenRequest) GrantType ¶
func (r CreateShortLivedAccessTokenRequest) GrantType(grantType string) ApiCreateShortLivedAccessTokenRequest
Always use URL encoded values. E.g. urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Ajwt-bearer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateShortLivedAccessTokenRequest) RefreshToken ¶
func (r CreateShortLivedAccessTokenRequest) RefreshToken(refreshToken string) ApiCreateShortLivedAccessTokenRequest
Refresh token provided by a previous call with a self signed token. Must be given when grant_type is refresh_token Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponse ¶
type CreateShortLivedAccessTokenResponse struct {
// The short lived token that can be used for API access
// REQUIRED
AccessToken CreateShortLivedAccessTokenResponseGetAccessTokenAttributeType `json:"access_token" required:"true"`
// REQUIRED
ExpiresIn CreateShortLivedAccessTokenResponseGetExpiresInAttributeType `json:"expires_in" required:"true"`
// 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" required:"true"`
// scope field of the self signed token
// REQUIRED
Scope CreateShortLivedAccessTokenResponseGetScopeAttributeType `json:"scope" required:"true"`
// REQUIRED
TokenType CreateShortLivedAccessTokenResponseGetTokenTypeAttributeType `json:"token_type" required:"true"`
}
CreateShortLivedAccessTokenResponse struct for CreateShortLivedAccessTokenResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateShortLivedAccessTokenResponse ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateShortLivedAccessTokenResponseWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) GetAccessToken ¶
func (o *CreateShortLivedAccessTokenResponse) GetAccessToken() (ret CreateShortLivedAccessTokenResponseGetAccessTokenRetType)
GetAccessToken returns the AccessToken field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) GetAccessTokenOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) GetExpiresIn ¶
func (o *CreateShortLivedAccessTokenResponse) GetExpiresIn() (ret CreateShortLivedAccessTokenResponseGetExpiresInRetType)
GetExpiresIn returns the ExpiresIn field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) GetExpiresInOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) GetRefreshToken ¶
func (o *CreateShortLivedAccessTokenResponse) GetRefreshToken() (ret CreateShortLivedAccessTokenResponseGetRefreshTokenRetType)
GetRefreshToken returns the RefreshToken field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) GetRefreshTokenOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) GetScope ¶
func (o *CreateShortLivedAccessTokenResponse) GetScope() (ret CreateShortLivedAccessTokenResponseGetScopeRetType)
GetScope returns the Scope field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) GetScopeOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) GetTokenType ¶
func (o *CreateShortLivedAccessTokenResponse) GetTokenType() (ret CreateShortLivedAccessTokenResponseGetTokenTypeRetType)
GetTokenType returns the TokenType field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) GetTokenTypeOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) SetAccessToken ¶
func (o *CreateShortLivedAccessTokenResponse) SetAccessToken(v CreateShortLivedAccessTokenResponseGetAccessTokenRetType)
SetAccessToken sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) SetExpiresIn ¶
func (o *CreateShortLivedAccessTokenResponse) SetExpiresIn(v CreateShortLivedAccessTokenResponseGetExpiresInRetType)
SetExpiresIn sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) SetRefreshToken ¶
func (o *CreateShortLivedAccessTokenResponse) SetRefreshToken(v CreateShortLivedAccessTokenResponseGetRefreshTokenRetType)
SetRefreshToken sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) SetScope ¶
func (o *CreateShortLivedAccessTokenResponse) SetScope(v CreateShortLivedAccessTokenResponseGetScopeRetType)
SetScope sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponse) SetTokenType ¶
func (o *CreateShortLivedAccessTokenResponse) SetTokenType(v CreateShortLivedAccessTokenResponseGetTokenTypeRetType)
SetTokenType sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateShortLivedAccessTokenResponse) ToMap
deprecated
func (o CreateShortLivedAccessTokenResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetAccessTokenArgType
deprecated
type CreateShortLivedAccessTokenResponseGetAccessTokenArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetAccessTokenAttributeType ¶
type CreateShortLivedAccessTokenResponseGetAccessTokenAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetAccessTokenRetType
deprecated
type CreateShortLivedAccessTokenResponseGetAccessTokenRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetExpiresInArgType
deprecated
type CreateShortLivedAccessTokenResponseGetExpiresInArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetExpiresInAttributeType ¶
type CreateShortLivedAccessTokenResponseGetExpiresInAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetExpiresInRetType
deprecated
type CreateShortLivedAccessTokenResponseGetExpiresInRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetRefreshTokenArgType
deprecated
type CreateShortLivedAccessTokenResponseGetRefreshTokenArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetRefreshTokenAttributeType ¶
type CreateShortLivedAccessTokenResponseGetRefreshTokenAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetRefreshTokenRetType
deprecated
type CreateShortLivedAccessTokenResponseGetRefreshTokenRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetScopeArgType
deprecated
type CreateShortLivedAccessTokenResponseGetScopeArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetScopeAttributeType ¶
type CreateShortLivedAccessTokenResponseGetScopeAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetScopeRetType
deprecated
type CreateShortLivedAccessTokenResponseGetScopeRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetTokenTypeArgType
deprecated
type CreateShortLivedAccessTokenResponseGetTokenTypeArgType = CreateShortLivedAccessTokenResponseTokenType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetTokenTypeAttributeType
deprecated
type CreateShortLivedAccessTokenResponseGetTokenTypeAttributeType = *CreateShortLivedAccessTokenResponseTokenType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseGetTokenTypeRetType
deprecated
type CreateShortLivedAccessTokenResponseGetTokenTypeRetType = CreateShortLivedAccessTokenResponseTokenType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateShortLivedAccessTokenResponseTokenType ¶
type CreateShortLivedAccessTokenResponseTokenType string
CreateShortLivedAccessTokenResponseTokenType the model 'CreateShortLivedAccessTokenResponse' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CREATESHORTLIVEDACCESSTOKENRESPONSETOKEN_TYPE_BEARER CreateShortLivedAccessTokenResponseTokenType = "Bearer" )
List of TokenType
func NewCreateShortLivedAccessTokenResponseTokenTypeFromValue ¶
func NewCreateShortLivedAccessTokenResponseTokenTypeFromValue(v CreateShortLivedAccessTokenResponseTokenType) (*CreateShortLivedAccessTokenResponseTokenType, error)
NewCreateShortLivedAccessTokenResponseTokenTypeFromValue returns a pointer to a valid CreateShortLivedAccessTokenResponseTokenType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateShortLivedAccessTokenResponseTokenType) IsValid ¶
func (v CreateShortLivedAccessTokenResponseTokenType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateShortLivedAccessTokenResponseTokenType) Ptr ¶
func (v CreateShortLivedAccessTokenResponseTokenType) Ptr() *CreateShortLivedAccessTokenResponseTokenType
Ptr returns reference to TokenTypeTokenType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateShortLivedAccessTokenResponseTokenType) UnmarshalJSON
deprecated
func (v *CreateShortLivedAccessTokenResponseTokenType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApi
deprecated
type DefaultApi interface {
/*
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
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateAccessToken(ctx context.Context, projectId string, serviceAccountEmail string) ApiCreateAccessTokenRequest
/*
CreateAccessTokenExecute executes the request
@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 AccessToken
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateAccessTokenExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*AccessToken, error)
/*
CreateFederatedIdentityProvider Create a new Federated Identity Provider
Federate the service account with an identity provider.
@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 ApiCreateFederatedIdentityProviderRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateFederatedIdentityProvider(ctx context.Context, projectId string, serviceAccountEmail string) ApiCreateFederatedIdentityProviderRequest
/*
CreateFederatedIdentityProviderExecute executes the request
@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 CreateFederatedIdentityProviderResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateFederatedIdentityProviderExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*CreateFederatedIdentityProviderResponse, error)
/*
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
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateServiceAccount(ctx context.Context, projectId string) ApiCreateServiceAccountRequest
/*
CreateServiceAccountExecute executes the request
@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 ServiceAccount
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateServiceAccountExecute(ctx context.Context, projectId string) (*ServiceAccount, error)
/*
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
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string) ApiCreateServiceAccountKeyRequest
/*
CreateServiceAccountKeyExecute executes the request
@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 CreateServiceAccountKeyResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateServiceAccountKeyExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*CreateServiceAccountKeyResponse, error)
/*
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
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateShortLivedAccessToken(ctx context.Context) ApiCreateShortLivedAccessTokenRequest
/*
CreateShortLivedAccessTokenExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return CreateShortLivedAccessTokenResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateShortLivedAccessTokenExecute(ctx context.Context) (*CreateShortLivedAccessTokenResponse, error)
/*
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
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteAccessToken(ctx context.Context, projectId string, serviceAccountEmail string, accessTokenId string) ApiDeleteAccessTokenRequest
/*
DeleteAccessTokenExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteAccessTokenExecute(ctx context.Context, projectId string, serviceAccountEmail string, accessTokenId string) error
/*
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
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteServiceAccount(ctx context.Context, projectId string, serviceAccountEmail string) ApiDeleteServiceAccountRequest
/*
DeleteServiceAccountExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteServiceAccountExecute(ctx context.Context, projectId string, serviceAccountEmail string) error
/*
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
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, keyId string) ApiDeleteServiceAccountKeyRequest
/*
DeleteServiceAccountKeyExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteServiceAccountKeyExecute(ctx context.Context, projectId string, serviceAccountEmail string, keyId string) error
/*
DeleteServiceFederatedIdentityProvider Delete a service account Federated Identity Provider
Delete a Federated Identity Provider
@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 federationId ID of the Federated Identity Provider.
@return ApiDeleteServiceFederatedIdentityProviderRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteServiceFederatedIdentityProvider(ctx context.Context, projectId string, serviceAccountEmail string, federationId string) ApiDeleteServiceFederatedIdentityProviderRequest
/*
DeleteServiceFederatedIdentityProviderExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteServiceFederatedIdentityProviderExecute(ctx context.Context, projectId string, serviceAccountEmail string, federationId string) error
/*
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
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetJWKS(ctx context.Context, serviceAccountEmail string) ApiGetJWKSRequest
/*
GetJWKSExecute executes the request
@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 JWKS
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetJWKSExecute(ctx context.Context, serviceAccountEmail string) (*JWKS, error)
/*
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
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, keyId string) ApiGetServiceAccountKeyRequest
/*
GetServiceAccountKeyExecute executes the request
@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 GetServiceAccountKeyResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetServiceAccountKeyExecute(ctx context.Context, projectId string, serviceAccountEmail string, keyId string) (*GetServiceAccountKeyResponse, error)
/*
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
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListAccessTokens(ctx context.Context, projectId string, serviceAccountEmail string) ApiListAccessTokensRequest
/*
ListAccessTokensExecute executes the request
@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 ListAccessTokensResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListAccessTokensExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*ListAccessTokensResponse, error)
/*
ListFederatedIdentityProviders List all federated identity providers
List all the identity providers the service account is federated with.
@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 ApiListFederatedIdentityProvidersRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListFederatedIdentityProviders(ctx context.Context, projectId string, serviceAccountEmail string) ApiListFederatedIdentityProvidersRequest
/*
ListFederatedIdentityProvidersExecute executes the request
@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 FederatedListFederatedIdentityProvidersResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListFederatedIdentityProvidersExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*FederatedListFederatedIdentityProvidersResponse, error)
/*
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
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListServiceAccountKeys(ctx context.Context, projectId string, serviceAccountEmail string) ApiListServiceAccountKeysRequest
/*
ListServiceAccountKeysExecute executes the request
@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 ListServiceAccountKeysResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListServiceAccountKeysExecute(ctx context.Context, projectId string, serviceAccountEmail string) (*ListServiceAccountKeysResponse, error)
/*
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
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListServiceAccounts(ctx context.Context, projectId string) ApiListServiceAccountsRequest
/*
ListServiceAccountsExecute executes the request
@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 ListServiceAccountsResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListServiceAccountsExecute(ctx context.Context, projectId string) (*ListServiceAccountsResponse, error)
/*
PartialUpdateServiceAccountFederatedIdentityProvider Update Service Account Federated Identity Provider
Update a Federated Identity Provider.
@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 federationId ID of the Federated Identity Provider.
@return ApiPartialUpdateServiceAccountFederatedIdentityProviderRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PartialUpdateServiceAccountFederatedIdentityProvider(ctx context.Context, projectId string, serviceAccountEmail string, federationId string) ApiPartialUpdateServiceAccountFederatedIdentityProviderRequest
/*
PartialUpdateServiceAccountFederatedIdentityProviderExecute executes the request
@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 federationId ID of the Federated Identity Provider.
@return CreateFederatedIdentityProviderResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PartialUpdateServiceAccountFederatedIdentityProviderExecute(ctx context.Context, projectId string, serviceAccountEmail string, federationId string) (*CreateFederatedIdentityProviderResponse, error)
/*
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
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PartialUpdateServiceAccountKey(ctx context.Context, projectId string, serviceAccountEmail string, keyId string) ApiPartialUpdateServiceAccountKeyRequest
/*
PartialUpdateServiceAccountKeyExecute executes the request
@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 PartialUpdateServiceAccountKeyResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
PartialUpdateServiceAccountKeyExecute(ctx context.Context, projectId string, serviceAccountEmail string, keyId string) (*PartialUpdateServiceAccountKeyResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteAccessTokenRequest
deprecated
type DeleteAccessTokenRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteAccessTokenRequest) Execute
deprecated
func (r DeleteAccessTokenRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteServiceAccountKeyRequest
deprecated
type DeleteServiceAccountKeyRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteServiceAccountKeyRequest) Execute
deprecated
func (r DeleteServiceAccountKeyRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteServiceAccountRequest
deprecated
type DeleteServiceAccountRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteServiceAccountRequest) Execute
deprecated
func (r DeleteServiceAccountRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteServiceFederatedIdentityProviderRequest
deprecated
type DeleteServiceFederatedIdentityProviderRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteServiceFederatedIdentityProviderRequest) Execute
deprecated
func (r DeleteServiceFederatedIdentityProviderRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type Error ¶
type Error struct {
// REQUIRED
Error ErrorGetErrorAttributeType `json:"error" required:"true"`
// REQUIRED
Message ErrorGetMessageAttributeType `json:"message" required:"true"`
// REQUIRED
Path ErrorGetPathAttributeType `json:"path" required:"true"`
// REQUIRED
Status ErrorGetStatusAttributeType `json:"status" required:"true"`
// REQUIRED
TimeStamp ErrorGetTimeStampAttributeType `json:"timeStamp" required:"true"`
}
Error Contains error information. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewError ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewErrorWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) GetError ¶
func (o *Error) GetError() (ret ErrorGetErrorRetType)
GetError returns the Error field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) GetErrorOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) GetMessage ¶
func (o *Error) GetMessage() (ret ErrorGetMessageRetType)
GetMessage returns the Message field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) GetMessageOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) GetPath ¶
func (o *Error) GetPath() (ret ErrorGetPathRetType)
GetPath returns the Path field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) GetPathOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) GetStatus ¶
func (o *Error) GetStatus() (ret ErrorGetStatusRetType)
GetStatus returns the Status field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) GetStatusOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) GetTimeStamp ¶
func (o *Error) GetTimeStamp() (ret ErrorGetTimeStampRetType)
GetTimeStamp returns the TimeStamp field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) GetTimeStampOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) SetError ¶
func (o *Error) SetError(v ErrorGetErrorRetType)
SetError sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) SetMessage ¶
func (o *Error) SetMessage(v ErrorGetMessageRetType)
SetMessage sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) SetPath ¶
func (o *Error) SetPath(v ErrorGetPathRetType)
SetPath sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) SetStatus ¶
func (o *Error) SetStatus(v ErrorGetStatusRetType)
SetStatus sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*Error) SetTimeStamp ¶
func (o *Error) SetTimeStamp(v ErrorGetTimeStampRetType)
SetTimeStamp sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetErrorArgType
deprecated
type ErrorGetErrorArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetErrorAttributeType ¶
type ErrorGetErrorAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetErrorRetType
deprecated
type ErrorGetErrorRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetMessageArgType
deprecated
type ErrorGetMessageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetMessageAttributeType ¶
type ErrorGetMessageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetMessageRetType
deprecated
type ErrorGetMessageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetPathArgType
deprecated
type ErrorGetPathArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetPathAttributeType ¶
type ErrorGetPathAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetPathRetType
deprecated
type ErrorGetPathRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetStatusArgType
deprecated
type ErrorGetStatusArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetStatusAttributeType ¶
type ErrorGetStatusAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetStatusRetType
deprecated
type ErrorGetStatusRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetTimeStampArgType
deprecated
type ErrorGetTimeStampAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorGetTimeStampRetType
deprecated
type FederatedListFederatedIdentityProvidersResponse ¶
type FederatedListFederatedIdentityProvidersResponse struct {
// REQUIRED
ItemsPerPage FederatedListFederatedIdentityProvidersResponseGetItemsPerPageAttributeType `json:"itemsPerPage" required:"true"`
// REQUIRED
Resources FederatedListFederatedIdentityProvidersResponseGetResourcesAttributeType `json:"resources" required:"true"`
// REQUIRED
StartIndex FederatedListFederatedIdentityProvidersResponseGetStartIndexAttributeType `json:"startIndex" required:"true"`
// REQUIRED
TotalResults FederatedListFederatedIdentityProvidersResponseGetTotalResultsAttributeType `json:"totalResults" required:"true"`
}
FederatedListFederatedIdentityProvidersResponse struct for FederatedListFederatedIdentityProvidersResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewFederatedListFederatedIdentityProvidersResponse ¶
func NewFederatedListFederatedIdentityProvidersResponse(itemsPerPage FederatedListFederatedIdentityProvidersResponseGetItemsPerPageArgType, resources FederatedListFederatedIdentityProvidersResponseGetResourcesArgType, startIndex FederatedListFederatedIdentityProvidersResponseGetStartIndexArgType, totalResults FederatedListFederatedIdentityProvidersResponseGetTotalResultsArgType) *FederatedListFederatedIdentityProvidersResponse
NewFederatedListFederatedIdentityProvidersResponse instantiates a new FederatedListFederatedIdentityProvidersResponse 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewFederatedListFederatedIdentityProvidersResponseWithDefaults ¶
func NewFederatedListFederatedIdentityProvidersResponseWithDefaults() *FederatedListFederatedIdentityProvidersResponse
NewFederatedListFederatedIdentityProvidersResponseWithDefaults instantiates a new FederatedListFederatedIdentityProvidersResponse 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FederatedListFederatedIdentityProvidersResponse) GetItemsPerPage ¶
func (o *FederatedListFederatedIdentityProvidersResponse) GetItemsPerPage() (ret FederatedListFederatedIdentityProvidersResponseGetItemsPerPageRetType)
GetItemsPerPage returns the ItemsPerPage field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FederatedListFederatedIdentityProvidersResponse) GetItemsPerPageOk ¶
func (o *FederatedListFederatedIdentityProvidersResponse) GetItemsPerPageOk() (ret FederatedListFederatedIdentityProvidersResponseGetItemsPerPageRetType, ok bool)
GetItemsPerPageOk returns a tuple with the ItemsPerPage field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FederatedListFederatedIdentityProvidersResponse) GetResources ¶
func (o *FederatedListFederatedIdentityProvidersResponse) GetResources() (ret FederatedListFederatedIdentityProvidersResponseGetResourcesRetType)
GetResources returns the Resources field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FederatedListFederatedIdentityProvidersResponse) GetResourcesOk ¶
func (o *FederatedListFederatedIdentityProvidersResponse) GetResourcesOk() (ret FederatedListFederatedIdentityProvidersResponseGetResourcesRetType, ok bool)
GetResourcesOk returns a tuple with the Resources field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FederatedListFederatedIdentityProvidersResponse) GetStartIndex ¶
func (o *FederatedListFederatedIdentityProvidersResponse) GetStartIndex() (ret FederatedListFederatedIdentityProvidersResponseGetStartIndexRetType)
GetStartIndex returns the StartIndex field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FederatedListFederatedIdentityProvidersResponse) GetStartIndexOk ¶
func (o *FederatedListFederatedIdentityProvidersResponse) GetStartIndexOk() (ret FederatedListFederatedIdentityProvidersResponseGetStartIndexRetType, ok bool)
GetStartIndexOk returns a tuple with the StartIndex field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FederatedListFederatedIdentityProvidersResponse) GetTotalResults ¶
func (o *FederatedListFederatedIdentityProvidersResponse) GetTotalResults() (ret FederatedListFederatedIdentityProvidersResponseGetTotalResultsRetType)
GetTotalResults returns the TotalResults field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FederatedListFederatedIdentityProvidersResponse) GetTotalResultsOk ¶
func (o *FederatedListFederatedIdentityProvidersResponse) GetTotalResultsOk() (ret FederatedListFederatedIdentityProvidersResponseGetTotalResultsRetType, ok bool)
GetTotalResultsOk returns a tuple with the TotalResults field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FederatedListFederatedIdentityProvidersResponse) SetItemsPerPage ¶
func (o *FederatedListFederatedIdentityProvidersResponse) SetItemsPerPage(v FederatedListFederatedIdentityProvidersResponseGetItemsPerPageRetType)
SetItemsPerPage sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FederatedListFederatedIdentityProvidersResponse) SetResources ¶
func (o *FederatedListFederatedIdentityProvidersResponse) SetResources(v FederatedListFederatedIdentityProvidersResponseGetResourcesRetType)
SetResources sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FederatedListFederatedIdentityProvidersResponse) SetStartIndex ¶
func (o *FederatedListFederatedIdentityProvidersResponse) SetStartIndex(v FederatedListFederatedIdentityProvidersResponseGetStartIndexRetType)
SetStartIndex sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*FederatedListFederatedIdentityProvidersResponse) SetTotalResults ¶
func (o *FederatedListFederatedIdentityProvidersResponse) SetTotalResults(v FederatedListFederatedIdentityProvidersResponseGetTotalResultsRetType)
SetTotalResults sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (FederatedListFederatedIdentityProvidersResponse) ToMap
deprecated
func (o FederatedListFederatedIdentityProvidersResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FederatedListFederatedIdentityProvidersResponseGetItemsPerPageArgType
deprecated
type FederatedListFederatedIdentityProvidersResponseGetItemsPerPageArgType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FederatedListFederatedIdentityProvidersResponseGetItemsPerPageAttributeType ¶
type FederatedListFederatedIdentityProvidersResponseGetItemsPerPageAttributeType = *float64
isNumber Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FederatedListFederatedIdentityProvidersResponseGetItemsPerPageRetType
deprecated
type FederatedListFederatedIdentityProvidersResponseGetItemsPerPageRetType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FederatedListFederatedIdentityProvidersResponseGetResourcesArgType
deprecated
type FederatedListFederatedIdentityProvidersResponseGetResourcesArgType = []CreateFederatedIdentityProviderResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FederatedListFederatedIdentityProvidersResponseGetResourcesAttributeType ¶
type FederatedListFederatedIdentityProvidersResponseGetResourcesAttributeType = *[]CreateFederatedIdentityProviderResponse
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FederatedListFederatedIdentityProvidersResponseGetResourcesRetType
deprecated
type FederatedListFederatedIdentityProvidersResponseGetResourcesRetType = []CreateFederatedIdentityProviderResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FederatedListFederatedIdentityProvidersResponseGetStartIndexArgType
deprecated
type FederatedListFederatedIdentityProvidersResponseGetStartIndexArgType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FederatedListFederatedIdentityProvidersResponseGetStartIndexAttributeType ¶
type FederatedListFederatedIdentityProvidersResponseGetStartIndexAttributeType = *float64
isNumber Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FederatedListFederatedIdentityProvidersResponseGetStartIndexRetType
deprecated
type FederatedListFederatedIdentityProvidersResponseGetStartIndexRetType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FederatedListFederatedIdentityProvidersResponseGetTotalResultsArgType
deprecated
type FederatedListFederatedIdentityProvidersResponseGetTotalResultsArgType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FederatedListFederatedIdentityProvidersResponseGetTotalResultsAttributeType ¶
type FederatedListFederatedIdentityProvidersResponseGetTotalResultsAttributeType = *float64
isNumber Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type FederatedListFederatedIdentityProvidersResponseGetTotalResultsRetType
deprecated
type FederatedListFederatedIdentityProvidersResponseGetTotalResultsRetType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetJWKSRequest
deprecated
type GetJWKSRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetJWKSRequest) Execute
deprecated
func (r GetJWKSRequest) Execute() (*JWKS, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyRequest
deprecated
type GetServiceAccountKeyRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetServiceAccountKeyRequest) Execute
deprecated
func (r GetServiceAccountKeyRequest) Execute() (*GetServiceAccountKeyResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetServiceAccountKeyRequest) Format ¶
func (r GetServiceAccountKeyRequest) Format(format string) ApiGetServiceAccountKeyRequest
Requested format for the public key Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponse ¶
type GetServiceAccountKeyResponse struct {
// REQUIRED
Active GetServiceAccountKeyResponsegetActiveAttributeType `json:"active" required:"true"`
// Creation time of the key
// REQUIRED
CreatedAt GetServiceAccountKeyResponseGetCreatedAtAttributeType `json:"createdAt" required:"true"`
// REQUIRED
Credentials GetServiceAccountKeyResponseGetCredentialsAttributeType `json:"credentials" required:"true"`
// Unique ID of the key.
// REQUIRED
Id GetServiceAccountKeyResponseGetIdAttributeType `json:"id" required:"true"`
// REQUIRED
KeyAlgorithm GetServiceAccountKeyResponseGetKeyAlgorithmAttributeType `json:"keyAlgorithm" required:"true"`
// REQUIRED
KeyOrigin GetServiceAccountKeyResponseGetKeyOriginAttributeType `json:"keyOrigin" required:"true"`
// REQUIRED
KeyType GetServiceAccountKeyResponseGetKeyTypeAttributeType `json:"keyType" required:"true"`
// 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGetServiceAccountKeyResponse ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGetServiceAccountKeyResponseWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetActive ¶
func (o *GetServiceAccountKeyResponse) GetActive() (ret GetServiceAccountKeyResponsegetActiveRetType)
GetActive returns the Active field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetActiveOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetCreatedAt ¶
func (o *GetServiceAccountKeyResponse) GetCreatedAt() (ret GetServiceAccountKeyResponseGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetCreatedAtOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetCredentials ¶
func (o *GetServiceAccountKeyResponse) GetCredentials() (ret GetServiceAccountKeyResponseGetCredentialsRetType)
GetCredentials returns the Credentials field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetCredentialsOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetId ¶
func (o *GetServiceAccountKeyResponse) GetId() (ret GetServiceAccountKeyResponseGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetIdOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetKeyAlgorithm ¶
func (o *GetServiceAccountKeyResponse) GetKeyAlgorithm() (ret GetServiceAccountKeyResponseGetKeyAlgorithmRetType)
GetKeyAlgorithm returns the KeyAlgorithm field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetKeyAlgorithmOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetKeyOrigin ¶
func (o *GetServiceAccountKeyResponse) GetKeyOrigin() (ret GetServiceAccountKeyResponseGetKeyOriginRetType)
GetKeyOrigin returns the KeyOrigin field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetKeyOriginOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetKeyType ¶
func (o *GetServiceAccountKeyResponse) GetKeyType() (ret GetServiceAccountKeyResponseGetKeyTypeRetType)
GetKeyType returns the KeyType field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetKeyTypeOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetPublicKey ¶
func (o *GetServiceAccountKeyResponse) GetPublicKey() (res GetServiceAccountKeyResponseGetPublicKeyRetType)
GetPublicKey returns the PublicKey field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetPublicKeyOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetValidUntil ¶
func (o *GetServiceAccountKeyResponse) GetValidUntil() (res GetServiceAccountKeyResponseGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) GetValidUntilOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) HasPublicKey ¶
func (o *GetServiceAccountKeyResponse) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) HasValidUntil ¶
func (o *GetServiceAccountKeyResponse) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) SetActive ¶
func (o *GetServiceAccountKeyResponse) SetActive(v GetServiceAccountKeyResponsegetActiveRetType)
SetActive sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) SetCreatedAt ¶
func (o *GetServiceAccountKeyResponse) SetCreatedAt(v GetServiceAccountKeyResponseGetCreatedAtRetType)
SetCreatedAt sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) SetCredentials ¶
func (o *GetServiceAccountKeyResponse) SetCredentials(v GetServiceAccountKeyResponseGetCredentialsRetType)
SetCredentials sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) SetId ¶
func (o *GetServiceAccountKeyResponse) SetId(v GetServiceAccountKeyResponseGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) SetKeyAlgorithm ¶
func (o *GetServiceAccountKeyResponse) SetKeyAlgorithm(v GetServiceAccountKeyResponseGetKeyAlgorithmRetType)
SetKeyAlgorithm sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) SetKeyOrigin ¶
func (o *GetServiceAccountKeyResponse) SetKeyOrigin(v GetServiceAccountKeyResponseGetKeyOriginRetType)
SetKeyOrigin sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) SetKeyType ¶
func (o *GetServiceAccountKeyResponse) SetKeyType(v GetServiceAccountKeyResponseGetKeyTypeRetType)
SetKeyType sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) SetPublicKey ¶
func (o *GetServiceAccountKeyResponse) SetPublicKey(v GetServiceAccountKeyResponseGetPublicKeyRetType)
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponse) SetValidUntil ¶
func (o *GetServiceAccountKeyResponse) SetValidUntil(v GetServiceAccountKeyResponseGetValidUntilRetType)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetServiceAccountKeyResponse) ToMap
deprecated
func (o GetServiceAccountKeyResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseCredentials ¶
type GetServiceAccountKeyResponseCredentials struct {
// Audience - service account API URL
// REQUIRED
Aud GetServiceAccountKeyResponseCredentialsGetAudAttributeType `json:"aud" required:"true"`
// Service account email
// REQUIRED
Iss GetServiceAccountKeyResponseCredentialsGetIssAttributeType `json:"iss" required:"true"`
// Key id to use
// REQUIRED
Kid GetServiceAccountKeyResponseCredentialsGetKidAttributeType `json:"kid" required:"true"`
// Service account id
// REQUIRED
Sub GetServiceAccountKeyResponseCredentialsGetSubAttributeType `json:"sub" required:"true"`
}
GetServiceAccountKeyResponseCredentials struct for GetServiceAccountKeyResponseCredentials Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGetServiceAccountKeyResponseCredentials ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGetServiceAccountKeyResponseCredentialsWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseCredentials) GetAud ¶
func (o *GetServiceAccountKeyResponseCredentials) GetAud() (ret GetServiceAccountKeyResponseCredentialsGetAudRetType)
GetAud returns the Aud field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseCredentials) GetAudOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseCredentials) GetIss ¶
func (o *GetServiceAccountKeyResponseCredentials) GetIss() (ret GetServiceAccountKeyResponseCredentialsGetIssRetType)
GetIss returns the Iss field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseCredentials) GetIssOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseCredentials) GetKid ¶
func (o *GetServiceAccountKeyResponseCredentials) GetKid() (ret GetServiceAccountKeyResponseCredentialsGetKidRetType)
GetKid returns the Kid field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseCredentials) GetKidOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseCredentials) GetSub ¶
func (o *GetServiceAccountKeyResponseCredentials) GetSub() (ret GetServiceAccountKeyResponseCredentialsGetSubRetType)
GetSub returns the Sub field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseCredentials) GetSubOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseCredentials) SetAud ¶
func (o *GetServiceAccountKeyResponseCredentials) SetAud(v GetServiceAccountKeyResponseCredentialsGetAudRetType)
SetAud sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseCredentials) SetIss ¶
func (o *GetServiceAccountKeyResponseCredentials) SetIss(v GetServiceAccountKeyResponseCredentialsGetIssRetType)
SetIss sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseCredentials) SetKid ¶
func (o *GetServiceAccountKeyResponseCredentials) SetKid(v GetServiceAccountKeyResponseCredentialsGetKidRetType)
SetKid sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseCredentials) SetSub ¶
func (o *GetServiceAccountKeyResponseCredentials) SetSub(v GetServiceAccountKeyResponseCredentialsGetSubRetType)
SetSub sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetServiceAccountKeyResponseCredentials) ToMap
deprecated
func (o GetServiceAccountKeyResponseCredentials) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseCredentialsGetAudArgType
deprecated
type GetServiceAccountKeyResponseCredentialsGetAudArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseCredentialsGetAudAttributeType ¶
type GetServiceAccountKeyResponseCredentialsGetAudAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseCredentialsGetAudRetType
deprecated
type GetServiceAccountKeyResponseCredentialsGetAudRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseCredentialsGetIssArgType
deprecated
type GetServiceAccountKeyResponseCredentialsGetIssArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseCredentialsGetIssAttributeType ¶
type GetServiceAccountKeyResponseCredentialsGetIssAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseCredentialsGetIssRetType
deprecated
type GetServiceAccountKeyResponseCredentialsGetIssRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseCredentialsGetKidArgType
deprecated
type GetServiceAccountKeyResponseCredentialsGetKidArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseCredentialsGetKidAttributeType ¶
type GetServiceAccountKeyResponseCredentialsGetKidAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseCredentialsGetKidRetType
deprecated
type GetServiceAccountKeyResponseCredentialsGetKidRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseCredentialsGetSubArgType
deprecated
type GetServiceAccountKeyResponseCredentialsGetSubArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseCredentialsGetSubAttributeType ¶
type GetServiceAccountKeyResponseCredentialsGetSubAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseCredentialsGetSubRetType
deprecated
type GetServiceAccountKeyResponseCredentialsGetSubRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetCreatedAtArgType
deprecated
type GetServiceAccountKeyResponseGetCreatedAtAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetCreatedAtRetType
deprecated
type GetServiceAccountKeyResponseGetCredentialsArgType
deprecated
type GetServiceAccountKeyResponseGetCredentialsArgType = GetServiceAccountKeyResponseCredentials
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetCredentialsAttributeType ¶
type GetServiceAccountKeyResponseGetCredentialsAttributeType = *GetServiceAccountKeyResponseCredentials
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetCredentialsRetType
deprecated
type GetServiceAccountKeyResponseGetCredentialsRetType = GetServiceAccountKeyResponseCredentials
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetIdArgType
deprecated
type GetServiceAccountKeyResponseGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetIdAttributeType ¶
type GetServiceAccountKeyResponseGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetIdRetType
deprecated
type GetServiceAccountKeyResponseGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetKeyAlgorithmArgType
deprecated
type GetServiceAccountKeyResponseGetKeyAlgorithmArgType = GetServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetKeyAlgorithmAttributeType
deprecated
type GetServiceAccountKeyResponseGetKeyAlgorithmAttributeType = *GetServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetKeyAlgorithmRetType
deprecated
type GetServiceAccountKeyResponseGetKeyAlgorithmRetType = GetServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetKeyOriginArgType
deprecated
type GetServiceAccountKeyResponseGetKeyOriginArgType = GetServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetKeyOriginAttributeType
deprecated
type GetServiceAccountKeyResponseGetKeyOriginAttributeType = *GetServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetKeyOriginRetType
deprecated
type GetServiceAccountKeyResponseGetKeyOriginRetType = GetServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetKeyTypeArgType
deprecated
type GetServiceAccountKeyResponseGetKeyTypeArgType = GetServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetKeyTypeAttributeType
deprecated
type GetServiceAccountKeyResponseGetKeyTypeAttributeType = *GetServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetKeyTypeRetType
deprecated
type GetServiceAccountKeyResponseGetKeyTypeRetType = GetServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetPublicKeyArgType
deprecated
type GetServiceAccountKeyResponseGetPublicKeyArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetPublicKeyAttributeType ¶
type GetServiceAccountKeyResponseGetPublicKeyAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetPublicKeyRetType
deprecated
type GetServiceAccountKeyResponseGetPublicKeyRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetValidUntilArgType
deprecated
type GetServiceAccountKeyResponseGetValidUntilAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseGetValidUntilRetType
deprecated
type GetServiceAccountKeyResponseKeyAlgorithm ¶
type GetServiceAccountKeyResponseKeyAlgorithm string
GetServiceAccountKeyResponseKeyAlgorithm the model 'GetServiceAccountKeyResponse' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead GETSERVICEACCOUNTKEYRESPONSEKEY_ALGORITHM__2048 GetServiceAccountKeyResponseKeyAlgorithm = "RSA_2048" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead GETSERVICEACCOUNTKEYRESPONSEKEY_ALGORITHM__4096 GetServiceAccountKeyResponseKeyAlgorithm = "RSA_4096" )
List of KeyAlgorithm
func NewGetServiceAccountKeyResponseKeyAlgorithmFromValue ¶
func NewGetServiceAccountKeyResponseKeyAlgorithmFromValue(v GetServiceAccountKeyResponseKeyAlgorithm) (*GetServiceAccountKeyResponseKeyAlgorithm, error)
NewGetServiceAccountKeyResponseKeyAlgorithmFromValue returns a pointer to a valid GetServiceAccountKeyResponseKeyAlgorithm for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetServiceAccountKeyResponseKeyAlgorithm) IsValid ¶
func (v GetServiceAccountKeyResponseKeyAlgorithm) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetServiceAccountKeyResponseKeyAlgorithm) Ptr ¶
Ptr returns reference to KeyAlgorithmKeyAlgorithm value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON
deprecated
func (v *GetServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseKeyOrigin ¶
type GetServiceAccountKeyResponseKeyOrigin string
GetServiceAccountKeyResponseKeyOrigin the model 'GetServiceAccountKeyResponse' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead GETSERVICEACCOUNTKEYRESPONSEKEY_ORIGIN_USER_PROVIDED GetServiceAccountKeyResponseKeyOrigin = "USER_PROVIDED" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead GETSERVICEACCOUNTKEYRESPONSEKEY_ORIGIN_GENERATED GetServiceAccountKeyResponseKeyOrigin = "GENERATED" )
List of KeyOrigin
func NewGetServiceAccountKeyResponseKeyOriginFromValue ¶
func NewGetServiceAccountKeyResponseKeyOriginFromValue(v GetServiceAccountKeyResponseKeyOrigin) (*GetServiceAccountKeyResponseKeyOrigin, error)
NewGetServiceAccountKeyResponseKeyOriginFromValue returns a pointer to a valid GetServiceAccountKeyResponseKeyOrigin for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetServiceAccountKeyResponseKeyOrigin) IsValid ¶
func (v GetServiceAccountKeyResponseKeyOrigin) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetServiceAccountKeyResponseKeyOrigin) Ptr ¶
Ptr returns reference to KeyOriginKeyOrigin value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseKeyOrigin) UnmarshalJSON
deprecated
func (v *GetServiceAccountKeyResponseKeyOrigin) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponseKeyType ¶
type GetServiceAccountKeyResponseKeyType string
GetServiceAccountKeyResponseKeyType the model 'GetServiceAccountKeyResponse' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead GETSERVICEACCOUNTKEYRESPONSEKEY_TYPE_USER_MANAGED GetServiceAccountKeyResponseKeyType = "USER_MANAGED" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead GETSERVICEACCOUNTKEYRESPONSEKEY_TYPE_SYSTEM_MANAGED GetServiceAccountKeyResponseKeyType = "SYSTEM_MANAGED" )
List of KeyType
func NewGetServiceAccountKeyResponseKeyTypeFromValue ¶
func NewGetServiceAccountKeyResponseKeyTypeFromValue(v GetServiceAccountKeyResponseKeyType) (*GetServiceAccountKeyResponseKeyType, error)
NewGetServiceAccountKeyResponseKeyTypeFromValue returns a pointer to a valid GetServiceAccountKeyResponseKeyType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetServiceAccountKeyResponseKeyType) IsValid ¶
func (v GetServiceAccountKeyResponseKeyType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetServiceAccountKeyResponseKeyType) Ptr ¶
Ptr returns reference to KeyTypeKeyType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GetServiceAccountKeyResponseKeyType) UnmarshalJSON
deprecated
func (v *GetServiceAccountKeyResponseKeyType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponsegetActiveArgType
deprecated
type GetServiceAccountKeyResponsegetActiveArgType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponsegetActiveAttributeType ¶
type GetServiceAccountKeyResponsegetActiveAttributeType = *bool
isBoolean Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetServiceAccountKeyResponsegetActiveRetType
deprecated
type GetServiceAccountKeyResponsegetActiveRetType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWK ¶
type JWK struct {
Alg JWKGetAlgAttributeType `json:"alg,omitempty"`
// REQUIRED
E JWKGetEAttributeType `json:"e" required:"true"`
Kid JWKGetKidAttributeType `json:"kid,omitempty"`
Ks JWKGetKsAttributeType `json:"ks,omitempty"`
// REQUIRED
N JWKGetNAttributeType `json:"n" required:"true"`
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewJWK ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewJWKWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetAlg ¶
func (o *JWK) GetAlg() (res JWKGetAlgRetType)
GetAlg returns the Alg field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetAlgOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetE ¶
func (o *JWK) GetE() (ret JWKGetERetType)
GetE returns the E field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetEOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetKid ¶
func (o *JWK) GetKid() (res JWKGetKidRetType)
GetKid returns the Kid field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetKidOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetKs ¶
func (o *JWK) GetKs() (res JWKGetKsRetType)
GetKs returns the Ks field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetKsOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetN ¶
func (o *JWK) GetN() (ret JWKGetNRetType)
GetN returns the N field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetNOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetOps ¶
func (o *JWK) GetOps() (res JWKGetOpsRetType)
GetOps returns the Ops field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetOpsOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetUse ¶
func (o *JWK) GetUse() (res JWKGetUseRetType)
GetUse returns the Use field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetUseOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetX5c ¶
func (o *JWK) GetX5c() (res JWKGetX5cRetType)
GetX5c returns the X5c field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetX5cOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetX5t ¶
func (o *JWK) GetX5t() (res JWKGetX5tRetType)
GetX5t returns the X5t field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetX5t256 ¶
func (o *JWK) GetX5t256() (res JWKGetX5t256RetType)
GetX5t256 returns the X5t256 field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetX5t256Ok ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetX5tOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetX5u ¶
func (o *JWK) GetX5u() (res JWKGetX5uRetType)
GetX5u returns the X5u field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) GetX5uOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) HasAlg ¶
HasAlg returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) HasKid ¶
HasKid returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) HasKs ¶
HasKs returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) HasOps ¶
HasOps returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) HasUse ¶
HasUse returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) HasX5c ¶
HasX5c returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) HasX5t ¶
HasX5t returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) HasX5t256 ¶
HasX5t256 returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) HasX5u ¶
HasX5u returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) SetAlg ¶
func (o *JWK) SetAlg(v JWKGetAlgRetType)
SetAlg gets a reference to the given string and assigns it to the Alg field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) SetE ¶
func (o *JWK) SetE(v JWKGetERetType)
SetE sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) SetKid ¶
func (o *JWK) SetKid(v JWKGetKidRetType)
SetKid gets a reference to the given string and assigns it to the Kid field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) SetKs ¶
func (o *JWK) SetKs(v JWKGetKsRetType)
SetKs gets a reference to the given string and assigns it to the Ks field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) SetN ¶
func (o *JWK) SetN(v JWKGetNRetType)
SetN sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) SetOps ¶
func (o *JWK) SetOps(v JWKGetOpsRetType)
SetOps gets a reference to the given string and assigns it to the Ops field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) SetUse ¶
func (o *JWK) SetUse(v JWKGetUseRetType)
SetUse gets a reference to the given string and assigns it to the Use field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) SetX5c ¶
func (o *JWK) SetX5c(v JWKGetX5cRetType)
SetX5c gets a reference to the given string and assigns it to the X5c field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) SetX5t ¶
func (o *JWK) SetX5t(v JWKGetX5tRetType)
SetX5t gets a reference to the given string and assigns it to the X5t field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) SetX5t256 ¶
func (o *JWK) SetX5t256(v JWKGetX5t256RetType)
SetX5t256 gets a reference to the given string and assigns it to the X5t256 field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWK) SetX5u ¶
func (o *JWK) SetX5u(v JWKGetX5uRetType)
SetX5u gets a reference to the given string and assigns it to the X5u field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetAlgArgType
deprecated
type JWKGetAlgArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetAlgAttributeType ¶
type JWKGetAlgAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetAlgRetType
deprecated
type JWKGetAlgRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetEArgType
deprecated
type JWKGetEArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetEAttributeType ¶
type JWKGetEAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetERetType
deprecated
type JWKGetERetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetKidArgType
deprecated
type JWKGetKidArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetKidAttributeType ¶
type JWKGetKidAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetKidRetType
deprecated
type JWKGetKidRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetKsArgType
deprecated
type JWKGetKsArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetKsAttributeType ¶
type JWKGetKsAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetKsRetType
deprecated
type JWKGetKsRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetNArgType
deprecated
type JWKGetNArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetNAttributeType ¶
type JWKGetNAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetNRetType
deprecated
type JWKGetNRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetOpsArgType
deprecated
type JWKGetOpsArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetOpsAttributeType ¶
type JWKGetOpsAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetOpsRetType
deprecated
type JWKGetOpsRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetUseArgType
deprecated
type JWKGetUseArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetUseAttributeType ¶
type JWKGetUseAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetUseRetType
deprecated
type JWKGetUseRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetX5cArgType
deprecated
type JWKGetX5cArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetX5cAttributeType ¶
type JWKGetX5cAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetX5cRetType
deprecated
type JWKGetX5cRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetX5t256ArgType
deprecated
type JWKGetX5t256ArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetX5t256AttributeType ¶
type JWKGetX5t256AttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetX5t256RetType
deprecated
type JWKGetX5t256RetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetX5tArgType
deprecated
type JWKGetX5tArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetX5tAttributeType ¶
type JWKGetX5tAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetX5tRetType
deprecated
type JWKGetX5tRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetX5uArgType
deprecated
type JWKGetX5uArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetX5uAttributeType ¶
type JWKGetX5uAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKGetX5uRetType
deprecated
type JWKGetX5uRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKS ¶
type JWKS struct {
// REQUIRED
Keys JWKSGetKeysAttributeType `json:"keys" required:"true"`
}
JWKS struct for JWKS Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewJWKS ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewJWKSWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWKS) GetKeys ¶
func (o *JWKS) GetKeys() (ret JWKSGetKeysRetType)
GetKeys returns the Keys field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWKS) GetKeysOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*JWKS) SetKeys ¶
func (o *JWKS) SetKeys(v JWKSGetKeysRetType)
SetKeys sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKSGetKeysArgType
deprecated
type JWKSGetKeysArgType = []JWK
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKSGetKeysAttributeType ¶
type JWKSGetKeysAttributeType = *[]JWK
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type JWKSGetKeysRetType
deprecated
type JWKSGetKeysRetType = []JWK
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAccessTokensRequest
deprecated
type ListAccessTokensRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListAccessTokensRequest) Execute
deprecated
func (r ListAccessTokensRequest) Execute() (*ListAccessTokensResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAccessTokensResponse ¶
type ListAccessTokensResponse struct {
Items ListAccessTokensResponseGetItemsAttributeType `json:"items,omitempty"`
}
ListAccessTokensResponse struct for ListAccessTokensResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListAccessTokensResponse ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListAccessTokensResponseWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListAccessTokensResponse) GetItems ¶
func (o *ListAccessTokensResponse) GetItems() (res ListAccessTokensResponseGetItemsRetType)
GetItems returns the Items field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListAccessTokensResponse) GetItemsOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListAccessTokensResponse) HasItems ¶
func (o *ListAccessTokensResponse) HasItems() bool
HasItems returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListAccessTokensResponse) SetItems ¶
func (o *ListAccessTokensResponse) SetItems(v ListAccessTokensResponseGetItemsRetType)
SetItems gets a reference to the given []AccessTokenMetadata and assigns it to the Items field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListAccessTokensResponse) ToMap
deprecated
func (o ListAccessTokensResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAccessTokensResponseGetItemsArgType
deprecated
type ListAccessTokensResponseGetItemsArgType = []AccessTokenMetadata
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAccessTokensResponseGetItemsAttributeType ¶
type ListAccessTokensResponseGetItemsAttributeType = *[]AccessTokenMetadata
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAccessTokensResponseGetItemsRetType
deprecated
type ListAccessTokensResponseGetItemsRetType = []AccessTokenMetadata
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFederatedIdentityProvidersRequest
deprecated
type ListFederatedIdentityProvidersRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFederatedIdentityProvidersRequest) Execute
deprecated
func (r ListFederatedIdentityProvidersRequest) Execute() (*FederatedListFederatedIdentityProvidersResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListServiceAccountKeysRequest
deprecated
type ListServiceAccountKeysRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListServiceAccountKeysRequest) Execute
deprecated
func (r ListServiceAccountKeysRequest) Execute() (*ListServiceAccountKeysResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListServiceAccountKeysResponse ¶
type ListServiceAccountKeysResponse struct {
// REQUIRED
Items ListServiceAccountKeysResponseGetItemsAttributeType `json:"items" required:"true"`
}
ListServiceAccountKeysResponse struct for ListServiceAccountKeysResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListServiceAccountKeysResponse ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListServiceAccountKeysResponseWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListServiceAccountKeysResponse) GetItems ¶
func (o *ListServiceAccountKeysResponse) GetItems() (ret ListServiceAccountKeysResponseGetItemsRetType)
GetItems returns the Items field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListServiceAccountKeysResponse) GetItemsOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListServiceAccountKeysResponse) SetItems ¶
func (o *ListServiceAccountKeysResponse) SetItems(v ListServiceAccountKeysResponseGetItemsRetType)
SetItems sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListServiceAccountKeysResponse) ToMap
deprecated
func (o ListServiceAccountKeysResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListServiceAccountKeysResponseGetItemsArgType
deprecated
type ListServiceAccountKeysResponseGetItemsArgType = []ServiceAccountKeyListResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListServiceAccountKeysResponseGetItemsAttributeType ¶
type ListServiceAccountKeysResponseGetItemsAttributeType = *[]ServiceAccountKeyListResponse
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListServiceAccountKeysResponseGetItemsRetType
deprecated
type ListServiceAccountKeysResponseGetItemsRetType = []ServiceAccountKeyListResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListServiceAccountsRequest
deprecated
type ListServiceAccountsRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListServiceAccountsRequest) Execute
deprecated
func (r ListServiceAccountsRequest) Execute() (*ListServiceAccountsResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListServiceAccountsResponse ¶
type ListServiceAccountsResponse struct {
// REQUIRED
Items ListServiceAccountsResponseGetItemsAttributeType `json:"items" required:"true"`
}
ListServiceAccountsResponse struct for ListServiceAccountsResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListServiceAccountsResponse ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListServiceAccountsResponseWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListServiceAccountsResponse) GetItems ¶
func (o *ListServiceAccountsResponse) GetItems() (ret ListServiceAccountsResponseGetItemsRetType)
GetItems returns the Items field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListServiceAccountsResponse) GetItemsOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListServiceAccountsResponse) SetItems ¶
func (o *ListServiceAccountsResponse) SetItems(v ListServiceAccountsResponseGetItemsRetType)
SetItems sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListServiceAccountsResponse) ToMap
deprecated
func (o ListServiceAccountsResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListServiceAccountsResponseGetItemsArgType
deprecated
type ListServiceAccountsResponseGetItemsArgType = []ServiceAccount
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListServiceAccountsResponseGetItemsAttributeType ¶
type ListServiceAccountsResponseGetItemsAttributeType = *[]ServiceAccount
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListServiceAccountsResponseGetItemsRetType
deprecated
type ListServiceAccountsResponseGetItemsRetType = []ServiceAccount
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MappedNullable
deprecated
type NullableAccessToken
deprecated
type NullableAccessToken struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableAccessToken
deprecated
func NewNullableAccessToken(val *AccessToken) *NullableAccessToken
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessToken) Get
deprecated
func (v NullableAccessToken) Get() *AccessToken
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessToken) IsSet
deprecated
func (v NullableAccessToken) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessToken) MarshalJSON
deprecated
func (v NullableAccessToken) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessToken) Set
deprecated
func (v *NullableAccessToken) Set(val *AccessToken)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessToken) UnmarshalJSON
deprecated
func (v *NullableAccessToken) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessToken) Unset
deprecated
func (v *NullableAccessToken) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAccessTokenMetadata
deprecated
type NullableAccessTokenMetadata struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableAccessTokenMetadata
deprecated
func NewNullableAccessTokenMetadata(val *AccessTokenMetadata) *NullableAccessTokenMetadata
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessTokenMetadata) Get
deprecated
func (v NullableAccessTokenMetadata) Get() *AccessTokenMetadata
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessTokenMetadata) IsSet
deprecated
func (v NullableAccessTokenMetadata) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAccessTokenMetadata) MarshalJSON
deprecated
func (v NullableAccessTokenMetadata) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessTokenMetadata) Set
deprecated
func (v *NullableAccessTokenMetadata) Set(val *AccessTokenMetadata)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessTokenMetadata) UnmarshalJSON
deprecated
func (v *NullableAccessTokenMetadata) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAccessTokenMetadata) Unset
deprecated
func (v *NullableAccessTokenMetadata) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAuthError
deprecated
type NullableAuthError struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableAuthError
deprecated
func NewNullableAuthError(val *AuthError) *NullableAuthError
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuthError) Get
deprecated
func (v NullableAuthError) Get() *AuthError
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuthError) IsSet
deprecated
func (v NullableAuthError) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuthError) MarshalJSON
deprecated
func (v NullableAuthError) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuthError) Set
deprecated
func (v *NullableAuthError) Set(val *AuthError)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuthError) UnmarshalJSON
deprecated
func (v *NullableAuthError) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuthError) Unset
deprecated
func (v *NullableAuthError) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAuthErrorError
deprecated
type NullableAuthErrorError struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableAuthErrorError
deprecated
func NewNullableAuthErrorError(val *AuthErrorError) *NullableAuthErrorError
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuthErrorError) Get
deprecated
func (v NullableAuthErrorError) Get() *AuthErrorError
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuthErrorError) IsSet
deprecated
func (v NullableAuthErrorError) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuthErrorError) MarshalJSON
deprecated
func (v NullableAuthErrorError) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuthErrorError) Set
deprecated
func (v *NullableAuthErrorError) Set(val *AuthErrorError)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuthErrorError) UnmarshalJSON
deprecated
func (v *NullableAuthErrorError) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuthErrorError) Unset
deprecated
func (v *NullableAuthErrorError) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableBool
deprecated
type NullableBool struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableBool
deprecated
func NewNullableBool(val *bool) *NullableBool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) Get
deprecated
func (v NullableBool) Get() *bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) IsSet
deprecated
func (v NullableBool) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) MarshalJSON
deprecated
func (v NullableBool) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) Set
deprecated
func (v *NullableBool) Set(val *bool)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) UnmarshalJSON
deprecated
func (v *NullableBool) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) Unset
deprecated
func (v *NullableBool) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateAccessTokenPayload
deprecated
type NullableCreateAccessTokenPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateAccessTokenPayload
deprecated
func NewNullableCreateAccessTokenPayload(val *CreateAccessTokenPayload) *NullableCreateAccessTokenPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateAccessTokenPayload) Get
deprecated
func (v NullableCreateAccessTokenPayload) Get() *CreateAccessTokenPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateAccessTokenPayload) IsSet
deprecated
func (v NullableCreateAccessTokenPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateAccessTokenPayload) MarshalJSON
deprecated
func (v NullableCreateAccessTokenPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateAccessTokenPayload) Set
deprecated
func (v *NullableCreateAccessTokenPayload) Set(val *CreateAccessTokenPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateAccessTokenPayload) UnmarshalJSON
deprecated
func (v *NullableCreateAccessTokenPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateAccessTokenPayload) Unset
deprecated
func (v *NullableCreateAccessTokenPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateFederatedIdentityProviderPayload
deprecated
type NullableCreateFederatedIdentityProviderPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateFederatedIdentityProviderPayload
deprecated
func NewNullableCreateFederatedIdentityProviderPayload(val *CreateFederatedIdentityProviderPayload) *NullableCreateFederatedIdentityProviderPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFederatedIdentityProviderPayload) Get
deprecated
func (v NullableCreateFederatedIdentityProviderPayload) Get() *CreateFederatedIdentityProviderPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFederatedIdentityProviderPayload) IsSet
deprecated
func (v NullableCreateFederatedIdentityProviderPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFederatedIdentityProviderPayload) MarshalJSON
deprecated
func (v NullableCreateFederatedIdentityProviderPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFederatedIdentityProviderPayload) Set
deprecated
func (v *NullableCreateFederatedIdentityProviderPayload) Set(val *CreateFederatedIdentityProviderPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFederatedIdentityProviderPayload) UnmarshalJSON
deprecated
func (v *NullableCreateFederatedIdentityProviderPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFederatedIdentityProviderPayload) Unset
deprecated
func (v *NullableCreateFederatedIdentityProviderPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateFederatedIdentityProviderPayloadAssertionsInner
deprecated
type NullableCreateFederatedIdentityProviderPayloadAssertionsInner struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateFederatedIdentityProviderPayloadAssertionsInner
deprecated
func NewNullableCreateFederatedIdentityProviderPayloadAssertionsInner(val *CreateFederatedIdentityProviderPayloadAssertionsInner) *NullableCreateFederatedIdentityProviderPayloadAssertionsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFederatedIdentityProviderPayloadAssertionsInner) Get
deprecated
func (v NullableCreateFederatedIdentityProviderPayloadAssertionsInner) Get() *CreateFederatedIdentityProviderPayloadAssertionsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFederatedIdentityProviderPayloadAssertionsInner) IsSet
deprecated
func (v NullableCreateFederatedIdentityProviderPayloadAssertionsInner) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFederatedIdentityProviderPayloadAssertionsInner) MarshalJSON
deprecated
func (v NullableCreateFederatedIdentityProviderPayloadAssertionsInner) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFederatedIdentityProviderPayloadAssertionsInner) Set
deprecated
func (v *NullableCreateFederatedIdentityProviderPayloadAssertionsInner) Set(val *CreateFederatedIdentityProviderPayloadAssertionsInner)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFederatedIdentityProviderPayloadAssertionsInner) UnmarshalJSON
deprecated
func (v *NullableCreateFederatedIdentityProviderPayloadAssertionsInner) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFederatedIdentityProviderPayloadAssertionsInner) Unset
deprecated
func (v *NullableCreateFederatedIdentityProviderPayloadAssertionsInner) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateFederatedIdentityProviderResponse
deprecated
type NullableCreateFederatedIdentityProviderResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateFederatedIdentityProviderResponse
deprecated
func NewNullableCreateFederatedIdentityProviderResponse(val *CreateFederatedIdentityProviderResponse) *NullableCreateFederatedIdentityProviderResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFederatedIdentityProviderResponse) Get
deprecated
func (v NullableCreateFederatedIdentityProviderResponse) Get() *CreateFederatedIdentityProviderResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFederatedIdentityProviderResponse) IsSet
deprecated
func (v NullableCreateFederatedIdentityProviderResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFederatedIdentityProviderResponse) MarshalJSON
deprecated
func (v NullableCreateFederatedIdentityProviderResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFederatedIdentityProviderResponse) Set
deprecated
func (v *NullableCreateFederatedIdentityProviderResponse) Set(val *CreateFederatedIdentityProviderResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFederatedIdentityProviderResponse) UnmarshalJSON
deprecated
func (v *NullableCreateFederatedIdentityProviderResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFederatedIdentityProviderResponse) Unset
deprecated
func (v *NullableCreateFederatedIdentityProviderResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateFederatedIdentityProviderResponseAssertionsInner
deprecated
type NullableCreateFederatedIdentityProviderResponseAssertionsInner struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateFederatedIdentityProviderResponseAssertionsInner
deprecated
func NewNullableCreateFederatedIdentityProviderResponseAssertionsInner(val *CreateFederatedIdentityProviderResponseAssertionsInner) *NullableCreateFederatedIdentityProviderResponseAssertionsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFederatedIdentityProviderResponseAssertionsInner) Get
deprecated
func (v NullableCreateFederatedIdentityProviderResponseAssertionsInner) Get() *CreateFederatedIdentityProviderResponseAssertionsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFederatedIdentityProviderResponseAssertionsInner) IsSet
deprecated
func (v NullableCreateFederatedIdentityProviderResponseAssertionsInner) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateFederatedIdentityProviderResponseAssertionsInner) MarshalJSON
deprecated
func (v NullableCreateFederatedIdentityProviderResponseAssertionsInner) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFederatedIdentityProviderResponseAssertionsInner) Set
deprecated
func (v *NullableCreateFederatedIdentityProviderResponseAssertionsInner) Set(val *CreateFederatedIdentityProviderResponseAssertionsInner)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFederatedIdentityProviderResponseAssertionsInner) UnmarshalJSON
deprecated
func (v *NullableCreateFederatedIdentityProviderResponseAssertionsInner) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateFederatedIdentityProviderResponseAssertionsInner) Unset
deprecated
func (v *NullableCreateFederatedIdentityProviderResponseAssertionsInner) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateServiceAccountKeyPayload
deprecated
type NullableCreateServiceAccountKeyPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateServiceAccountKeyPayload
deprecated
func NewNullableCreateServiceAccountKeyPayload(val *CreateServiceAccountKeyPayload) *NullableCreateServiceAccountKeyPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyPayload) Get
deprecated
func (v NullableCreateServiceAccountKeyPayload) Get() *CreateServiceAccountKeyPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyPayload) IsSet
deprecated
func (v NullableCreateServiceAccountKeyPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyPayload) MarshalJSON
deprecated
func (v NullableCreateServiceAccountKeyPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyPayload) Set
deprecated
func (v *NullableCreateServiceAccountKeyPayload) Set(val *CreateServiceAccountKeyPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyPayload) UnmarshalJSON
deprecated
func (v *NullableCreateServiceAccountKeyPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyPayload) Unset
deprecated
func (v *NullableCreateServiceAccountKeyPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateServiceAccountKeyPayloadAlgorithm
deprecated
type NullableCreateServiceAccountKeyPayloadAlgorithm struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateServiceAccountKeyPayloadAlgorithm
deprecated
func NewNullableCreateServiceAccountKeyPayloadAlgorithm(val *CreateServiceAccountKeyPayloadAlgorithm) *NullableCreateServiceAccountKeyPayloadAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyPayloadAlgorithm) Get
deprecated
func (v NullableCreateServiceAccountKeyPayloadAlgorithm) Get() *CreateServiceAccountKeyPayloadAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyPayloadAlgorithm) IsSet
deprecated
func (v NullableCreateServiceAccountKeyPayloadAlgorithm) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyPayloadAlgorithm) MarshalJSON
deprecated
func (v NullableCreateServiceAccountKeyPayloadAlgorithm) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyPayloadAlgorithm) Set
deprecated
func (v *NullableCreateServiceAccountKeyPayloadAlgorithm) Set(val *CreateServiceAccountKeyPayloadAlgorithm)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyPayloadAlgorithm) UnmarshalJSON
deprecated
func (v *NullableCreateServiceAccountKeyPayloadAlgorithm) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyPayloadAlgorithm) Unset
deprecated
func (v *NullableCreateServiceAccountKeyPayloadAlgorithm) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateServiceAccountKeyResponse
deprecated
type NullableCreateServiceAccountKeyResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateServiceAccountKeyResponse
deprecated
func NewNullableCreateServiceAccountKeyResponse(val *CreateServiceAccountKeyResponse) *NullableCreateServiceAccountKeyResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponse) Get
deprecated
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponse) IsSet
deprecated
func (v NullableCreateServiceAccountKeyResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponse) MarshalJSON
deprecated
func (v NullableCreateServiceAccountKeyResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponse) Set
deprecated
func (v *NullableCreateServiceAccountKeyResponse) Set(val *CreateServiceAccountKeyResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponse) UnmarshalJSON
deprecated
func (v *NullableCreateServiceAccountKeyResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponse) Unset
deprecated
func (v *NullableCreateServiceAccountKeyResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateServiceAccountKeyResponseCredentials
deprecated
type NullableCreateServiceAccountKeyResponseCredentials struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateServiceAccountKeyResponseCredentials
deprecated
func NewNullableCreateServiceAccountKeyResponseCredentials(val *CreateServiceAccountKeyResponseCredentials) *NullableCreateServiceAccountKeyResponseCredentials
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponseCredentials) Get
deprecated
func (v NullableCreateServiceAccountKeyResponseCredentials) Get() *CreateServiceAccountKeyResponseCredentials
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponseCredentials) IsSet
deprecated
func (v NullableCreateServiceAccountKeyResponseCredentials) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponseCredentials) MarshalJSON
deprecated
func (v NullableCreateServiceAccountKeyResponseCredentials) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponseCredentials) Set
deprecated
func (v *NullableCreateServiceAccountKeyResponseCredentials) Set(val *CreateServiceAccountKeyResponseCredentials)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponseCredentials) UnmarshalJSON
deprecated
func (v *NullableCreateServiceAccountKeyResponseCredentials) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponseCredentials) Unset
deprecated
func (v *NullableCreateServiceAccountKeyResponseCredentials) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateServiceAccountKeyResponseKeyAlgorithm
deprecated
type NullableCreateServiceAccountKeyResponseKeyAlgorithm struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateServiceAccountKeyResponseKeyAlgorithm
deprecated
func NewNullableCreateServiceAccountKeyResponseKeyAlgorithm(val *CreateServiceAccountKeyResponseKeyAlgorithm) *NullableCreateServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponseKeyAlgorithm) Get
deprecated
func (v NullableCreateServiceAccountKeyResponseKeyAlgorithm) Get() *CreateServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponseKeyAlgorithm) IsSet
deprecated
func (v NullableCreateServiceAccountKeyResponseKeyAlgorithm) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponseKeyAlgorithm) MarshalJSON
deprecated
func (v NullableCreateServiceAccountKeyResponseKeyAlgorithm) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponseKeyAlgorithm) Set
deprecated
func (v *NullableCreateServiceAccountKeyResponseKeyAlgorithm) Set(val *CreateServiceAccountKeyResponseKeyAlgorithm)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON
deprecated
func (v *NullableCreateServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponseKeyAlgorithm) Unset
deprecated
func (v *NullableCreateServiceAccountKeyResponseKeyAlgorithm) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateServiceAccountKeyResponseKeyOrigin
deprecated
type NullableCreateServiceAccountKeyResponseKeyOrigin struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateServiceAccountKeyResponseKeyOrigin
deprecated
func NewNullableCreateServiceAccountKeyResponseKeyOrigin(val *CreateServiceAccountKeyResponseKeyOrigin) *NullableCreateServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponseKeyOrigin) Get
deprecated
func (v NullableCreateServiceAccountKeyResponseKeyOrigin) Get() *CreateServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponseKeyOrigin) IsSet
deprecated
func (v NullableCreateServiceAccountKeyResponseKeyOrigin) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponseKeyOrigin) MarshalJSON
deprecated
func (v NullableCreateServiceAccountKeyResponseKeyOrigin) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponseKeyOrigin) Set
deprecated
func (v *NullableCreateServiceAccountKeyResponseKeyOrigin) Set(val *CreateServiceAccountKeyResponseKeyOrigin)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponseKeyOrigin) UnmarshalJSON
deprecated
func (v *NullableCreateServiceAccountKeyResponseKeyOrigin) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponseKeyOrigin) Unset
deprecated
func (v *NullableCreateServiceAccountKeyResponseKeyOrigin) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateServiceAccountKeyResponseKeyType
deprecated
type NullableCreateServiceAccountKeyResponseKeyType struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateServiceAccountKeyResponseKeyType
deprecated
func NewNullableCreateServiceAccountKeyResponseKeyType(val *CreateServiceAccountKeyResponseKeyType) *NullableCreateServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponseKeyType) Get
deprecated
func (v NullableCreateServiceAccountKeyResponseKeyType) Get() *CreateServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponseKeyType) IsSet
deprecated
func (v NullableCreateServiceAccountKeyResponseKeyType) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountKeyResponseKeyType) MarshalJSON
deprecated
func (v NullableCreateServiceAccountKeyResponseKeyType) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponseKeyType) Set
deprecated
func (v *NullableCreateServiceAccountKeyResponseKeyType) Set(val *CreateServiceAccountKeyResponseKeyType)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponseKeyType) UnmarshalJSON
deprecated
func (v *NullableCreateServiceAccountKeyResponseKeyType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountKeyResponseKeyType) Unset
deprecated
func (v *NullableCreateServiceAccountKeyResponseKeyType) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateServiceAccountPayload
deprecated
type NullableCreateServiceAccountPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateServiceAccountPayload
deprecated
func NewNullableCreateServiceAccountPayload(val *CreateServiceAccountPayload) *NullableCreateServiceAccountPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountPayload) Get
deprecated
func (v NullableCreateServiceAccountPayload) Get() *CreateServiceAccountPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountPayload) IsSet
deprecated
func (v NullableCreateServiceAccountPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateServiceAccountPayload) MarshalJSON
deprecated
func (v NullableCreateServiceAccountPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountPayload) Set
deprecated
func (v *NullableCreateServiceAccountPayload) Set(val *CreateServiceAccountPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountPayload) UnmarshalJSON
deprecated
func (v *NullableCreateServiceAccountPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateServiceAccountPayload) Unset
deprecated
func (v *NullableCreateServiceAccountPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateShortLivedAccessTokenResponse
deprecated
type NullableCreateShortLivedAccessTokenResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateShortLivedAccessTokenResponse
deprecated
func NewNullableCreateShortLivedAccessTokenResponse(val *CreateShortLivedAccessTokenResponse) *NullableCreateShortLivedAccessTokenResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateShortLivedAccessTokenResponse) Get
deprecated
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateShortLivedAccessTokenResponse) IsSet
deprecated
func (v NullableCreateShortLivedAccessTokenResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateShortLivedAccessTokenResponse) MarshalJSON
deprecated
func (v NullableCreateShortLivedAccessTokenResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateShortLivedAccessTokenResponse) Set
deprecated
func (v *NullableCreateShortLivedAccessTokenResponse) Set(val *CreateShortLivedAccessTokenResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateShortLivedAccessTokenResponse) UnmarshalJSON
deprecated
func (v *NullableCreateShortLivedAccessTokenResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateShortLivedAccessTokenResponse) Unset
deprecated
func (v *NullableCreateShortLivedAccessTokenResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateShortLivedAccessTokenResponseTokenType
deprecated
type NullableCreateShortLivedAccessTokenResponseTokenType struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateShortLivedAccessTokenResponseTokenType
deprecated
func NewNullableCreateShortLivedAccessTokenResponseTokenType(val *CreateShortLivedAccessTokenResponseTokenType) *NullableCreateShortLivedAccessTokenResponseTokenType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateShortLivedAccessTokenResponseTokenType) Get
deprecated
func (v NullableCreateShortLivedAccessTokenResponseTokenType) Get() *CreateShortLivedAccessTokenResponseTokenType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateShortLivedAccessTokenResponseTokenType) IsSet
deprecated
func (v NullableCreateShortLivedAccessTokenResponseTokenType) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateShortLivedAccessTokenResponseTokenType) MarshalJSON
deprecated
func (v NullableCreateShortLivedAccessTokenResponseTokenType) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateShortLivedAccessTokenResponseTokenType) Set
deprecated
func (v *NullableCreateShortLivedAccessTokenResponseTokenType) Set(val *CreateShortLivedAccessTokenResponseTokenType)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateShortLivedAccessTokenResponseTokenType) UnmarshalJSON
deprecated
func (v *NullableCreateShortLivedAccessTokenResponseTokenType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateShortLivedAccessTokenResponseTokenType) Unset
deprecated
func (v *NullableCreateShortLivedAccessTokenResponseTokenType) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableError
deprecated
type NullableError struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableError
deprecated
func NewNullableError(val *Error) *NullableError
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableError) Get
deprecated
func (v NullableError) Get() *Error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableError) IsSet
deprecated
func (v NullableError) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableError) MarshalJSON
deprecated
func (v NullableError) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableError) Set
deprecated
func (v *NullableError) Set(val *Error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableError) UnmarshalJSON
deprecated
func (v *NullableError) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableError) Unset
deprecated
func (v *NullableError) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFederatedListFederatedIdentityProvidersResponse
deprecated
type NullableFederatedListFederatedIdentityProvidersResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFederatedListFederatedIdentityProvidersResponse
deprecated
func NewNullableFederatedListFederatedIdentityProvidersResponse(val *FederatedListFederatedIdentityProvidersResponse) *NullableFederatedListFederatedIdentityProvidersResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFederatedListFederatedIdentityProvidersResponse) Get
deprecated
func (v NullableFederatedListFederatedIdentityProvidersResponse) Get() *FederatedListFederatedIdentityProvidersResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFederatedListFederatedIdentityProvidersResponse) IsSet
deprecated
func (v NullableFederatedListFederatedIdentityProvidersResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFederatedListFederatedIdentityProvidersResponse) MarshalJSON
deprecated
func (v NullableFederatedListFederatedIdentityProvidersResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFederatedListFederatedIdentityProvidersResponse) Set
deprecated
func (v *NullableFederatedListFederatedIdentityProvidersResponse) Set(val *FederatedListFederatedIdentityProvidersResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFederatedListFederatedIdentityProvidersResponse) UnmarshalJSON
deprecated
func (v *NullableFederatedListFederatedIdentityProvidersResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFederatedListFederatedIdentityProvidersResponse) Unset
deprecated
func (v *NullableFederatedListFederatedIdentityProvidersResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFloat32
deprecated
type NullableFloat32 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFloat32
deprecated
func NewNullableFloat32(val *float32) *NullableFloat32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) Get
deprecated
func (v NullableFloat32) Get() *float32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) IsSet
deprecated
func (v NullableFloat32) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) MarshalJSON
deprecated
func (v NullableFloat32) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) Set
deprecated
func (v *NullableFloat32) Set(val *float32)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) UnmarshalJSON
deprecated
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) Unset
deprecated
func (v *NullableFloat32) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFloat64
deprecated
type NullableFloat64 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFloat64
deprecated
func NewNullableFloat64(val *float64) *NullableFloat64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) Get
deprecated
func (v NullableFloat64) Get() *float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) IsSet
deprecated
func (v NullableFloat64) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) MarshalJSON
deprecated
func (v NullableFloat64) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) Set
deprecated
func (v *NullableFloat64) Set(val *float64)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) UnmarshalJSON
deprecated
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) Unset
deprecated
func (v *NullableFloat64) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableGetServiceAccountKeyResponse
deprecated
type NullableGetServiceAccountKeyResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableGetServiceAccountKeyResponse
deprecated
func NewNullableGetServiceAccountKeyResponse(val *GetServiceAccountKeyResponse) *NullableGetServiceAccountKeyResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponse) Get
deprecated
func (v NullableGetServiceAccountKeyResponse) Get() *GetServiceAccountKeyResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponse) IsSet
deprecated
func (v NullableGetServiceAccountKeyResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponse) MarshalJSON
deprecated
func (v NullableGetServiceAccountKeyResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponse) Set
deprecated
func (v *NullableGetServiceAccountKeyResponse) Set(val *GetServiceAccountKeyResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponse) UnmarshalJSON
deprecated
func (v *NullableGetServiceAccountKeyResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponse) Unset
deprecated
func (v *NullableGetServiceAccountKeyResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableGetServiceAccountKeyResponseCredentials
deprecated
type NullableGetServiceAccountKeyResponseCredentials struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableGetServiceAccountKeyResponseCredentials
deprecated
func NewNullableGetServiceAccountKeyResponseCredentials(val *GetServiceAccountKeyResponseCredentials) *NullableGetServiceAccountKeyResponseCredentials
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponseCredentials) Get
deprecated
func (v NullableGetServiceAccountKeyResponseCredentials) Get() *GetServiceAccountKeyResponseCredentials
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponseCredentials) IsSet
deprecated
func (v NullableGetServiceAccountKeyResponseCredentials) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponseCredentials) MarshalJSON
deprecated
func (v NullableGetServiceAccountKeyResponseCredentials) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponseCredentials) Set
deprecated
func (v *NullableGetServiceAccountKeyResponseCredentials) Set(val *GetServiceAccountKeyResponseCredentials)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponseCredentials) UnmarshalJSON
deprecated
func (v *NullableGetServiceAccountKeyResponseCredentials) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponseCredentials) Unset
deprecated
func (v *NullableGetServiceAccountKeyResponseCredentials) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableGetServiceAccountKeyResponseKeyAlgorithm
deprecated
type NullableGetServiceAccountKeyResponseKeyAlgorithm struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableGetServiceAccountKeyResponseKeyAlgorithm
deprecated
func NewNullableGetServiceAccountKeyResponseKeyAlgorithm(val *GetServiceAccountKeyResponseKeyAlgorithm) *NullableGetServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponseKeyAlgorithm) Get
deprecated
func (v NullableGetServiceAccountKeyResponseKeyAlgorithm) Get() *GetServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponseKeyAlgorithm) IsSet
deprecated
func (v NullableGetServiceAccountKeyResponseKeyAlgorithm) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponseKeyAlgorithm) MarshalJSON
deprecated
func (v NullableGetServiceAccountKeyResponseKeyAlgorithm) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponseKeyAlgorithm) Set
deprecated
func (v *NullableGetServiceAccountKeyResponseKeyAlgorithm) Set(val *GetServiceAccountKeyResponseKeyAlgorithm)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON
deprecated
func (v *NullableGetServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponseKeyAlgorithm) Unset
deprecated
func (v *NullableGetServiceAccountKeyResponseKeyAlgorithm) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableGetServiceAccountKeyResponseKeyOrigin
deprecated
type NullableGetServiceAccountKeyResponseKeyOrigin struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableGetServiceAccountKeyResponseKeyOrigin
deprecated
func NewNullableGetServiceAccountKeyResponseKeyOrigin(val *GetServiceAccountKeyResponseKeyOrigin) *NullableGetServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponseKeyOrigin) Get
deprecated
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponseKeyOrigin) IsSet
deprecated
func (v NullableGetServiceAccountKeyResponseKeyOrigin) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponseKeyOrigin) MarshalJSON
deprecated
func (v NullableGetServiceAccountKeyResponseKeyOrigin) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponseKeyOrigin) Set
deprecated
func (v *NullableGetServiceAccountKeyResponseKeyOrigin) Set(val *GetServiceAccountKeyResponseKeyOrigin)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponseKeyOrigin) UnmarshalJSON
deprecated
func (v *NullableGetServiceAccountKeyResponseKeyOrigin) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponseKeyOrigin) Unset
deprecated
func (v *NullableGetServiceAccountKeyResponseKeyOrigin) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableGetServiceAccountKeyResponseKeyType
deprecated
type NullableGetServiceAccountKeyResponseKeyType struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableGetServiceAccountKeyResponseKeyType
deprecated
func NewNullableGetServiceAccountKeyResponseKeyType(val *GetServiceAccountKeyResponseKeyType) *NullableGetServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponseKeyType) Get
deprecated
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponseKeyType) IsSet
deprecated
func (v NullableGetServiceAccountKeyResponseKeyType) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGetServiceAccountKeyResponseKeyType) MarshalJSON
deprecated
func (v NullableGetServiceAccountKeyResponseKeyType) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponseKeyType) Set
deprecated
func (v *NullableGetServiceAccountKeyResponseKeyType) Set(val *GetServiceAccountKeyResponseKeyType)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponseKeyType) UnmarshalJSON
deprecated
func (v *NullableGetServiceAccountKeyResponseKeyType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGetServiceAccountKeyResponseKeyType) Unset
deprecated
func (v *NullableGetServiceAccountKeyResponseKeyType) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt
deprecated
type NullableInt struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt
deprecated
func NewNullableInt(val *int) *NullableInt
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) Get
deprecated
func (v NullableInt) Get() *int
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) IsSet
deprecated
func (v NullableInt) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) MarshalJSON
deprecated
func (v NullableInt) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) Set
deprecated
func (v *NullableInt) Set(val *int)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) UnmarshalJSON
deprecated
func (v *NullableInt) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) Unset
deprecated
func (v *NullableInt) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt32
deprecated
type NullableInt32 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt32
deprecated
func NewNullableInt32(val *int32) *NullableInt32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) Get
deprecated
func (v NullableInt32) Get() *int32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) IsSet
deprecated
func (v NullableInt32) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) MarshalJSON
deprecated
func (v NullableInt32) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) Set
deprecated
func (v *NullableInt32) Set(val *int32)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) UnmarshalJSON
deprecated
func (v *NullableInt32) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) Unset
deprecated
func (v *NullableInt32) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt64
deprecated
type NullableInt64 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt64
deprecated
func NewNullableInt64(val *int64) *NullableInt64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) Get
deprecated
func (v NullableInt64) Get() *int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) IsSet
deprecated
func (v NullableInt64) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) MarshalJSON
deprecated
func (v NullableInt64) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) Set
deprecated
func (v *NullableInt64) Set(val *int64)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) UnmarshalJSON
deprecated
func (v *NullableInt64) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) Unset
deprecated
func (v *NullableInt64) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableJWK
deprecated
type NullableJWK struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableJWK
deprecated
func NewNullableJWK(val *JWK) *NullableJWK
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableJWK) Get
deprecated
func (v NullableJWK) Get() *JWK
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableJWK) IsSet
deprecated
func (v NullableJWK) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableJWK) MarshalJSON
deprecated
func (v NullableJWK) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableJWK) Set
deprecated
func (v *NullableJWK) Set(val *JWK)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableJWK) UnmarshalJSON
deprecated
func (v *NullableJWK) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableJWK) Unset
deprecated
func (v *NullableJWK) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableJWKS
deprecated
type NullableJWKS struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableJWKS
deprecated
func NewNullableJWKS(val *JWKS) *NullableJWKS
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableJWKS) Get
deprecated
func (v NullableJWKS) Get() *JWKS
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableJWKS) IsSet
deprecated
func (v NullableJWKS) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableJWKS) MarshalJSON
deprecated
func (v NullableJWKS) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableJWKS) Set
deprecated
func (v *NullableJWKS) Set(val *JWKS)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableJWKS) UnmarshalJSON
deprecated
func (v *NullableJWKS) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableJWKS) Unset
deprecated
func (v *NullableJWKS) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListAccessTokensResponse
deprecated
type NullableListAccessTokensResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListAccessTokensResponse
deprecated
func NewNullableListAccessTokensResponse(val *ListAccessTokensResponse) *NullableListAccessTokensResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListAccessTokensResponse) Get
deprecated
func (v NullableListAccessTokensResponse) Get() *ListAccessTokensResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListAccessTokensResponse) IsSet
deprecated
func (v NullableListAccessTokensResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListAccessTokensResponse) MarshalJSON
deprecated
func (v NullableListAccessTokensResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListAccessTokensResponse) Set
deprecated
func (v *NullableListAccessTokensResponse) Set(val *ListAccessTokensResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListAccessTokensResponse) UnmarshalJSON
deprecated
func (v *NullableListAccessTokensResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListAccessTokensResponse) Unset
deprecated
func (v *NullableListAccessTokensResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListServiceAccountKeysResponse
deprecated
type NullableListServiceAccountKeysResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListServiceAccountKeysResponse
deprecated
func NewNullableListServiceAccountKeysResponse(val *ListServiceAccountKeysResponse) *NullableListServiceAccountKeysResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListServiceAccountKeysResponse) Get
deprecated
func (v NullableListServiceAccountKeysResponse) Get() *ListServiceAccountKeysResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListServiceAccountKeysResponse) IsSet
deprecated
func (v NullableListServiceAccountKeysResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListServiceAccountKeysResponse) MarshalJSON
deprecated
func (v NullableListServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListServiceAccountKeysResponse) Set
deprecated
func (v *NullableListServiceAccountKeysResponse) Set(val *ListServiceAccountKeysResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListServiceAccountKeysResponse) UnmarshalJSON
deprecated
func (v *NullableListServiceAccountKeysResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListServiceAccountKeysResponse) Unset
deprecated
func (v *NullableListServiceAccountKeysResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListServiceAccountsResponse
deprecated
type NullableListServiceAccountsResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListServiceAccountsResponse
deprecated
func NewNullableListServiceAccountsResponse(val *ListServiceAccountsResponse) *NullableListServiceAccountsResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListServiceAccountsResponse) Get
deprecated
func (v NullableListServiceAccountsResponse) Get() *ListServiceAccountsResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListServiceAccountsResponse) IsSet
deprecated
func (v NullableListServiceAccountsResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListServiceAccountsResponse) MarshalJSON
deprecated
func (v NullableListServiceAccountsResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListServiceAccountsResponse) Set
deprecated
func (v *NullableListServiceAccountsResponse) Set(val *ListServiceAccountsResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListServiceAccountsResponse) UnmarshalJSON
deprecated
func (v *NullableListServiceAccountsResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListServiceAccountsResponse) Unset
deprecated
func (v *NullableListServiceAccountsResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload
deprecated
type NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePartialUpdateServiceAccountFederatedIdentityProviderPayload
deprecated
func NewNullablePartialUpdateServiceAccountFederatedIdentityProviderPayload(val *PartialUpdateServiceAccountFederatedIdentityProviderPayload) *NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) Get
deprecated
func (v NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) Get() *PartialUpdateServiceAccountFederatedIdentityProviderPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) IsSet
deprecated
func (v NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) MarshalJSON
deprecated
func (v NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) Set
deprecated
func (v *NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) Set(val *PartialUpdateServiceAccountFederatedIdentityProviderPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) UnmarshalJSON
deprecated
func (v *NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) Unset
deprecated
func (v *NullablePartialUpdateServiceAccountFederatedIdentityProviderPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePartialUpdateServiceAccountKeyPayload
deprecated
type NullablePartialUpdateServiceAccountKeyPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePartialUpdateServiceAccountKeyPayload
deprecated
func NewNullablePartialUpdateServiceAccountKeyPayload(val *PartialUpdateServiceAccountKeyPayload) *NullablePartialUpdateServiceAccountKeyPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyPayload) Get
deprecated
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyPayload) IsSet
deprecated
func (v NullablePartialUpdateServiceAccountKeyPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyPayload) MarshalJSON
deprecated
func (v NullablePartialUpdateServiceAccountKeyPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyPayload) Set
deprecated
func (v *NullablePartialUpdateServiceAccountKeyPayload) Set(val *PartialUpdateServiceAccountKeyPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyPayload) UnmarshalJSON
deprecated
func (v *NullablePartialUpdateServiceAccountKeyPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyPayload) Unset
deprecated
func (v *NullablePartialUpdateServiceAccountKeyPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePartialUpdateServiceAccountKeyResponse
deprecated
type NullablePartialUpdateServiceAccountKeyResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePartialUpdateServiceAccountKeyResponse
deprecated
func NewNullablePartialUpdateServiceAccountKeyResponse(val *PartialUpdateServiceAccountKeyResponse) *NullablePartialUpdateServiceAccountKeyResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyResponse) Get
deprecated
func (v NullablePartialUpdateServiceAccountKeyResponse) Get() *PartialUpdateServiceAccountKeyResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyResponse) IsSet
deprecated
func (v NullablePartialUpdateServiceAccountKeyResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyResponse) MarshalJSON
deprecated
func (v NullablePartialUpdateServiceAccountKeyResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyResponse) Set
deprecated
func (v *NullablePartialUpdateServiceAccountKeyResponse) Set(val *PartialUpdateServiceAccountKeyResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyResponse) UnmarshalJSON
deprecated
func (v *NullablePartialUpdateServiceAccountKeyResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyResponse) Unset
deprecated
func (v *NullablePartialUpdateServiceAccountKeyResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm
deprecated
type NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm
deprecated
func NewNullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm(val *PartialUpdateServiceAccountKeyResponseKeyAlgorithm) *NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) Get
deprecated
func (v NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) Get() *PartialUpdateServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) IsSet
deprecated
func (v NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) MarshalJSON
deprecated
func (v NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) Set
deprecated
func (v *NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) Set(val *PartialUpdateServiceAccountKeyResponseKeyAlgorithm)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON
deprecated
func (v *NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) Unset
deprecated
func (v *NullablePartialUpdateServiceAccountKeyResponseKeyAlgorithm) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePartialUpdateServiceAccountKeyResponseKeyOrigin
deprecated
type NullablePartialUpdateServiceAccountKeyResponseKeyOrigin struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePartialUpdateServiceAccountKeyResponseKeyOrigin
deprecated
func NewNullablePartialUpdateServiceAccountKeyResponseKeyOrigin(val *PartialUpdateServiceAccountKeyResponseKeyOrigin) *NullablePartialUpdateServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) Get
deprecated
func (v NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) Get() *PartialUpdateServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) IsSet
deprecated
func (v NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) MarshalJSON
deprecated
func (v NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) Set
deprecated
func (v *NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) Set(val *PartialUpdateServiceAccountKeyResponseKeyOrigin)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) UnmarshalJSON
deprecated
func (v *NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) Unset
deprecated
func (v *NullablePartialUpdateServiceAccountKeyResponseKeyOrigin) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePartialUpdateServiceAccountKeyResponseKeyType
deprecated
type NullablePartialUpdateServiceAccountKeyResponseKeyType struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePartialUpdateServiceAccountKeyResponseKeyType
deprecated
func NewNullablePartialUpdateServiceAccountKeyResponseKeyType(val *PartialUpdateServiceAccountKeyResponseKeyType) *NullablePartialUpdateServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyResponseKeyType) Get
deprecated
func (v NullablePartialUpdateServiceAccountKeyResponseKeyType) Get() *PartialUpdateServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyResponseKeyType) IsSet
deprecated
func (v NullablePartialUpdateServiceAccountKeyResponseKeyType) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartialUpdateServiceAccountKeyResponseKeyType) MarshalJSON
deprecated
func (v NullablePartialUpdateServiceAccountKeyResponseKeyType) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyResponseKeyType) Set
deprecated
func (v *NullablePartialUpdateServiceAccountKeyResponseKeyType) Set(val *PartialUpdateServiceAccountKeyResponseKeyType)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyResponseKeyType) UnmarshalJSON
deprecated
func (v *NullablePartialUpdateServiceAccountKeyResponseKeyType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartialUpdateServiceAccountKeyResponseKeyType) Unset
deprecated
func (v *NullablePartialUpdateServiceAccountKeyResponseKeyType) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableServiceAccount
deprecated
type NullableServiceAccount struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableServiceAccount
deprecated
func NewNullableServiceAccount(val *ServiceAccount) *NullableServiceAccount
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccount) Get
deprecated
func (v NullableServiceAccount) Get() *ServiceAccount
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccount) IsSet
deprecated
func (v NullableServiceAccount) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccount) MarshalJSON
deprecated
func (v NullableServiceAccount) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccount) Set
deprecated
func (v *NullableServiceAccount) Set(val *ServiceAccount)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccount) UnmarshalJSON
deprecated
func (v *NullableServiceAccount) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccount) Unset
deprecated
func (v *NullableServiceAccount) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableServiceAccountKeyListResponse
deprecated
type NullableServiceAccountKeyListResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableServiceAccountKeyListResponse
deprecated
func NewNullableServiceAccountKeyListResponse(val *ServiceAccountKeyListResponse) *NullableServiceAccountKeyListResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountKeyListResponse) Get
deprecated
func (v NullableServiceAccountKeyListResponse) Get() *ServiceAccountKeyListResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountKeyListResponse) IsSet
deprecated
func (v NullableServiceAccountKeyListResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountKeyListResponse) MarshalJSON
deprecated
func (v NullableServiceAccountKeyListResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountKeyListResponse) Set
deprecated
func (v *NullableServiceAccountKeyListResponse) Set(val *ServiceAccountKeyListResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountKeyListResponse) UnmarshalJSON
deprecated
func (v *NullableServiceAccountKeyListResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountKeyListResponse) Unset
deprecated
func (v *NullableServiceAccountKeyListResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableServiceAccountKeyListResponseKeyAlgorithm
deprecated
type NullableServiceAccountKeyListResponseKeyAlgorithm struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableServiceAccountKeyListResponseKeyAlgorithm
deprecated
func NewNullableServiceAccountKeyListResponseKeyAlgorithm(val *ServiceAccountKeyListResponseKeyAlgorithm) *NullableServiceAccountKeyListResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountKeyListResponseKeyAlgorithm) Get
deprecated
func (v NullableServiceAccountKeyListResponseKeyAlgorithm) Get() *ServiceAccountKeyListResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountKeyListResponseKeyAlgorithm) IsSet
deprecated
func (v NullableServiceAccountKeyListResponseKeyAlgorithm) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountKeyListResponseKeyAlgorithm) MarshalJSON
deprecated
func (v NullableServiceAccountKeyListResponseKeyAlgorithm) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountKeyListResponseKeyAlgorithm) Set
deprecated
func (v *NullableServiceAccountKeyListResponseKeyAlgorithm) Set(val *ServiceAccountKeyListResponseKeyAlgorithm)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountKeyListResponseKeyAlgorithm) UnmarshalJSON
deprecated
func (v *NullableServiceAccountKeyListResponseKeyAlgorithm) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountKeyListResponseKeyAlgorithm) Unset
deprecated
func (v *NullableServiceAccountKeyListResponseKeyAlgorithm) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableServiceAccountKeyListResponseKeyOrigin
deprecated
type NullableServiceAccountKeyListResponseKeyOrigin struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableServiceAccountKeyListResponseKeyOrigin
deprecated
func NewNullableServiceAccountKeyListResponseKeyOrigin(val *ServiceAccountKeyListResponseKeyOrigin) *NullableServiceAccountKeyListResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountKeyListResponseKeyOrigin) Get
deprecated
func (v NullableServiceAccountKeyListResponseKeyOrigin) Get() *ServiceAccountKeyListResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountKeyListResponseKeyOrigin) IsSet
deprecated
func (v NullableServiceAccountKeyListResponseKeyOrigin) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountKeyListResponseKeyOrigin) MarshalJSON
deprecated
func (v NullableServiceAccountKeyListResponseKeyOrigin) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountKeyListResponseKeyOrigin) Set
deprecated
func (v *NullableServiceAccountKeyListResponseKeyOrigin) Set(val *ServiceAccountKeyListResponseKeyOrigin)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountKeyListResponseKeyOrigin) UnmarshalJSON
deprecated
func (v *NullableServiceAccountKeyListResponseKeyOrigin) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountKeyListResponseKeyOrigin) Unset
deprecated
func (v *NullableServiceAccountKeyListResponseKeyOrigin) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableServiceAccountKeyListResponseKeyType
deprecated
type NullableServiceAccountKeyListResponseKeyType struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableServiceAccountKeyListResponseKeyType
deprecated
func NewNullableServiceAccountKeyListResponseKeyType(val *ServiceAccountKeyListResponseKeyType) *NullableServiceAccountKeyListResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountKeyListResponseKeyType) Get
deprecated
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountKeyListResponseKeyType) IsSet
deprecated
func (v NullableServiceAccountKeyListResponseKeyType) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountKeyListResponseKeyType) MarshalJSON
deprecated
func (v NullableServiceAccountKeyListResponseKeyType) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountKeyListResponseKeyType) Set
deprecated
func (v *NullableServiceAccountKeyListResponseKeyType) Set(val *ServiceAccountKeyListResponseKeyType)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountKeyListResponseKeyType) UnmarshalJSON
deprecated
func (v *NullableServiceAccountKeyListResponseKeyType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountKeyListResponseKeyType) Unset
deprecated
func (v *NullableServiceAccountKeyListResponseKeyType) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableString
deprecated
type NullableString struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableString
deprecated
func NewNullableString(val *string) *NullableString
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) Get
deprecated
func (v NullableString) Get() *string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) IsSet
deprecated
func (v NullableString) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) MarshalJSON
deprecated
func (v NullableString) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) Set
deprecated
func (v *NullableString) Set(val *string)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) UnmarshalJSON
deprecated
func (v *NullableString) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) Unset
deprecated
func (v *NullableString) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableTime
deprecated
type NullableTime struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableTime
deprecated
func NewNullableTime(val *time.Time) *NullableTime
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) Get
deprecated
func (v NullableTime) Get() *time.Time
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) IsSet
deprecated
func (v NullableTime) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) MarshalJSON
deprecated
func (v NullableTime) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) Set
deprecated
func (v *NullableTime) Set(val *time.Time)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) UnmarshalJSON
deprecated
func (v *NullableTime) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) Unset
deprecated
func (v *NullableTime) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableValue
deprecated
type NullableValue[T any] struct { // contains filtered or unexported fields }
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) Get
deprecated
func (v NullableValue[T]) Get() *T
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) IsSet
deprecated
func (v NullableValue[T]) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Set
deprecated
func (v *NullableValue[T]) Set(val *T)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Unset
deprecated
func (v *NullableValue[T]) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountFederatedIdentityProviderPayload ¶
type PartialUpdateServiceAccountFederatedIdentityProviderPayload struct {
// list of assertions of the federated identity provider
Assertions PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetAssertionsAttributeType `json:"assertions,omitempty"`
// Issuer of the federated identity provider.
// REQUIRED
Issuer PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerAttributeType `json:"issuer" required:"true"`
// Unique name used as identifier of the federated identity provider.
// REQUIRED
Name PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameAttributeType `json:"name" required:"true"`
}
PartialUpdateServiceAccountFederatedIdentityProviderPayload struct for PartialUpdateServiceAccountFederatedIdentityProviderPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPartialUpdateServiceAccountFederatedIdentityProviderPayload ¶
func NewPartialUpdateServiceAccountFederatedIdentityProviderPayload(issuer PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerArgType, name PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameArgType) *PartialUpdateServiceAccountFederatedIdentityProviderPayload
NewPartialUpdateServiceAccountFederatedIdentityProviderPayload instantiates a new PartialUpdateServiceAccountFederatedIdentityProviderPayload 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPartialUpdateServiceAccountFederatedIdentityProviderPayloadWithDefaults ¶
func NewPartialUpdateServiceAccountFederatedIdentityProviderPayloadWithDefaults() *PartialUpdateServiceAccountFederatedIdentityProviderPayload
NewPartialUpdateServiceAccountFederatedIdentityProviderPayloadWithDefaults instantiates a new PartialUpdateServiceAccountFederatedIdentityProviderPayload 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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetAssertions ¶
func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetAssertions() (res PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetAssertionsRetType)
GetAssertions returns the Assertions field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetAssertionsOk ¶
func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetAssertionsOk() (ret PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetAssertionsRetType, ok bool)
GetAssertionsOk returns a tuple with the Assertions field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetIssuer ¶
func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetIssuer() (ret PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerRetType)
GetIssuer returns the Issuer field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetIssuerOk ¶
func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetIssuerOk() (ret PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerRetType, ok bool)
GetIssuerOk returns a tuple with the Issuer field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetName ¶
func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetName() (ret PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameRetType)
GetName returns the Name field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetNameOk ¶
func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) GetNameOk() (ret PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameRetType, ok bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountFederatedIdentityProviderPayload) HasAssertions ¶
func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) HasAssertions() bool
HasAssertions returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountFederatedIdentityProviderPayload) SetAssertions ¶
func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) SetAssertions(v PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetAssertionsRetType)
SetAssertions gets a reference to the given []CreateFederatedIdentityProviderPayloadAssertionsInner and assigns it to the Assertions field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountFederatedIdentityProviderPayload) SetIssuer ¶
func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) SetIssuer(v PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerRetType)
SetIssuer sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountFederatedIdentityProviderPayload) SetName ¶
func (o *PartialUpdateServiceAccountFederatedIdentityProviderPayload) SetName(v PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameRetType)
SetName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateServiceAccountFederatedIdentityProviderPayload) ToMap
deprecated
func (o PartialUpdateServiceAccountFederatedIdentityProviderPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetAssertionsArgType
deprecated
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetAssertionsArgType = []CreateFederatedIdentityProviderPayloadAssertionsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetAssertionsAttributeType ¶
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetAssertionsAttributeType = *[]CreateFederatedIdentityProviderPayloadAssertionsInner
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetAssertionsRetType
deprecated
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetAssertionsRetType = []CreateFederatedIdentityProviderPayloadAssertionsInner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerArgType
deprecated
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerAttributeType ¶
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerRetType
deprecated
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetIssuerRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameArgType
deprecated
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameAttributeType ¶
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameRetType
deprecated
type PartialUpdateServiceAccountFederatedIdentityProviderPayloadGetNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountFederatedIdentityProviderRequest
deprecated
type PartialUpdateServiceAccountFederatedIdentityProviderRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateServiceAccountFederatedIdentityProviderRequest) Execute
deprecated
func (r PartialUpdateServiceAccountFederatedIdentityProviderRequest) Execute() (*CreateFederatedIdentityProviderResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateServiceAccountFederatedIdentityProviderRequest) PartialUpdateServiceAccountFederatedIdentityProviderPayload ¶
func (r PartialUpdateServiceAccountFederatedIdentityProviderRequest) PartialUpdateServiceAccountFederatedIdentityProviderPayload(partialUpdateServiceAccountFederatedIdentityProviderPayload PartialUpdateServiceAccountFederatedIdentityProviderPayload) ApiPartialUpdateServiceAccountFederatedIdentityProviderRequest
Delete a Federated Identity Provider Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPartialUpdateServiceAccountKeyPayload ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPartialUpdateServiceAccountKeyPayloadWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyPayload) GetActive ¶
func (o *PartialUpdateServiceAccountKeyPayload) GetActive() (res PartialUpdateServiceAccountKeyPayloadgetActiveRetType)
GetActive returns the Active field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyPayload) GetActiveOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyPayload) GetValidUntil ¶
func (o *PartialUpdateServiceAccountKeyPayload) GetValidUntil() (res PartialUpdateServiceAccountKeyPayloadGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyPayload) GetValidUntilOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyPayload) HasActive ¶
func (o *PartialUpdateServiceAccountKeyPayload) HasActive() bool
HasActive returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyPayload) HasValidUntil ¶
func (o *PartialUpdateServiceAccountKeyPayload) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyPayload) SetActive ¶
func (o *PartialUpdateServiceAccountKeyPayload) SetActive(v PartialUpdateServiceAccountKeyPayloadgetActiveRetType)
SetActive gets a reference to the given bool and assigns it to the Active field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyPayload) SetValidUntil ¶
func (o *PartialUpdateServiceAccountKeyPayload) SetValidUntil(v PartialUpdateServiceAccountKeyPayloadGetValidUntilRetType)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateServiceAccountKeyPayload) ToMap
deprecated
func (o PartialUpdateServiceAccountKeyPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyPayloadGetValidUntilArgType
deprecated
type PartialUpdateServiceAccountKeyPayloadGetValidUntilAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyPayloadGetValidUntilRetType
deprecated
type PartialUpdateServiceAccountKeyPayloadgetActiveArgType
deprecated
type PartialUpdateServiceAccountKeyPayloadgetActiveArgType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyPayloadgetActiveAttributeType ¶
type PartialUpdateServiceAccountKeyPayloadgetActiveAttributeType = *bool
isBoolean Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyPayloadgetActiveRetType
deprecated
type PartialUpdateServiceAccountKeyPayloadgetActiveRetType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyRequest
deprecated
type PartialUpdateServiceAccountKeyRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateServiceAccountKeyRequest) Execute
deprecated
func (r PartialUpdateServiceAccountKeyRequest) Execute() (*PartialUpdateServiceAccountKeyResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateServiceAccountKeyRequest) PartialUpdateServiceAccountKeyPayload ¶
func (r PartialUpdateServiceAccountKeyRequest) PartialUpdateServiceAccountKeyPayload(partialUpdateServiceAccountKeyPayload PartialUpdateServiceAccountKeyPayload) ApiPartialUpdateServiceAccountKeyRequest
Service account request Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponse ¶
type PartialUpdateServiceAccountKeyResponse struct {
// REQUIRED
Active PartialUpdateServiceAccountKeyResponsegetActiveAttributeType `json:"active" required:"true"`
// Creation time of the key
// REQUIRED
CreatedAt PartialUpdateServiceAccountKeyResponseGetCreatedAtAttributeType `json:"createdAt" required:"true"`
// Unique ID of the key.
// REQUIRED
Id PartialUpdateServiceAccountKeyResponseGetIdAttributeType `json:"id" required:"true"`
// REQUIRED
KeyAlgorithm PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmAttributeType `json:"keyAlgorithm" required:"true"`
// REQUIRED
KeyOrigin PartialUpdateServiceAccountKeyResponseGetKeyOriginAttributeType `json:"keyOrigin" required:"true"`
// REQUIRED
KeyType PartialUpdateServiceAccountKeyResponseGetKeyTypeAttributeType `json:"keyType" required:"true"`
// If specified, the timestamp until the key is active. May be null
ValidUntil PartialUpdateServiceAccountKeyResponseGetValidUntilAttributeType `json:"validUntil,omitempty"`
}
PartialUpdateServiceAccountKeyResponse struct for PartialUpdateServiceAccountKeyResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPartialUpdateServiceAccountKeyResponse ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewPartialUpdateServiceAccountKeyResponseWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetActive ¶
func (o *PartialUpdateServiceAccountKeyResponse) GetActive() (ret PartialUpdateServiceAccountKeyResponsegetActiveRetType)
GetActive returns the Active field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetActiveOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetCreatedAt ¶
func (o *PartialUpdateServiceAccountKeyResponse) GetCreatedAt() (ret PartialUpdateServiceAccountKeyResponseGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetCreatedAtOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetId ¶
func (o *PartialUpdateServiceAccountKeyResponse) GetId() (ret PartialUpdateServiceAccountKeyResponseGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetIdOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetKeyAlgorithm ¶
func (o *PartialUpdateServiceAccountKeyResponse) GetKeyAlgorithm() (ret PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetType)
GetKeyAlgorithm returns the KeyAlgorithm field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetKeyAlgorithmOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetKeyOrigin ¶
func (o *PartialUpdateServiceAccountKeyResponse) GetKeyOrigin() (ret PartialUpdateServiceAccountKeyResponseGetKeyOriginRetType)
GetKeyOrigin returns the KeyOrigin field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetKeyOriginOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetKeyType ¶
func (o *PartialUpdateServiceAccountKeyResponse) GetKeyType() (ret PartialUpdateServiceAccountKeyResponseGetKeyTypeRetType)
GetKeyType returns the KeyType field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetKeyTypeOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetValidUntil ¶
func (o *PartialUpdateServiceAccountKeyResponse) GetValidUntil() (res PartialUpdateServiceAccountKeyResponseGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) GetValidUntilOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) HasValidUntil ¶
func (o *PartialUpdateServiceAccountKeyResponse) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) SetActive ¶
func (o *PartialUpdateServiceAccountKeyResponse) SetActive(v PartialUpdateServiceAccountKeyResponsegetActiveRetType)
SetActive sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) SetCreatedAt ¶
func (o *PartialUpdateServiceAccountKeyResponse) SetCreatedAt(v PartialUpdateServiceAccountKeyResponseGetCreatedAtRetType)
SetCreatedAt sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) SetId ¶
func (o *PartialUpdateServiceAccountKeyResponse) SetId(v PartialUpdateServiceAccountKeyResponseGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) SetKeyAlgorithm ¶
func (o *PartialUpdateServiceAccountKeyResponse) SetKeyAlgorithm(v PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetType)
SetKeyAlgorithm sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) SetKeyOrigin ¶
func (o *PartialUpdateServiceAccountKeyResponse) SetKeyOrigin(v PartialUpdateServiceAccountKeyResponseGetKeyOriginRetType)
SetKeyOrigin sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) SetKeyType ¶
func (o *PartialUpdateServiceAccountKeyResponse) SetKeyType(v PartialUpdateServiceAccountKeyResponseGetKeyTypeRetType)
SetKeyType sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponse) SetValidUntil ¶
func (o *PartialUpdateServiceAccountKeyResponse) SetValidUntil(v PartialUpdateServiceAccountKeyResponseGetValidUntilRetType)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateServiceAccountKeyResponse) ToMap
deprecated
func (o PartialUpdateServiceAccountKeyResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetCreatedAtArgType
deprecated
type PartialUpdateServiceAccountKeyResponseGetCreatedAtAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetCreatedAtRetType
deprecated
type PartialUpdateServiceAccountKeyResponseGetIdArgType
deprecated
type PartialUpdateServiceAccountKeyResponseGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetIdAttributeType ¶
type PartialUpdateServiceAccountKeyResponseGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetIdRetType
deprecated
type PartialUpdateServiceAccountKeyResponseGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmArgType
deprecated
type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmArgType = PartialUpdateServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmAttributeType
deprecated
type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmAttributeType = *PartialUpdateServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetType
deprecated
type PartialUpdateServiceAccountKeyResponseGetKeyAlgorithmRetType = PartialUpdateServiceAccountKeyResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetKeyOriginArgType
deprecated
type PartialUpdateServiceAccountKeyResponseGetKeyOriginArgType = PartialUpdateServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetKeyOriginAttributeType
deprecated
type PartialUpdateServiceAccountKeyResponseGetKeyOriginAttributeType = *PartialUpdateServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetKeyOriginRetType
deprecated
type PartialUpdateServiceAccountKeyResponseGetKeyOriginRetType = PartialUpdateServiceAccountKeyResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetKeyTypeArgType
deprecated
type PartialUpdateServiceAccountKeyResponseGetKeyTypeArgType = PartialUpdateServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetKeyTypeAttributeType
deprecated
type PartialUpdateServiceAccountKeyResponseGetKeyTypeAttributeType = *PartialUpdateServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetKeyTypeRetType
deprecated
type PartialUpdateServiceAccountKeyResponseGetKeyTypeRetType = PartialUpdateServiceAccountKeyResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetValidUntilArgType
deprecated
type PartialUpdateServiceAccountKeyResponseGetValidUntilAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseGetValidUntilRetType
deprecated
type PartialUpdateServiceAccountKeyResponseKeyAlgorithm ¶
type PartialUpdateServiceAccountKeyResponseKeyAlgorithm string
PartialUpdateServiceAccountKeyResponseKeyAlgorithm the model 'PartialUpdateServiceAccountKeyResponse' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARTIALUPDATESERVICEACCOUNTKEYRESPONSEKEY_ALGORITHM__2048 PartialUpdateServiceAccountKeyResponseKeyAlgorithm = "RSA_2048" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARTIALUPDATESERVICEACCOUNTKEYRESPONSEKEY_ALGORITHM__4096 PartialUpdateServiceAccountKeyResponseKeyAlgorithm = "RSA_4096" )
List of KeyAlgorithm
func NewPartialUpdateServiceAccountKeyResponseKeyAlgorithmFromValue ¶
func NewPartialUpdateServiceAccountKeyResponseKeyAlgorithmFromValue(v PartialUpdateServiceAccountKeyResponseKeyAlgorithm) (*PartialUpdateServiceAccountKeyResponseKeyAlgorithm, error)
NewPartialUpdateServiceAccountKeyResponseKeyAlgorithmFromValue returns a pointer to a valid PartialUpdateServiceAccountKeyResponseKeyAlgorithm for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateServiceAccountKeyResponseKeyAlgorithm) IsValid ¶
func (v PartialUpdateServiceAccountKeyResponseKeyAlgorithm) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateServiceAccountKeyResponseKeyAlgorithm) Ptr ¶
func (v PartialUpdateServiceAccountKeyResponseKeyAlgorithm) Ptr() *PartialUpdateServiceAccountKeyResponseKeyAlgorithm
Ptr returns reference to KeyAlgorithmKeyAlgorithm value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON
deprecated
func (v *PartialUpdateServiceAccountKeyResponseKeyAlgorithm) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseKeyOrigin ¶
type PartialUpdateServiceAccountKeyResponseKeyOrigin string
PartialUpdateServiceAccountKeyResponseKeyOrigin the model 'PartialUpdateServiceAccountKeyResponse' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARTIALUPDATESERVICEACCOUNTKEYRESPONSEKEY_ORIGIN_USER_PROVIDED PartialUpdateServiceAccountKeyResponseKeyOrigin = "USER_PROVIDED" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARTIALUPDATESERVICEACCOUNTKEYRESPONSEKEY_ORIGIN_GENERATED PartialUpdateServiceAccountKeyResponseKeyOrigin = "GENERATED" )
List of KeyOrigin
func NewPartialUpdateServiceAccountKeyResponseKeyOriginFromValue ¶
func NewPartialUpdateServiceAccountKeyResponseKeyOriginFromValue(v PartialUpdateServiceAccountKeyResponseKeyOrigin) (*PartialUpdateServiceAccountKeyResponseKeyOrigin, error)
NewPartialUpdateServiceAccountKeyResponseKeyOriginFromValue returns a pointer to a valid PartialUpdateServiceAccountKeyResponseKeyOrigin for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateServiceAccountKeyResponseKeyOrigin) IsValid ¶
func (v PartialUpdateServiceAccountKeyResponseKeyOrigin) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateServiceAccountKeyResponseKeyOrigin) Ptr ¶
func (v PartialUpdateServiceAccountKeyResponseKeyOrigin) Ptr() *PartialUpdateServiceAccountKeyResponseKeyOrigin
Ptr returns reference to KeyOriginKeyOrigin value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponseKeyOrigin) UnmarshalJSON
deprecated
func (v *PartialUpdateServiceAccountKeyResponseKeyOrigin) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponseKeyType ¶
type PartialUpdateServiceAccountKeyResponseKeyType string
PartialUpdateServiceAccountKeyResponseKeyType the model 'PartialUpdateServiceAccountKeyResponse' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARTIALUPDATESERVICEACCOUNTKEYRESPONSEKEY_TYPE_USER_MANAGED PartialUpdateServiceAccountKeyResponseKeyType = "USER_MANAGED" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARTIALUPDATESERVICEACCOUNTKEYRESPONSEKEY_TYPE_SYSTEM_MANAGED PartialUpdateServiceAccountKeyResponseKeyType = "SYSTEM_MANAGED" )
List of KeyType
func NewPartialUpdateServiceAccountKeyResponseKeyTypeFromValue ¶
func NewPartialUpdateServiceAccountKeyResponseKeyTypeFromValue(v PartialUpdateServiceAccountKeyResponseKeyType) (*PartialUpdateServiceAccountKeyResponseKeyType, error)
NewPartialUpdateServiceAccountKeyResponseKeyTypeFromValue returns a pointer to a valid PartialUpdateServiceAccountKeyResponseKeyType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateServiceAccountKeyResponseKeyType) IsValid ¶
func (v PartialUpdateServiceAccountKeyResponseKeyType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartialUpdateServiceAccountKeyResponseKeyType) Ptr ¶
func (v PartialUpdateServiceAccountKeyResponseKeyType) Ptr() *PartialUpdateServiceAccountKeyResponseKeyType
Ptr returns reference to KeyTypeKeyType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartialUpdateServiceAccountKeyResponseKeyType) UnmarshalJSON
deprecated
func (v *PartialUpdateServiceAccountKeyResponseKeyType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponsegetActiveArgType
deprecated
type PartialUpdateServiceAccountKeyResponsegetActiveArgType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponsegetActiveAttributeType ¶
type PartialUpdateServiceAccountKeyResponsegetActiveAttributeType = *bool
isBoolean Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartialUpdateServiceAccountKeyResponsegetActiveRetType
deprecated
type PartialUpdateServiceAccountKeyResponsegetActiveRetType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
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" required:"true"`
// 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" required:"true"`
// Flag indicating internal service accounts
// REQUIRED
Internal ServiceAccountgetInternalAttributeType `json:"internal" required:"true"`
// ID of the related project
// REQUIRED
ProjectId ServiceAccountGetProjectIdAttributeType `json:"projectId" required:"true"`
}
ServiceAccount struct for ServiceAccount Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewServiceAccount ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewServiceAccountWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccount) GetEmail ¶
func (o *ServiceAccount) GetEmail() (ret ServiceAccountGetEmailRetType)
GetEmail returns the Email field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccount) GetEmailOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccount) GetId ¶
func (o *ServiceAccount) GetId() (ret ServiceAccountGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccount) GetIdOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccount) GetInternal ¶
func (o *ServiceAccount) GetInternal() (ret ServiceAccountgetInternalRetType)
GetInternal returns the Internal field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccount) GetInternalOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccount) GetProjectId ¶
func (o *ServiceAccount) GetProjectId() (ret ServiceAccountGetProjectIdRetType)
GetProjectId returns the ProjectId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccount) GetProjectIdOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccount) SetEmail ¶
func (o *ServiceAccount) SetEmail(v ServiceAccountGetEmailRetType)
SetEmail sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccount) SetId ¶
func (o *ServiceAccount) SetId(v ServiceAccountGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccount) SetInternal ¶
func (o *ServiceAccount) SetInternal(v ServiceAccountgetInternalRetType)
SetInternal sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccount) SetProjectId ¶
func (o *ServiceAccount) SetProjectId(v ServiceAccountGetProjectIdRetType)
SetProjectId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ServiceAccount) ToMap
deprecated
func (o ServiceAccount) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountGetEmailArgType
deprecated
type ServiceAccountGetEmailArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountGetEmailAttributeType ¶
type ServiceAccountGetEmailAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountGetEmailRetType
deprecated
type ServiceAccountGetEmailRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountGetIdArgType
deprecated
type ServiceAccountGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountGetIdAttributeType ¶
type ServiceAccountGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountGetIdRetType
deprecated
type ServiceAccountGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountGetProjectIdArgType
deprecated
type ServiceAccountGetProjectIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountGetProjectIdAttributeType ¶
type ServiceAccountGetProjectIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountGetProjectIdRetType
deprecated
type ServiceAccountGetProjectIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponse ¶
type ServiceAccountKeyListResponse struct {
// REQUIRED
Active ServiceAccountKeyListResponsegetActiveAttributeType `json:"active" required:"true"`
// Creation time of the key
// REQUIRED
CreatedAt ServiceAccountKeyListResponseGetCreatedAtAttributeType `json:"createdAt" required:"true"`
// Unique ID of the key.
// REQUIRED
Id ServiceAccountKeyListResponseGetIdAttributeType `json:"id" required:"true"`
// REQUIRED
KeyAlgorithm ServiceAccountKeyListResponseGetKeyAlgorithmAttributeType `json:"keyAlgorithm" required:"true"`
// REQUIRED
KeyOrigin ServiceAccountKeyListResponseGetKeyOriginAttributeType `json:"keyOrigin" required:"true"`
// REQUIRED
KeyType ServiceAccountKeyListResponseGetKeyTypeAttributeType `json:"keyType" required:"true"`
// If specified, the timestamp until the key is active. May be null
ValidUntil ServiceAccountKeyListResponseGetValidUntilAttributeType `json:"validUntil,omitempty"`
}
ServiceAccountKeyListResponse struct for ServiceAccountKeyListResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewServiceAccountKeyListResponse ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewServiceAccountKeyListResponseWithDefaults ¶
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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetActive ¶
func (o *ServiceAccountKeyListResponse) GetActive() (ret ServiceAccountKeyListResponsegetActiveRetType)
GetActive returns the Active field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetActiveOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetCreatedAt ¶
func (o *ServiceAccountKeyListResponse) GetCreatedAt() (ret ServiceAccountKeyListResponseGetCreatedAtRetType)
GetCreatedAt returns the CreatedAt field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetCreatedAtOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetId ¶
func (o *ServiceAccountKeyListResponse) GetId() (ret ServiceAccountKeyListResponseGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetIdOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetKeyAlgorithm ¶
func (o *ServiceAccountKeyListResponse) GetKeyAlgorithm() (ret ServiceAccountKeyListResponseGetKeyAlgorithmRetType)
GetKeyAlgorithm returns the KeyAlgorithm field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetKeyAlgorithmOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetKeyOrigin ¶
func (o *ServiceAccountKeyListResponse) GetKeyOrigin() (ret ServiceAccountKeyListResponseGetKeyOriginRetType)
GetKeyOrigin returns the KeyOrigin field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetKeyOriginOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetKeyType ¶
func (o *ServiceAccountKeyListResponse) GetKeyType() (ret ServiceAccountKeyListResponseGetKeyTypeRetType)
GetKeyType returns the KeyType field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetKeyTypeOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetValidUntil ¶
func (o *ServiceAccountKeyListResponse) GetValidUntil() (res ServiceAccountKeyListResponseGetValidUntilRetType)
GetValidUntil returns the ValidUntil field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) GetValidUntilOk ¶
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. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) HasValidUntil ¶
func (o *ServiceAccountKeyListResponse) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) SetActive ¶
func (o *ServiceAccountKeyListResponse) SetActive(v ServiceAccountKeyListResponsegetActiveRetType)
SetActive sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) SetCreatedAt ¶
func (o *ServiceAccountKeyListResponse) SetCreatedAt(v ServiceAccountKeyListResponseGetCreatedAtRetType)
SetCreatedAt sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) SetId ¶
func (o *ServiceAccountKeyListResponse) SetId(v ServiceAccountKeyListResponseGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) SetKeyAlgorithm ¶
func (o *ServiceAccountKeyListResponse) SetKeyAlgorithm(v ServiceAccountKeyListResponseGetKeyAlgorithmRetType)
SetKeyAlgorithm sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) SetKeyOrigin ¶
func (o *ServiceAccountKeyListResponse) SetKeyOrigin(v ServiceAccountKeyListResponseGetKeyOriginRetType)
SetKeyOrigin sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) SetKeyType ¶
func (o *ServiceAccountKeyListResponse) SetKeyType(v ServiceAccountKeyListResponseGetKeyTypeRetType)
SetKeyType sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponse) SetValidUntil ¶
func (o *ServiceAccountKeyListResponse) SetValidUntil(v ServiceAccountKeyListResponseGetValidUntilRetType)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ServiceAccountKeyListResponse) ToMap
deprecated
func (o ServiceAccountKeyListResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetCreatedAtArgType
deprecated
type ServiceAccountKeyListResponseGetCreatedAtAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetCreatedAtRetType
deprecated
type ServiceAccountKeyListResponseGetIdArgType
deprecated
type ServiceAccountKeyListResponseGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetIdAttributeType ¶
type ServiceAccountKeyListResponseGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetIdRetType
deprecated
type ServiceAccountKeyListResponseGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetKeyAlgorithmArgType
deprecated
type ServiceAccountKeyListResponseGetKeyAlgorithmArgType = ServiceAccountKeyListResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetKeyAlgorithmAttributeType
deprecated
type ServiceAccountKeyListResponseGetKeyAlgorithmAttributeType = *ServiceAccountKeyListResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetKeyAlgorithmRetType
deprecated
type ServiceAccountKeyListResponseGetKeyAlgorithmRetType = ServiceAccountKeyListResponseKeyAlgorithm
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetKeyOriginArgType
deprecated
type ServiceAccountKeyListResponseGetKeyOriginArgType = ServiceAccountKeyListResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetKeyOriginAttributeType
deprecated
type ServiceAccountKeyListResponseGetKeyOriginAttributeType = *ServiceAccountKeyListResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetKeyOriginRetType
deprecated
type ServiceAccountKeyListResponseGetKeyOriginRetType = ServiceAccountKeyListResponseKeyOrigin
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetKeyTypeArgType
deprecated
type ServiceAccountKeyListResponseGetKeyTypeArgType = ServiceAccountKeyListResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetKeyTypeAttributeType
deprecated
type ServiceAccountKeyListResponseGetKeyTypeAttributeType = *ServiceAccountKeyListResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetKeyTypeRetType
deprecated
type ServiceAccountKeyListResponseGetKeyTypeRetType = ServiceAccountKeyListResponseKeyType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetValidUntilArgType
deprecated
type ServiceAccountKeyListResponseGetValidUntilAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseGetValidUntilRetType
deprecated
type ServiceAccountKeyListResponseKeyAlgorithm ¶
type ServiceAccountKeyListResponseKeyAlgorithm string
ServiceAccountKeyListResponseKeyAlgorithm the model 'ServiceAccountKeyListResponse' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead SERVICEACCOUNTKEYLISTRESPONSEKEY_ALGORITHM__2048 ServiceAccountKeyListResponseKeyAlgorithm = "RSA_2048" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead SERVICEACCOUNTKEYLISTRESPONSEKEY_ALGORITHM__4096 ServiceAccountKeyListResponseKeyAlgorithm = "RSA_4096" )
List of KeyAlgorithm
func NewServiceAccountKeyListResponseKeyAlgorithmFromValue ¶
func NewServiceAccountKeyListResponseKeyAlgorithmFromValue(v ServiceAccountKeyListResponseKeyAlgorithm) (*ServiceAccountKeyListResponseKeyAlgorithm, error)
NewServiceAccountKeyListResponseKeyAlgorithmFromValue returns a pointer to a valid ServiceAccountKeyListResponseKeyAlgorithm for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ServiceAccountKeyListResponseKeyAlgorithm) IsValid ¶
func (v ServiceAccountKeyListResponseKeyAlgorithm) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ServiceAccountKeyListResponseKeyAlgorithm) Ptr ¶
Ptr returns reference to KeyAlgorithmKeyAlgorithm value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponseKeyAlgorithm) UnmarshalJSON
deprecated
func (v *ServiceAccountKeyListResponseKeyAlgorithm) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseKeyOrigin ¶
type ServiceAccountKeyListResponseKeyOrigin string
ServiceAccountKeyListResponseKeyOrigin the model 'ServiceAccountKeyListResponse' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead SERVICEACCOUNTKEYLISTRESPONSEKEY_ORIGIN_USER_PROVIDED ServiceAccountKeyListResponseKeyOrigin = "USER_PROVIDED" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead SERVICEACCOUNTKEYLISTRESPONSEKEY_ORIGIN_GENERATED ServiceAccountKeyListResponseKeyOrigin = "GENERATED" )
List of KeyOrigin
func NewServiceAccountKeyListResponseKeyOriginFromValue ¶
func NewServiceAccountKeyListResponseKeyOriginFromValue(v ServiceAccountKeyListResponseKeyOrigin) (*ServiceAccountKeyListResponseKeyOrigin, error)
NewServiceAccountKeyListResponseKeyOriginFromValue returns a pointer to a valid ServiceAccountKeyListResponseKeyOrigin for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ServiceAccountKeyListResponseKeyOrigin) IsValid ¶
func (v ServiceAccountKeyListResponseKeyOrigin) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ServiceAccountKeyListResponseKeyOrigin) Ptr ¶
Ptr returns reference to KeyOriginKeyOrigin value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponseKeyOrigin) UnmarshalJSON
deprecated
func (v *ServiceAccountKeyListResponseKeyOrigin) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponseKeyType ¶
type ServiceAccountKeyListResponseKeyType string
ServiceAccountKeyListResponseKeyType the model 'ServiceAccountKeyListResponse' value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead SERVICEACCOUNTKEYLISTRESPONSEKEY_TYPE_USER_MANAGED ServiceAccountKeyListResponseKeyType = "USER_MANAGED" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead SERVICEACCOUNTKEYLISTRESPONSEKEY_TYPE_SYSTEM_MANAGED ServiceAccountKeyListResponseKeyType = "SYSTEM_MANAGED" )
List of KeyType
func NewServiceAccountKeyListResponseKeyTypeFromValue ¶
func NewServiceAccountKeyListResponseKeyTypeFromValue(v ServiceAccountKeyListResponseKeyType) (*ServiceAccountKeyListResponseKeyType, error)
NewServiceAccountKeyListResponseKeyTypeFromValue returns a pointer to a valid ServiceAccountKeyListResponseKeyType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ServiceAccountKeyListResponseKeyType) IsValid ¶
func (v ServiceAccountKeyListResponseKeyType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ServiceAccountKeyListResponseKeyType) Ptr ¶
Ptr returns reference to KeyTypeKeyType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountKeyListResponseKeyType) UnmarshalJSON
deprecated
func (v *ServiceAccountKeyListResponseKeyType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponsegetActiveArgType
deprecated
type ServiceAccountKeyListResponsegetActiveArgType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponsegetActiveAttributeType ¶
type ServiceAccountKeyListResponsegetActiveAttributeType = *bool
isBoolean Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountKeyListResponsegetActiveRetType
deprecated
type ServiceAccountKeyListResponsegetActiveRetType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountgetInternalArgType
deprecated
type ServiceAccountgetInternalArgType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountgetInternalAttributeType ¶
type ServiceAccountgetInternalAttributeType = *bool
isBoolean Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountgetInternalRetType
deprecated
type ServiceAccountgetInternalRetType = bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
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_federated_identity_provider_payload.go
- model_create_federated_identity_provider_payload_assertions_inner.go
- model_create_federated_identity_provider_response.go
- model_create_federated_identity_provider_response_assertions_inner.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_federated_list_federated_identity_providers_response.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_federated_identity_provider_payload.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