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
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 (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) ListFolderAuditLogEntries(ctx context.Context, folderId string) ApiListFolderAuditLogEntriesRequestdeprecated
- func (a *APIClient) ListFolderAuditLogEntriesExecute(ctx context.Context, folderId string) (*ListAuditLogEntriesResponse, error)deprecated
- func (a *APIClient) ListOrganizationAuditLogEntries(ctx context.Context, organizationId string) ApiListOrganizationAuditLogEntriesRequestdeprecated
- func (a *APIClient) ListOrganizationAuditLogEntriesExecute(ctx context.Context, organizationId string) (*ListAuditLogEntriesResponse, error)deprecated
- func (a *APIClient) ListProjectAuditLogEntries(ctx context.Context, projectId string) ApiListProjectAuditLogEntriesRequestdeprecated
- func (a *APIClient) ListProjectAuditLogEntriesExecute(ctx context.Context, projectId string) (*ListAuditLogEntriesResponse, error)deprecated
- type ApiListFolderAuditLogEntriesRequestdeprecated
- type ApiListOrganizationAuditLogEntriesRequestdeprecated
- type ApiListProjectAuditLogEntriesRequestdeprecated
- type AuditLogEntryContextResponse
- func (o *AuditLogEntryContextResponse) GetFolderId() (res AuditLogEntryContextResponseGetFolderIdRetType)
- func (o *AuditLogEntryContextResponse) GetFolderIdOk() (ret AuditLogEntryContextResponseGetFolderIdRetType, ok bool)
- func (o *AuditLogEntryContextResponse) GetOrganizationId() (res AuditLogEntryContextResponseGetOrganizationIdRetType)
- func (o *AuditLogEntryContextResponse) GetOrganizationIdOk() (ret AuditLogEntryContextResponseGetOrganizationIdRetType, ok bool)
- func (o *AuditLogEntryContextResponse) GetProjectId() (res AuditLogEntryContextResponseGetProjectIdRetType)
- func (o *AuditLogEntryContextResponse) GetProjectIdOk() (ret AuditLogEntryContextResponseGetProjectIdRetType, ok bool)
- func (o *AuditLogEntryContextResponse) HasFolderId() bool
- func (o *AuditLogEntryContextResponse) HasOrganizationId() bool
- func (o *AuditLogEntryContextResponse) HasProjectId() bool
- func (o *AuditLogEntryContextResponse) SetFolderId(v AuditLogEntryContextResponseGetFolderIdRetType)
- func (o *AuditLogEntryContextResponse) SetOrganizationId(v AuditLogEntryContextResponseGetOrganizationIdRetType)
- func (o *AuditLogEntryContextResponse) SetProjectId(v AuditLogEntryContextResponseGetProjectIdRetType)
- func (o AuditLogEntryContextResponse) ToMap() (map[string]interface{}, error)deprecated
- type AuditLogEntryContextResponseGetFolderIdArgTypedeprecated
- type AuditLogEntryContextResponseGetFolderIdAttributeType
- type AuditLogEntryContextResponseGetFolderIdRetTypedeprecated
- type AuditLogEntryContextResponseGetOrganizationIdArgTypedeprecated
- type AuditLogEntryContextResponseGetOrganizationIdAttributeType
- type AuditLogEntryContextResponseGetOrganizationIdRetTypedeprecated
- type AuditLogEntryContextResponseGetProjectIdArgTypedeprecated
- type AuditLogEntryContextResponseGetProjectIdAttributeType
- type AuditLogEntryContextResponseGetProjectIdRetTypedeprecated
- type AuditLogEntryInitiatorResponse
- func (o *AuditLogEntryInitiatorResponse) GetEmail() (res AuditLogEntryInitiatorResponseGetEmailRetType)
- func (o *AuditLogEntryInitiatorResponse) GetEmailOk() (ret AuditLogEntryInitiatorResponseGetEmailRetType, ok bool)
- func (o *AuditLogEntryInitiatorResponse) GetId() (ret AuditLogEntryInitiatorResponseGetIdRetType)
- func (o *AuditLogEntryInitiatorResponse) GetIdOk() (ret AuditLogEntryInitiatorResponseGetIdRetType, ok bool)
- func (o *AuditLogEntryInitiatorResponse) HasEmail() bool
- func (o *AuditLogEntryInitiatorResponse) SetEmail(v AuditLogEntryInitiatorResponseGetEmailRetType)
- func (o *AuditLogEntryInitiatorResponse) SetId(v AuditLogEntryInitiatorResponseGetIdRetType)
- func (o AuditLogEntryInitiatorResponse) ToMap() (map[string]interface{}, error)deprecated
- type AuditLogEntryInitiatorResponseGetEmailArgTypedeprecated
- type AuditLogEntryInitiatorResponseGetEmailAttributeType
- type AuditLogEntryInitiatorResponseGetEmailRetTypedeprecated
- type AuditLogEntryInitiatorResponseGetIdArgTypedeprecated
- type AuditLogEntryInitiatorResponseGetIdAttributeType
- type AuditLogEntryInitiatorResponseGetIdRetTypedeprecated
- type AuditLogEntryRequestResponse
- func (o *AuditLogEntryRequestResponse) GetBody() (res AuditLogEntryRequestResponseGetBodyRetType)
- func (o *AuditLogEntryRequestResponse) GetBodyOk() (ret AuditLogEntryRequestResponseGetBodyRetType, ok bool)
- func (o *AuditLogEntryRequestResponse) GetEndpoint() (ret AuditLogEntryRequestResponseGetEndpointRetType)
- func (o *AuditLogEntryRequestResponse) GetEndpointOk() (ret AuditLogEntryRequestResponseGetEndpointRetType, ok bool)
- func (o *AuditLogEntryRequestResponse) GetHeaders() (res AuditLogEntryRequestResponseGetHeadersRetType)
- func (o *AuditLogEntryRequestResponse) GetHeadersOk() (ret AuditLogEntryRequestResponseGetHeadersRetType, ok bool)
- func (o *AuditLogEntryRequestResponse) GetParameters() (res AuditLogEntryRequestResponseGetParametersRetType)
- func (o *AuditLogEntryRequestResponse) GetParametersOk() (ret AuditLogEntryRequestResponseGetParametersRetType, ok bool)
- func (o *AuditLogEntryRequestResponse) HasBody() bool
- func (o *AuditLogEntryRequestResponse) HasHeaders() bool
- func (o *AuditLogEntryRequestResponse) HasParameters() bool
- func (o *AuditLogEntryRequestResponse) SetBody(v AuditLogEntryRequestResponseGetBodyRetType)
- func (o *AuditLogEntryRequestResponse) SetEndpoint(v AuditLogEntryRequestResponseGetEndpointRetType)
- func (o *AuditLogEntryRequestResponse) SetHeaders(v AuditLogEntryRequestResponseGetHeadersRetType)
- func (o *AuditLogEntryRequestResponse) SetParameters(v AuditLogEntryRequestResponseGetParametersRetType)
- func (o AuditLogEntryRequestResponse) ToMap() (map[string]interface{}, error)deprecated
- type AuditLogEntryRequestResponseGetBodyArgTypedeprecated
- type AuditLogEntryRequestResponseGetBodyAttributeType
- type AuditLogEntryRequestResponseGetBodyRetTypedeprecated
- type AuditLogEntryRequestResponseGetEndpointArgTypedeprecated
- type AuditLogEntryRequestResponseGetEndpointAttributeType
- type AuditLogEntryRequestResponseGetEndpointRetTypedeprecated
- type AuditLogEntryRequestResponseGetHeadersArgTypedeprecated
- type AuditLogEntryRequestResponseGetHeadersAttributeType
- type AuditLogEntryRequestResponseGetHeadersRetTypedeprecated
- type AuditLogEntryRequestResponseGetParametersArgTypedeprecated
- type AuditLogEntryRequestResponseGetParametersAttributeType
- type AuditLogEntryRequestResponseGetParametersRetTypedeprecated
- type AuditLogEntryResponse
- func (o *AuditLogEntryResponse) GetContext() (res AuditLogEntryResponseGetContextRetType)
- func (o *AuditLogEntryResponse) GetContextOk() (ret AuditLogEntryResponseGetContextRetType, ok bool)
- func (o *AuditLogEntryResponse) GetCorrelationId() (res AuditLogEntryResponseGetCorrelationIdRetType)
- func (o *AuditLogEntryResponse) GetCorrelationIdOk() (ret AuditLogEntryResponseGetCorrelationIdRetType, ok bool)
- func (o *AuditLogEntryResponse) GetDetails() (res AuditLogEntryResponseGetDetailsRetType)
- func (o *AuditLogEntryResponse) GetDetailsOk() (ret AuditLogEntryResponseGetDetailsRetType, ok bool)
- func (o *AuditLogEntryResponse) GetEventName() (ret AuditLogEntryResponseGetEventNameRetType)
- func (o *AuditLogEntryResponse) GetEventNameOk() (ret AuditLogEntryResponseGetEventNameRetType, ok bool)
- func (o *AuditLogEntryResponse) GetEventSource() (ret AuditLogEntryResponseGetEventSourceRetType)
- func (o *AuditLogEntryResponse) GetEventSourceOk() (ret AuditLogEntryResponseGetEventSourceRetType, ok bool)
- func (o *AuditLogEntryResponse) GetEventTimeStamp() (ret AuditLogEntryResponseGetEventTimeStampRetType)
- func (o *AuditLogEntryResponse) GetEventTimeStampOk() (ret AuditLogEntryResponseGetEventTimeStampRetType, ok bool)
- func (o *AuditLogEntryResponse) GetEventType() (ret AuditLogEntryResponseGetEventTypeRetType)
- func (o *AuditLogEntryResponse) GetEventTypeOk() (ret AuditLogEntryResponseGetEventTypeRetType, ok bool)
- func (o *AuditLogEntryResponse) GetEventVersion() (ret AuditLogEntryResponseGetEventVersionRetType)
- func (o *AuditLogEntryResponse) GetEventVersionOk() (ret AuditLogEntryResponseGetEventVersionRetType, ok bool)
- func (o *AuditLogEntryResponse) GetId() (ret AuditLogEntryResponseGetIdRetType)
- func (o *AuditLogEntryResponse) GetIdOk() (ret AuditLogEntryResponseGetIdRetType, ok bool)
- func (o *AuditLogEntryResponse) GetInitiator() (ret AuditLogEntryResponseGetInitiatorRetType)
- func (o *AuditLogEntryResponse) GetInitiatorOk() (ret AuditLogEntryResponseGetInitiatorRetType, ok bool)
- func (o *AuditLogEntryResponse) GetReceivedTimeStamp() (ret AuditLogEntryResponseGetReceivedTimeStampRetType)
- func (o *AuditLogEntryResponse) GetReceivedTimeStampOk() (ret AuditLogEntryResponseGetReceivedTimeStampRetType, ok bool)
- func (o *AuditLogEntryResponse) GetRegion() (ret AuditLogEntryResponseGetRegionRetType)
- func (o *AuditLogEntryResponse) GetRegionOk() (ret AuditLogEntryResponseGetRegionRetType, ok bool)
- func (o *AuditLogEntryResponse) GetRequest() (ret AuditLogEntryResponseGetRequestRetType)
- func (o *AuditLogEntryResponse) GetRequestOk() (ret AuditLogEntryResponseGetRequestRetType, ok bool)
- func (o *AuditLogEntryResponse) GetResourceId() (res AuditLogEntryResponseGetResourceIdRetType)
- func (o *AuditLogEntryResponse) GetResourceIdOk() (ret AuditLogEntryResponseGetResourceIdRetType, ok bool)
- func (o *AuditLogEntryResponse) GetResourceName() (res AuditLogEntryResponseGetResourceNameRetType)
- func (o *AuditLogEntryResponse) GetResourceNameOk() (ret AuditLogEntryResponseGetResourceNameRetType, ok bool)
- func (o *AuditLogEntryResponse) GetResult() (res AuditLogEntryResponseGetResultRetType)
- func (o *AuditLogEntryResponse) GetResultOk() (ret AuditLogEntryResponseGetResultRetType, ok bool)
- func (o *AuditLogEntryResponse) GetServiceAccountDelegationInfo() (res AuditLogEntryResponseGetServiceAccountDelegationInfoRetType)
- func (o *AuditLogEntryResponse) GetServiceAccountDelegationInfoOk() (ret AuditLogEntryResponseGetServiceAccountDelegationInfoRetType, ok bool)
- func (o *AuditLogEntryResponse) GetSeverity() (ret AuditLogEntryResponseGetSeverityRetType)
- func (o *AuditLogEntryResponse) GetSeverityOk() (ret AuditLogEntryResponseGetSeverityRetType, ok bool)
- func (o *AuditLogEntryResponse) GetSourceIpAddress() (ret AuditLogEntryResponseGetSourceIpAddressRetType)
- func (o *AuditLogEntryResponse) GetSourceIpAddressOk() (ret AuditLogEntryResponseGetSourceIpAddressRetType, ok bool)
- func (o *AuditLogEntryResponse) GetUserAgent() (ret AuditLogEntryResponseGetUserAgentRetType)
- func (o *AuditLogEntryResponse) GetUserAgentOk() (ret AuditLogEntryResponseGetUserAgentRetType, ok bool)
- func (o *AuditLogEntryResponse) GetVisibility() (ret AuditLogEntryResponseGetVisibilityRetType)
- func (o *AuditLogEntryResponse) GetVisibilityOk() (ret AuditLogEntryResponseGetVisibilityRetType, ok bool)
- func (o *AuditLogEntryResponse) HasContext() bool
- func (o *AuditLogEntryResponse) HasCorrelationId() bool
- func (o *AuditLogEntryResponse) HasDetails() bool
- func (o *AuditLogEntryResponse) HasResourceId() bool
- func (o *AuditLogEntryResponse) HasResourceName() bool
- func (o *AuditLogEntryResponse) HasResult() bool
- func (o *AuditLogEntryResponse) HasServiceAccountDelegationInfo() bool
- func (o *AuditLogEntryResponse) SetContext(v AuditLogEntryResponseGetContextRetType)
- func (o *AuditLogEntryResponse) SetCorrelationId(v AuditLogEntryResponseGetCorrelationIdRetType)
- func (o *AuditLogEntryResponse) SetDetails(v AuditLogEntryResponseGetDetailsRetType)
- func (o *AuditLogEntryResponse) SetEventName(v AuditLogEntryResponseGetEventNameRetType)
- func (o *AuditLogEntryResponse) SetEventSource(v AuditLogEntryResponseGetEventSourceRetType)
- func (o *AuditLogEntryResponse) SetEventTimeStamp(v AuditLogEntryResponseGetEventTimeStampRetType)
- func (o *AuditLogEntryResponse) SetEventType(v AuditLogEntryResponseGetEventTypeRetType)
- func (o *AuditLogEntryResponse) SetEventVersion(v AuditLogEntryResponseGetEventVersionRetType)
- func (o *AuditLogEntryResponse) SetId(v AuditLogEntryResponseGetIdRetType)
- func (o *AuditLogEntryResponse) SetInitiator(v AuditLogEntryResponseGetInitiatorRetType)
- func (o *AuditLogEntryResponse) SetReceivedTimeStamp(v AuditLogEntryResponseGetReceivedTimeStampRetType)
- func (o *AuditLogEntryResponse) SetRegion(v AuditLogEntryResponseGetRegionRetType)
- func (o *AuditLogEntryResponse) SetRequest(v AuditLogEntryResponseGetRequestRetType)
- func (o *AuditLogEntryResponse) SetResourceId(v AuditLogEntryResponseGetResourceIdRetType)
- func (o *AuditLogEntryResponse) SetResourceName(v AuditLogEntryResponseGetResourceNameRetType)
- func (o *AuditLogEntryResponse) SetResult(v AuditLogEntryResponseGetResultRetType)
- func (o *AuditLogEntryResponse) SetServiceAccountDelegationInfo(v AuditLogEntryResponseGetServiceAccountDelegationInfoRetType)
- func (o *AuditLogEntryResponse) SetSeverity(v AuditLogEntryResponseGetSeverityRetType)
- func (o *AuditLogEntryResponse) SetSourceIpAddress(v AuditLogEntryResponseGetSourceIpAddressRetType)
- func (o *AuditLogEntryResponse) SetUserAgent(v AuditLogEntryResponseGetUserAgentRetType)
- func (o *AuditLogEntryResponse) SetVisibility(v AuditLogEntryResponseGetVisibilityRetType)
- func (o AuditLogEntryResponse) ToMap() (map[string]interface{}, error)deprecated
- type AuditLogEntryResponseEventType
- type AuditLogEntryResponseGetContextArgTypedeprecated
- type AuditLogEntryResponseGetContextAttributeType
- type AuditLogEntryResponseGetContextRetTypedeprecated
- type AuditLogEntryResponseGetCorrelationIdArgTypedeprecated
- type AuditLogEntryResponseGetCorrelationIdAttributeType
- type AuditLogEntryResponseGetCorrelationIdRetTypedeprecated
- type AuditLogEntryResponseGetDetailsArgTypedeprecated
- type AuditLogEntryResponseGetDetailsAttributeType
- type AuditLogEntryResponseGetDetailsRetTypedeprecated
- type AuditLogEntryResponseGetEventNameArgTypedeprecated
- type AuditLogEntryResponseGetEventNameAttributeType
- type AuditLogEntryResponseGetEventNameRetTypedeprecated
- type AuditLogEntryResponseGetEventSourceArgTypedeprecated
- type AuditLogEntryResponseGetEventSourceAttributeType
- type AuditLogEntryResponseGetEventSourceRetTypedeprecated
- type AuditLogEntryResponseGetEventTimeStampArgTypedeprecated
- type AuditLogEntryResponseGetEventTimeStampAttributeType
- type AuditLogEntryResponseGetEventTimeStampRetTypedeprecated
- type AuditLogEntryResponseGetEventTypeArgTypedeprecated
- type AuditLogEntryResponseGetEventTypeAttributeTypedeprecated
- type AuditLogEntryResponseGetEventTypeRetTypedeprecated
- type AuditLogEntryResponseGetEventVersionArgTypedeprecated
- type AuditLogEntryResponseGetEventVersionAttributeType
- type AuditLogEntryResponseGetEventVersionRetTypedeprecated
- type AuditLogEntryResponseGetIdArgTypedeprecated
- type AuditLogEntryResponseGetIdAttributeType
- type AuditLogEntryResponseGetIdRetTypedeprecated
- type AuditLogEntryResponseGetInitiatorArgTypedeprecated
- type AuditLogEntryResponseGetInitiatorAttributeType
- type AuditLogEntryResponseGetInitiatorRetTypedeprecated
- type AuditLogEntryResponseGetReceivedTimeStampArgTypedeprecated
- type AuditLogEntryResponseGetReceivedTimeStampAttributeType
- type AuditLogEntryResponseGetReceivedTimeStampRetTypedeprecated
- type AuditLogEntryResponseGetRegionArgTypedeprecated
- type AuditLogEntryResponseGetRegionAttributeType
- type AuditLogEntryResponseGetRegionRetTypedeprecated
- type AuditLogEntryResponseGetRequestArgTypedeprecated
- type AuditLogEntryResponseGetRequestAttributeType
- type AuditLogEntryResponseGetRequestRetTypedeprecated
- type AuditLogEntryResponseGetResourceIdArgTypedeprecated
- type AuditLogEntryResponseGetResourceIdAttributeType
- type AuditLogEntryResponseGetResourceIdRetTypedeprecated
- type AuditLogEntryResponseGetResourceNameArgTypedeprecated
- type AuditLogEntryResponseGetResourceNameAttributeType
- type AuditLogEntryResponseGetResourceNameRetTypedeprecated
- type AuditLogEntryResponseGetResultArgTypedeprecated
- type AuditLogEntryResponseGetResultAttributeType
- type AuditLogEntryResponseGetResultRetTypedeprecated
- type AuditLogEntryResponseGetServiceAccountDelegationInfoArgTypedeprecated
- type AuditLogEntryResponseGetServiceAccountDelegationInfoAttributeType
- type AuditLogEntryResponseGetServiceAccountDelegationInfoRetTypedeprecated
- type AuditLogEntryResponseGetSeverityArgTypedeprecated
- type AuditLogEntryResponseGetSeverityAttributeTypedeprecated
- type AuditLogEntryResponseGetSeverityRetTypedeprecated
- type AuditLogEntryResponseGetSourceIpAddressArgTypedeprecated
- type AuditLogEntryResponseGetSourceIpAddressAttributeType
- type AuditLogEntryResponseGetSourceIpAddressRetTypedeprecated
- type AuditLogEntryResponseGetUserAgentArgTypedeprecated
- type AuditLogEntryResponseGetUserAgentAttributeType
- type AuditLogEntryResponseGetUserAgentRetTypedeprecated
- type AuditLogEntryResponseGetVisibilityArgTypedeprecated
- type AuditLogEntryResponseGetVisibilityAttributeTypedeprecated
- type AuditLogEntryResponseGetVisibilityRetTypedeprecated
- type AuditLogEntryResponseSeverity
- type AuditLogEntryResponseVisibility
- type AuditLogEntryServiceAccountDelegationInfoResponse
- func (o *AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipals() (ret AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType)
- func (o *AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipalsOk() (ret AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType, ...)
- func (o *AuditLogEntryServiceAccountDelegationInfoResponse) SetPrincipals(v AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType)
- func (o AuditLogEntryServiceAccountDelegationInfoResponse) ToMap() (map[string]interface{}, error)deprecated
- type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsArgTypedeprecated
- type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsAttributeType
- type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetTypedeprecated
- type DefaultApideprecated
- type DefaultApiService
- type ErrorResponse
- func (o *ErrorResponse) GetMessage() (res ErrorResponseGetMessageRetType)
- func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, ok bool)
- func (o *ErrorResponse) GetPath() (res ErrorResponseGetPathRetType)
- func (o *ErrorResponse) GetPathOk() (ret ErrorResponseGetPathRetType, ok bool)
- func (o *ErrorResponse) GetStatus() (res ErrorResponseGetStatusRetType)
- func (o *ErrorResponse) GetStatusOk() (ret ErrorResponseGetStatusRetType, ok bool)
- func (o *ErrorResponse) GetTimestamp() (res ErrorResponseGetTimestampRetType)
- func (o *ErrorResponse) GetTimestampOk() (ret ErrorResponseGetTimestampRetType, ok bool)
- func (o *ErrorResponse) HasMessage() bool
- func (o *ErrorResponse) HasPath() bool
- func (o *ErrorResponse) HasStatus() bool
- func (o *ErrorResponse) HasTimestamp() bool
- func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType)
- func (o *ErrorResponse) SetPath(v ErrorResponseGetPathRetType)
- func (o *ErrorResponse) SetStatus(v ErrorResponseGetStatusRetType)
- func (o *ErrorResponse) SetTimestamp(v ErrorResponseGetTimestampRetType)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)deprecated
- type ErrorResponseGetMessageArgTypedeprecated
- type ErrorResponseGetMessageAttributeType
- type ErrorResponseGetMessageRetTypedeprecated
- type ErrorResponseGetPathArgTypedeprecated
- type ErrorResponseGetPathAttributeType
- type ErrorResponseGetPathRetTypedeprecated
- type ErrorResponseGetStatusArgTypedeprecated
- type ErrorResponseGetStatusAttributeType
- type ErrorResponseGetStatusRetTypedeprecated
- type ErrorResponseGetTimestampArgTypedeprecated
- type ErrorResponseGetTimestampAttributeType
- type ErrorResponseGetTimestampRetTypedeprecated
- type GatewayErrorResponse
- func (o *GatewayErrorResponse) GetMessage() (res GatewayErrorResponseGetMessageRetType)
- func (o *GatewayErrorResponse) GetMessageOk() (ret GatewayErrorResponseGetMessageRetType, ok bool)
- func (o *GatewayErrorResponse) GetStatus() (res GatewayErrorResponseGetStatusRetType)
- func (o *GatewayErrorResponse) GetStatusOk() (ret GatewayErrorResponseGetStatusRetType, ok bool)
- func (o *GatewayErrorResponse) HasMessage() bool
- func (o *GatewayErrorResponse) HasStatus() bool
- func (o *GatewayErrorResponse) SetMessage(v GatewayErrorResponseGetMessageRetType)
- func (o *GatewayErrorResponse) SetStatus(v GatewayErrorResponseGetStatusRetType)
- func (o GatewayErrorResponse) ToMap() (map[string]interface{}, error)deprecated
- type GatewayErrorResponseGetMessageArgTypedeprecated
- type GatewayErrorResponseGetMessageAttributeType
- type GatewayErrorResponseGetMessageRetTypedeprecated
- type GatewayErrorResponseGetStatusArgTypedeprecated
- type GatewayErrorResponseGetStatusAttributeType
- type GatewayErrorResponseGetStatusRetTypedeprecated
- type ListAuditLogEntriesResponse
- func (o *ListAuditLogEntriesResponse) GetCursor() (res ListAuditLogEntriesResponseGetCursorRetType)
- func (o *ListAuditLogEntriesResponse) GetCursorOk() (ret ListAuditLogEntriesResponseGetCursorRetType, ok bool)
- func (o *ListAuditLogEntriesResponse) GetItems() (res ListAuditLogEntriesResponseGetItemsRetType)
- func (o *ListAuditLogEntriesResponse) GetItemsOk() (ret ListAuditLogEntriesResponseGetItemsRetType, ok bool)
- func (o *ListAuditLogEntriesResponse) GetLimit() (res ListAuditLogEntriesResponseGetLimitRetType)
- func (o *ListAuditLogEntriesResponse) GetLimitOk() (ret ListAuditLogEntriesResponseGetLimitRetType, ok bool)
- func (o *ListAuditLogEntriesResponse) HasCursor() bool
- func (o *ListAuditLogEntriesResponse) HasItems() bool
- func (o *ListAuditLogEntriesResponse) HasLimit() bool
- func (o *ListAuditLogEntriesResponse) SetCursor(v ListAuditLogEntriesResponseGetCursorRetType)
- func (o *ListAuditLogEntriesResponse) SetItems(v ListAuditLogEntriesResponseGetItemsRetType)
- func (o *ListAuditLogEntriesResponse) SetLimit(v ListAuditLogEntriesResponseGetLimitRetType)
- func (o ListAuditLogEntriesResponse) ToMap() (map[string]interface{}, error)deprecated
- type ListAuditLogEntriesResponseGetCursorArgTypedeprecated
- type ListAuditLogEntriesResponseGetCursorAttributeType
- type ListAuditLogEntriesResponseGetCursorRetTypedeprecated
- type ListAuditLogEntriesResponseGetItemsArgTypedeprecated
- type ListAuditLogEntriesResponseGetItemsAttributeType
- type ListAuditLogEntriesResponseGetItemsRetTypedeprecated
- type ListAuditLogEntriesResponseGetLimitArgTypedeprecated
- type ListAuditLogEntriesResponseGetLimitAttributeType
- type ListAuditLogEntriesResponseGetLimitRetTypedeprecated
- type ListFolderAuditLogEntriesRequestdeprecated
- func (r ListFolderAuditLogEntriesRequest) Cursor(cursor string) ApiListFolderAuditLogEntriesRequest
- func (r ListFolderAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListFolderAuditLogEntriesRequest
- func (r ListFolderAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error)deprecated
- func (r ListFolderAuditLogEntriesRequest) Limit(limit float32) ApiListFolderAuditLogEntriesRequest
- func (r ListFolderAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListFolderAuditLogEntriesRequest
- type ListOrganizationAuditLogEntriesRequestdeprecated
- func (r ListOrganizationAuditLogEntriesRequest) Cursor(cursor string) ApiListOrganizationAuditLogEntriesRequest
- func (r ListOrganizationAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest
- func (r ListOrganizationAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error)deprecated
- func (r ListOrganizationAuditLogEntriesRequest) Limit(limit float32) ApiListOrganizationAuditLogEntriesRequest
- func (r ListOrganizationAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest
- type ListProjectAuditLogEntriesRequestdeprecated
- func (r ListProjectAuditLogEntriesRequest) Cursor(cursor string) ApiListProjectAuditLogEntriesRequest
- func (r ListProjectAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListProjectAuditLogEntriesRequest
- func (r ListProjectAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error)deprecated
- func (r ListProjectAuditLogEntriesRequest) Limit(limit float32) ApiListProjectAuditLogEntriesRequest
- func (r ListProjectAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListProjectAuditLogEntriesRequest
- type MappedNullabledeprecated
- type NullableAuditLogEntryContextResponsedeprecated
- func (v NullableAuditLogEntryContextResponse) Get() *AuditLogEntryContextResponsedeprecated
- func (v NullableAuditLogEntryContextResponse) IsSet() booldeprecated
- func (v NullableAuditLogEntryContextResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAuditLogEntryContextResponse) Set(val *AuditLogEntryContextResponse)deprecated
- func (v *NullableAuditLogEntryContextResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAuditLogEntryContextResponse) Unset()deprecated
- type NullableAuditLogEntryInitiatorResponsedeprecated
- func (v NullableAuditLogEntryInitiatorResponse) Get() *AuditLogEntryInitiatorResponsedeprecated
- func (v NullableAuditLogEntryInitiatorResponse) IsSet() booldeprecated
- func (v NullableAuditLogEntryInitiatorResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAuditLogEntryInitiatorResponse) Set(val *AuditLogEntryInitiatorResponse)deprecated
- func (v *NullableAuditLogEntryInitiatorResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAuditLogEntryInitiatorResponse) Unset()deprecated
- type NullableAuditLogEntryRequestResponsedeprecated
- func (v NullableAuditLogEntryRequestResponse) Get() *AuditLogEntryRequestResponsedeprecated
- func (v NullableAuditLogEntryRequestResponse) IsSet() booldeprecated
- func (v NullableAuditLogEntryRequestResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAuditLogEntryRequestResponse) Set(val *AuditLogEntryRequestResponse)deprecated
- func (v *NullableAuditLogEntryRequestResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAuditLogEntryRequestResponse) Unset()deprecated
- type NullableAuditLogEntryResponsedeprecated
- func (v NullableAuditLogEntryResponse) Get() *AuditLogEntryResponsedeprecated
- func (v NullableAuditLogEntryResponse) IsSet() booldeprecated
- func (v NullableAuditLogEntryResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAuditLogEntryResponse) Set(val *AuditLogEntryResponse)deprecated
- func (v *NullableAuditLogEntryResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAuditLogEntryResponse) Unset()deprecated
- type NullableAuditLogEntryResponseEventTypedeprecated
- func (v NullableAuditLogEntryResponseEventType) Get() *AuditLogEntryResponseEventTypedeprecated
- func (v NullableAuditLogEntryResponseEventType) IsSet() booldeprecated
- func (v NullableAuditLogEntryResponseEventType) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAuditLogEntryResponseEventType) Set(val *AuditLogEntryResponseEventType)deprecated
- func (v *NullableAuditLogEntryResponseEventType) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAuditLogEntryResponseEventType) Unset()deprecated
- type NullableAuditLogEntryResponseSeveritydeprecated
- func (v NullableAuditLogEntryResponseSeverity) Get() *AuditLogEntryResponseSeveritydeprecated
- func (v NullableAuditLogEntryResponseSeverity) IsSet() booldeprecated
- func (v NullableAuditLogEntryResponseSeverity) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAuditLogEntryResponseSeverity) Set(val *AuditLogEntryResponseSeverity)deprecated
- func (v *NullableAuditLogEntryResponseSeverity) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAuditLogEntryResponseSeverity) Unset()deprecated
- type NullableAuditLogEntryResponseVisibilitydeprecated
- func (v NullableAuditLogEntryResponseVisibility) Get() *AuditLogEntryResponseVisibilitydeprecated
- func (v NullableAuditLogEntryResponseVisibility) IsSet() booldeprecated
- func (v NullableAuditLogEntryResponseVisibility) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAuditLogEntryResponseVisibility) Set(val *AuditLogEntryResponseVisibility)deprecated
- func (v *NullableAuditLogEntryResponseVisibility) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAuditLogEntryResponseVisibility) Unset()deprecated
- type NullableAuditLogEntryServiceAccountDelegationInfoResponsedeprecated
- func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) Get() *AuditLogEntryServiceAccountDelegationInfoResponsedeprecated
- func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) IsSet() booldeprecated
- func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) Set(val *AuditLogEntryServiceAccountDelegationInfoResponse)deprecated
- func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) 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 NullableErrorResponsedeprecated
- func (v NullableErrorResponse) Get() *ErrorResponsedeprecated
- func (v NullableErrorResponse) IsSet() booldeprecated
- func (v NullableErrorResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableErrorResponse) Set(val *ErrorResponse)deprecated
- func (v *NullableErrorResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableErrorResponse) 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 NullableGatewayErrorResponsedeprecated
- func (v NullableGatewayErrorResponse) Get() *GatewayErrorResponsedeprecated
- func (v NullableGatewayErrorResponse) IsSet() booldeprecated
- func (v NullableGatewayErrorResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableGatewayErrorResponse) Set(val *GatewayErrorResponse)deprecated
- func (v *NullableGatewayErrorResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableGatewayErrorResponse) 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 NullableListAuditLogEntriesResponsedeprecated
- func (v NullableListAuditLogEntriesResponse) Get() *ListAuditLogEntriesResponsedeprecated
- func (v NullableListAuditLogEntriesResponse) IsSet() booldeprecated
- func (v NullableListAuditLogEntriesResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListAuditLogEntriesResponse) Set(val *ListAuditLogEntriesResponse)deprecated
- func (v *NullableListAuditLogEntriesResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListAuditLogEntriesResponse) Unset()deprecated
- type NullableServiceAccountDelegationInfoPrincipalResponsedeprecated
- func (v NullableServiceAccountDelegationInfoPrincipalResponse) Get() *ServiceAccountDelegationInfoPrincipalResponsedeprecated
- func (v NullableServiceAccountDelegationInfoPrincipalResponse) IsSet() booldeprecated
- func (v NullableServiceAccountDelegationInfoPrincipalResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableServiceAccountDelegationInfoPrincipalResponse) Set(val *ServiceAccountDelegationInfoPrincipalResponse)deprecated
- func (v *NullableServiceAccountDelegationInfoPrincipalResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableServiceAccountDelegationInfoPrincipalResponse) 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 ServiceAccountDelegationInfoPrincipalResponse
- func (o *ServiceAccountDelegationInfoPrincipalResponse) GetEmail() (res ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType)
- func (o *ServiceAccountDelegationInfoPrincipalResponse) GetEmailOk() (ret ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType, ok bool)
- func (o *ServiceAccountDelegationInfoPrincipalResponse) GetId() (ret ServiceAccountDelegationInfoPrincipalResponseGetIdRetType)
- func (o *ServiceAccountDelegationInfoPrincipalResponse) GetIdOk() (ret ServiceAccountDelegationInfoPrincipalResponseGetIdRetType, ok bool)
- func (o *ServiceAccountDelegationInfoPrincipalResponse) HasEmail() bool
- func (o *ServiceAccountDelegationInfoPrincipalResponse) SetEmail(v ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType)
- func (o *ServiceAccountDelegationInfoPrincipalResponse) SetId(v ServiceAccountDelegationInfoPrincipalResponseGetIdRetType)
- func (o ServiceAccountDelegationInfoPrincipalResponse) ToMap() (map[string]interface{}, error)deprecated
- type ServiceAccountDelegationInfoPrincipalResponseGetEmailArgTypedeprecated
- type ServiceAccountDelegationInfoPrincipalResponseGetEmailAttributeType
- type ServiceAccountDelegationInfoPrincipalResponseGetEmailRetTypedeprecated
- type ServiceAccountDelegationInfoPrincipalResponseGetIdArgTypedeprecated
- type ServiceAccountDelegationInfoPrincipalResponseGetIdAttributeType
- type ServiceAccountDelegationInfoPrincipalResponseGetIdRetTypedeprecated
Constants ¶
This section is empty.
Variables ¶
var AllowedAuditLogEntryResponseEventTypeEnumValues = []AuditLogEntryResponseEventType{
"ADMIN_ACTIVITY",
"SYSTEM_EVENT",
"POLICY_DENIED",
}
All allowed values of AuditLogEntryResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedAuditLogEntryResponseSeverityEnumValues = []AuditLogEntryResponseSeverity{
"INFO",
"ERROR",
}
All allowed values of AuditLogEntryResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedAuditLogEntryResponseVisibilityEnumValues = []AuditLogEntryResponseVisibility{
"PUBLIC",
"PRIVATE",
}
All allowed values of AuditLogEntryResponse 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 STACKIT Audit Log 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) 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) ListFolderAuditLogEntries
deprecated
func (a *APIClient) ListFolderAuditLogEntries(ctx context.Context, folderId string) ApiListFolderAuditLogEntriesRequest
ListFolderAuditLogEntries: Folder - Download audit log entries
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 folderId ID of the folder for which entries should be returned. @return ApiListFolderAuditLogEntriesRequest
func (*APIClient) ListFolderAuditLogEntriesExecute
deprecated
func (*APIClient) ListOrganizationAuditLogEntries
deprecated
func (a *APIClient) ListOrganizationAuditLogEntries(ctx context.Context, organizationId string) ApiListOrganizationAuditLogEntriesRequest
ListOrganizationAuditLogEntries: Organization - Download audit log entries
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 organizationId ID of the organization for which entries should be returned. @return ApiListOrganizationAuditLogEntriesRequest
func (*APIClient) ListOrganizationAuditLogEntriesExecute
deprecated
func (*APIClient) ListProjectAuditLogEntries
deprecated
func (a *APIClient) ListProjectAuditLogEntries(ctx context.Context, projectId string) ApiListProjectAuditLogEntriesRequest
ListProjectAuditLogEntries: Project - Download audit log entries
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 ID of the project for which entries should be returned. @return ApiListProjectAuditLogEntriesRequest
func (*APIClient) ListProjectAuditLogEntriesExecute
deprecated
type ApiListFolderAuditLogEntriesRequest
deprecated
type ApiListFolderAuditLogEntriesRequest interface {
// An ISO timestamp to specify the beginning of the time range from which entries should be returned, based on the eventTimeStamp. If not given, defaults to the beginning of time.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
StartTimeRange(startTimeRange time.Time) ApiListFolderAuditLogEntriesRequest
// An ISO timestamp to specify the end of the time range up until which entries should be returned, based on the eventTimeStamp. If not given, defaults to the time this request was received.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
EndTimeRange(endTimeRange time.Time) ApiListFolderAuditLogEntriesRequest
// The maximum number of entries to return. If the value exceeds the allowed maximum, the maximum value will be used instead.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Limit(limit float32) ApiListFolderAuditLogEntriesRequest
// A pagination cursor to load further audit log entries for. May be included in the response of previous calls of the API.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Cursor(cursor string) ApiListFolderAuditLogEntriesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListAuditLogEntriesResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListOrganizationAuditLogEntriesRequest
deprecated
type ApiListOrganizationAuditLogEntriesRequest interface {
// An ISO timestamp to specify the beginning of the time range from which entries should be returned, based on the eventTimeStamp. If not given, defaults to the beginning of time.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
StartTimeRange(startTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest
// An ISO timestamp to specify the end of the time range up until which entries should be returned, based on the eventTimeStamp. If not given, defaults to the time this request was received.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
EndTimeRange(endTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest
// The maximum number of entries to return. If the value exceeds the allowed maximum, the maximum value will be used instead.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Limit(limit float32) ApiListOrganizationAuditLogEntriesRequest
// A pagination cursor to load further audit log entries for. May be included in the response of previous calls of the API.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Cursor(cursor string) ApiListOrganizationAuditLogEntriesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListAuditLogEntriesResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListProjectAuditLogEntriesRequest
deprecated
type ApiListProjectAuditLogEntriesRequest interface {
// An ISO timestamp to specify the beginning of the time range from which entries should be returned, based on the eventTimeStamp. If not given, defaults to the beginning of time.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
StartTimeRange(startTimeRange time.Time) ApiListProjectAuditLogEntriesRequest
// An ISO timestamp to specify the end of the time range up until which entries should be returned, based on the eventTimeStamp. If not given, defaults to the time this request was received.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
EndTimeRange(endTimeRange time.Time) ApiListProjectAuditLogEntriesRequest
// The maximum number of entries to return. If the value exceeds the allowed maximum, the maximum value will be used instead.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Limit(limit float32) ApiListProjectAuditLogEntriesRequest
// A pagination cursor to load further audit log entries for. May be included in the response of previous calls of the API.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Cursor(cursor string) ApiListProjectAuditLogEntriesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListAuditLogEntriesResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryContextResponse ¶
type AuditLogEntryContextResponse struct {
// Folder id
FolderId AuditLogEntryContextResponseGetFolderIdAttributeType `json:"folderId,omitempty"`
// Organization id
OrganizationId AuditLogEntryContextResponseGetOrganizationIdAttributeType `json:"organizationId,omitempty"`
// Project id
ProjectId AuditLogEntryContextResponseGetProjectIdAttributeType `json:"projectId,omitempty"`
}
AuditLogEntryContextResponse Request context Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAuditLogEntryContextResponse ¶
func NewAuditLogEntryContextResponse() *AuditLogEntryContextResponse
NewAuditLogEntryContextResponse instantiates a new AuditLogEntryContextResponse 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 NewAuditLogEntryContextResponseWithDefaults ¶
func NewAuditLogEntryContextResponseWithDefaults() *AuditLogEntryContextResponse
NewAuditLogEntryContextResponseWithDefaults instantiates a new AuditLogEntryContextResponse 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 (*AuditLogEntryContextResponse) GetFolderId ¶
func (o *AuditLogEntryContextResponse) GetFolderId() (res AuditLogEntryContextResponseGetFolderIdRetType)
GetFolderId returns the FolderId 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 (*AuditLogEntryContextResponse) GetFolderIdOk ¶
func (o *AuditLogEntryContextResponse) GetFolderIdOk() (ret AuditLogEntryContextResponseGetFolderIdRetType, ok bool)
GetFolderIdOk returns a tuple with the FolderId 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 (*AuditLogEntryContextResponse) GetOrganizationId ¶
func (o *AuditLogEntryContextResponse) GetOrganizationId() (res AuditLogEntryContextResponseGetOrganizationIdRetType)
GetOrganizationId returns the OrganizationId 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 (*AuditLogEntryContextResponse) GetOrganizationIdOk ¶
func (o *AuditLogEntryContextResponse) GetOrganizationIdOk() (ret AuditLogEntryContextResponseGetOrganizationIdRetType, ok bool)
GetOrganizationIdOk returns a tuple with the OrganizationId 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 (*AuditLogEntryContextResponse) GetProjectId ¶
func (o *AuditLogEntryContextResponse) GetProjectId() (res AuditLogEntryContextResponseGetProjectIdRetType)
GetProjectId returns the ProjectId 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 (*AuditLogEntryContextResponse) GetProjectIdOk ¶
func (o *AuditLogEntryContextResponse) GetProjectIdOk() (ret AuditLogEntryContextResponseGetProjectIdRetType, ok bool)
GetProjectIdOk returns a tuple with the ProjectId 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 (*AuditLogEntryContextResponse) HasFolderId ¶
func (o *AuditLogEntryContextResponse) HasFolderId() bool
HasFolderId 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 (*AuditLogEntryContextResponse) HasOrganizationId ¶
func (o *AuditLogEntryContextResponse) HasOrganizationId() bool
HasOrganizationId 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 (*AuditLogEntryContextResponse) HasProjectId ¶
func (o *AuditLogEntryContextResponse) HasProjectId() bool
HasProjectId 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 (*AuditLogEntryContextResponse) SetFolderId ¶
func (o *AuditLogEntryContextResponse) SetFolderId(v AuditLogEntryContextResponseGetFolderIdRetType)
SetFolderId gets a reference to the given string and assigns it to the FolderId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryContextResponse) SetOrganizationId ¶
func (o *AuditLogEntryContextResponse) SetOrganizationId(v AuditLogEntryContextResponseGetOrganizationIdRetType)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryContextResponse) SetProjectId ¶
func (o *AuditLogEntryContextResponse) SetProjectId(v AuditLogEntryContextResponseGetProjectIdRetType)
SetProjectId gets a reference to the given string and assigns it to the ProjectId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (AuditLogEntryContextResponse) ToMap
deprecated
func (o AuditLogEntryContextResponse) 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 AuditLogEntryContextResponseGetFolderIdArgType
deprecated
type AuditLogEntryContextResponseGetFolderIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryContextResponseGetFolderIdAttributeType ¶
type AuditLogEntryContextResponseGetFolderIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryContextResponseGetFolderIdRetType
deprecated
type AuditLogEntryContextResponseGetFolderIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryContextResponseGetOrganizationIdArgType
deprecated
type AuditLogEntryContextResponseGetOrganizationIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryContextResponseGetOrganizationIdAttributeType ¶
type AuditLogEntryContextResponseGetOrganizationIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryContextResponseGetOrganizationIdRetType
deprecated
type AuditLogEntryContextResponseGetOrganizationIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryContextResponseGetProjectIdArgType
deprecated
type AuditLogEntryContextResponseGetProjectIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryContextResponseGetProjectIdAttributeType ¶
type AuditLogEntryContextResponseGetProjectIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryContextResponseGetProjectIdRetType
deprecated
type AuditLogEntryContextResponseGetProjectIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryInitiatorResponse ¶
type AuditLogEntryInitiatorResponse struct {
// E-Mail of the user or service account who triggered the request
Email AuditLogEntryInitiatorResponseGetEmailAttributeType `json:"email,omitempty"`
// Unique identifier of the user
// REQUIRED
Id AuditLogEntryInitiatorResponseGetIdAttributeType `json:"id" required:"true"`
}
AuditLogEntryInitiatorResponse Information about who made the request. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAuditLogEntryInitiatorResponse ¶
func NewAuditLogEntryInitiatorResponse(id AuditLogEntryInitiatorResponseGetIdArgType) *AuditLogEntryInitiatorResponse
NewAuditLogEntryInitiatorResponse instantiates a new AuditLogEntryInitiatorResponse 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 NewAuditLogEntryInitiatorResponseWithDefaults ¶
func NewAuditLogEntryInitiatorResponseWithDefaults() *AuditLogEntryInitiatorResponse
NewAuditLogEntryInitiatorResponseWithDefaults instantiates a new AuditLogEntryInitiatorResponse 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 (*AuditLogEntryInitiatorResponse) GetEmail ¶
func (o *AuditLogEntryInitiatorResponse) GetEmail() (res AuditLogEntryInitiatorResponseGetEmailRetType)
GetEmail returns the Email 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 (*AuditLogEntryInitiatorResponse) GetEmailOk ¶
func (o *AuditLogEntryInitiatorResponse) GetEmailOk() (ret AuditLogEntryInitiatorResponseGetEmailRetType, ok bool)
GetEmailOk returns a tuple with the Email 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 (*AuditLogEntryInitiatorResponse) GetId ¶
func (o *AuditLogEntryInitiatorResponse) GetId() (ret AuditLogEntryInitiatorResponseGetIdRetType)
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 (*AuditLogEntryInitiatorResponse) GetIdOk ¶
func (o *AuditLogEntryInitiatorResponse) GetIdOk() (ret AuditLogEntryInitiatorResponseGetIdRetType, 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 (*AuditLogEntryInitiatorResponse) HasEmail ¶
func (o *AuditLogEntryInitiatorResponse) HasEmail() bool
HasEmail 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 (*AuditLogEntryInitiatorResponse) SetEmail ¶
func (o *AuditLogEntryInitiatorResponse) SetEmail(v AuditLogEntryInitiatorResponseGetEmailRetType)
SetEmail gets a reference to the given string and assigns it to the Email field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryInitiatorResponse) SetId ¶
func (o *AuditLogEntryInitiatorResponse) SetId(v AuditLogEntryInitiatorResponseGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (AuditLogEntryInitiatorResponse) ToMap
deprecated
func (o AuditLogEntryInitiatorResponse) 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 AuditLogEntryInitiatorResponseGetEmailArgType
deprecated
type AuditLogEntryInitiatorResponseGetEmailArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryInitiatorResponseGetEmailAttributeType ¶
type AuditLogEntryInitiatorResponseGetEmailAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryInitiatorResponseGetEmailRetType
deprecated
type AuditLogEntryInitiatorResponseGetEmailRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryInitiatorResponseGetIdArgType
deprecated
type AuditLogEntryInitiatorResponseGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryInitiatorResponseGetIdAttributeType ¶
type AuditLogEntryInitiatorResponseGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryInitiatorResponseGetIdRetType
deprecated
type AuditLogEntryInitiatorResponseGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryRequestResponse ¶
type AuditLogEntryRequestResponse struct {
// Body used to make the request.
Body AuditLogEntryRequestResponseGetBodyAttributeType `json:"body,omitempty"`
// Endpoint which received the request.
// REQUIRED
Endpoint AuditLogEntryRequestResponseGetEndpointAttributeType `json:"endpoint" required:"true"`
// Headers used to make the request. May only contain (string -> string) key-value pairs.
Headers AuditLogEntryRequestResponseGetHeadersAttributeType `json:"headers,omitempty"`
// Parameters used to make the request.
Parameters AuditLogEntryRequestResponseGetParametersAttributeType `json:"parameters,omitempty"`
}
AuditLogEntryRequestResponse Request, which mirrors the action of the user and the resulting changes within the system Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAuditLogEntryRequestResponse ¶
func NewAuditLogEntryRequestResponse(endpoint AuditLogEntryRequestResponseGetEndpointArgType) *AuditLogEntryRequestResponse
NewAuditLogEntryRequestResponse instantiates a new AuditLogEntryRequestResponse 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 NewAuditLogEntryRequestResponseWithDefaults ¶
func NewAuditLogEntryRequestResponseWithDefaults() *AuditLogEntryRequestResponse
NewAuditLogEntryRequestResponseWithDefaults instantiates a new AuditLogEntryRequestResponse 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 (*AuditLogEntryRequestResponse) GetBody ¶
func (o *AuditLogEntryRequestResponse) GetBody() (res AuditLogEntryRequestResponseGetBodyRetType)
GetBody returns the Body 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 (*AuditLogEntryRequestResponse) GetBodyOk ¶
func (o *AuditLogEntryRequestResponse) GetBodyOk() (ret AuditLogEntryRequestResponseGetBodyRetType, ok bool)
GetBodyOk returns a tuple with the Body 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 (*AuditLogEntryRequestResponse) GetEndpoint ¶
func (o *AuditLogEntryRequestResponse) GetEndpoint() (ret AuditLogEntryRequestResponseGetEndpointRetType)
GetEndpoint returns the Endpoint field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryRequestResponse) GetEndpointOk ¶
func (o *AuditLogEntryRequestResponse) GetEndpointOk() (ret AuditLogEntryRequestResponseGetEndpointRetType, ok bool)
GetEndpointOk returns a tuple with the Endpoint 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 (*AuditLogEntryRequestResponse) GetHeaders ¶
func (o *AuditLogEntryRequestResponse) GetHeaders() (res AuditLogEntryRequestResponseGetHeadersRetType)
GetHeaders returns the Headers 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 (*AuditLogEntryRequestResponse) GetHeadersOk ¶
func (o *AuditLogEntryRequestResponse) GetHeadersOk() (ret AuditLogEntryRequestResponseGetHeadersRetType, ok bool)
GetHeadersOk returns a tuple with the Headers 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 (*AuditLogEntryRequestResponse) GetParameters ¶
func (o *AuditLogEntryRequestResponse) GetParameters() (res AuditLogEntryRequestResponseGetParametersRetType)
GetParameters returns the Parameters 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 (*AuditLogEntryRequestResponse) GetParametersOk ¶
func (o *AuditLogEntryRequestResponse) GetParametersOk() (ret AuditLogEntryRequestResponseGetParametersRetType, ok bool)
GetParametersOk returns a tuple with the Parameters 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 (*AuditLogEntryRequestResponse) HasBody ¶
func (o *AuditLogEntryRequestResponse) HasBody() bool
HasBody 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 (*AuditLogEntryRequestResponse) HasHeaders ¶
func (o *AuditLogEntryRequestResponse) HasHeaders() bool
HasHeaders 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 (*AuditLogEntryRequestResponse) HasParameters ¶
func (o *AuditLogEntryRequestResponse) HasParameters() bool
HasParameters 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 (*AuditLogEntryRequestResponse) SetBody ¶
func (o *AuditLogEntryRequestResponse) SetBody(v AuditLogEntryRequestResponseGetBodyRetType)
SetBody gets a reference to the given map[string]interface{} and assigns it to the Body field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryRequestResponse) SetEndpoint ¶
func (o *AuditLogEntryRequestResponse) SetEndpoint(v AuditLogEntryRequestResponseGetEndpointRetType)
SetEndpoint sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryRequestResponse) SetHeaders ¶
func (o *AuditLogEntryRequestResponse) SetHeaders(v AuditLogEntryRequestResponseGetHeadersRetType)
SetHeaders gets a reference to the given map[string]interface{} and assigns it to the Headers field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryRequestResponse) SetParameters ¶
func (o *AuditLogEntryRequestResponse) SetParameters(v AuditLogEntryRequestResponseGetParametersRetType)
SetParameters gets a reference to the given map[string]interface{} and assigns it to the Parameters field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (AuditLogEntryRequestResponse) ToMap
deprecated
func (o AuditLogEntryRequestResponse) 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 AuditLogEntryRequestResponseGetBodyArgType
deprecated
type AuditLogEntryRequestResponseGetBodyArgType = map[string]interface{}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryRequestResponseGetBodyAttributeType ¶
type AuditLogEntryRequestResponseGetBodyAttributeType = *map[string]interface{}
isFreeform Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryRequestResponseGetBodyRetType
deprecated
type AuditLogEntryRequestResponseGetBodyRetType = map[string]interface{}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryRequestResponseGetEndpointArgType
deprecated
type AuditLogEntryRequestResponseGetEndpointArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryRequestResponseGetEndpointAttributeType ¶
type AuditLogEntryRequestResponseGetEndpointAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryRequestResponseGetEndpointRetType
deprecated
type AuditLogEntryRequestResponseGetEndpointRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryRequestResponseGetHeadersArgType
deprecated
type AuditLogEntryRequestResponseGetHeadersArgType = map[string]interface{}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryRequestResponseGetHeadersAttributeType ¶
type AuditLogEntryRequestResponseGetHeadersAttributeType = *map[string]interface{}
isFreeform Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryRequestResponseGetHeadersRetType
deprecated
type AuditLogEntryRequestResponseGetHeadersRetType = map[string]interface{}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryRequestResponseGetParametersArgType
deprecated
type AuditLogEntryRequestResponseGetParametersArgType = map[string]interface{}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryRequestResponseGetParametersAttributeType ¶
type AuditLogEntryRequestResponseGetParametersAttributeType = *map[string]interface{}
isFreeform Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryRequestResponseGetParametersRetType
deprecated
type AuditLogEntryRequestResponseGetParametersRetType = map[string]interface{}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponse ¶
type AuditLogEntryResponse struct {
Context AuditLogEntryResponseGetContextAttributeType `json:"context,omitempty"`
// Unique ID which identifies the request from the sender point of view.
CorrelationId AuditLogEntryResponseGetCorrelationIdAttributeType `json:"correlationId,omitempty"`
// Additional information about the event that is not part of the request or response. May contain arbitrary data.
Details AuditLogEntryResponseGetDetailsAttributeType `json:"details,omitempty"`
// Name of the operation this event represents.
// REQUIRED
EventName AuditLogEntryResponseGetEventNameAttributeType `json:"eventName" required:"true"`
// The service in which the causing event was handled.
// REQUIRED
EventSource AuditLogEntryResponseGetEventSourceAttributeType `json:"eventSource" required:"true"`
// Timestamp at which the event was triggered.
// REQUIRED
EventTimeStamp AuditLogEntryResponseGetEventTimeStampAttributeType `json:"eventTimeStamp" required:"true"`
// Type that can be assigned to the event. For example, an event \"Organization created\" can be assigned to the type ADMIN_EVENT
// REQUIRED
EventType AuditLogEntryResponseGetEventTypeAttributeType `json:"eventType" required:"true"`
// Version of the log event format.
// REQUIRED
EventVersion AuditLogEntryResponseGetEventVersionAttributeType `json:"eventVersion" required:"true"`
// Unique ID generated by the audit log.
// REQUIRED
Id AuditLogEntryResponseGetIdAttributeType `json:"id" required:"true"`
// REQUIRED
Initiator AuditLogEntryResponseGetInitiatorAttributeType `json:"initiator" required:"true"`
// Timestamp at which the event was received by the audit log.
// REQUIRED
ReceivedTimeStamp AuditLogEntryResponseGetReceivedTimeStampAttributeType `json:"receivedTimeStamp" required:"true"`
// Region from which the event has been emitted.
// REQUIRED
Region AuditLogEntryResponseGetRegionAttributeType `json:"region" required:"true"`
// REQUIRED
Request AuditLogEntryResponseGetRequestAttributeType `json:"request" required:"true"`
// Unique id of the resource that is target of the operation
ResourceId AuditLogEntryResponseGetResourceIdAttributeType `json:"resourceId,omitempty"`
// Name of the resource that is target of the operation
ResourceName AuditLogEntryResponseGetResourceNameAttributeType `json:"resourceName,omitempty"`
// Object representing the change resulting from this event. May be omitted if no change has been applied. May contain arbitrary data.
Result AuditLogEntryResponseGetResultAttributeType `json:"result,omitempty"`
ServiceAccountDelegationInfo AuditLogEntryResponseGetServiceAccountDelegationInfoAttributeType `json:"serviceAccountDelegationInfo,omitempty"`
// The severity of this request.
// REQUIRED
Severity AuditLogEntryResponseGetSeverityAttributeType `json:"severity" required:"true"`
// IP address that the request was made from
// REQUIRED
SourceIpAddress AuditLogEntryResponseGetSourceIpAddressAttributeType `json:"sourceIpAddress" required:"true"`
// Agent through which the request was made from (e.g. Portal, CLI, SDK, ...)
// REQUIRED
UserAgent AuditLogEntryResponseGetUserAgentAttributeType `json:"userAgent" required:"true"`
// PUBLIC for entries that are intended for end users, while PRIVATE entries can only be viewed with system privileges.
// REQUIRED
Visibility AuditLogEntryResponseGetVisibilityAttributeType `json:"visibility" required:"true"`
}
AuditLogEntryResponse struct for AuditLogEntryResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAuditLogEntryResponse ¶
func NewAuditLogEntryResponse(eventName AuditLogEntryResponseGetEventNameArgType, eventSource AuditLogEntryResponseGetEventSourceArgType, eventTimeStamp AuditLogEntryResponseGetEventTimeStampArgType, eventType AuditLogEntryResponseGetEventTypeArgType, eventVersion AuditLogEntryResponseGetEventVersionArgType, id AuditLogEntryResponseGetIdArgType, initiator AuditLogEntryResponseGetInitiatorArgType, receivedTimeStamp AuditLogEntryResponseGetReceivedTimeStampArgType, region AuditLogEntryResponseGetRegionArgType, request AuditLogEntryResponseGetRequestArgType, severity AuditLogEntryResponseGetSeverityArgType, sourceIpAddress AuditLogEntryResponseGetSourceIpAddressArgType, userAgent AuditLogEntryResponseGetUserAgentArgType, visibility AuditLogEntryResponseGetVisibilityArgType) *AuditLogEntryResponse
NewAuditLogEntryResponse instantiates a new AuditLogEntryResponse 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 NewAuditLogEntryResponseWithDefaults ¶
func NewAuditLogEntryResponseWithDefaults() *AuditLogEntryResponse
NewAuditLogEntryResponseWithDefaults instantiates a new AuditLogEntryResponse 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 (*AuditLogEntryResponse) GetContext ¶
func (o *AuditLogEntryResponse) GetContext() (res AuditLogEntryResponseGetContextRetType)
GetContext returns the Context 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 (*AuditLogEntryResponse) GetContextOk ¶
func (o *AuditLogEntryResponse) GetContextOk() (ret AuditLogEntryResponseGetContextRetType, ok bool)
GetContextOk returns a tuple with the Context 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 (*AuditLogEntryResponse) GetCorrelationId ¶
func (o *AuditLogEntryResponse) GetCorrelationId() (res AuditLogEntryResponseGetCorrelationIdRetType)
GetCorrelationId returns the CorrelationId 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 (*AuditLogEntryResponse) GetCorrelationIdOk ¶
func (o *AuditLogEntryResponse) GetCorrelationIdOk() (ret AuditLogEntryResponseGetCorrelationIdRetType, ok bool)
GetCorrelationIdOk returns a tuple with the CorrelationId 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 (*AuditLogEntryResponse) GetDetails ¶
func (o *AuditLogEntryResponse) GetDetails() (res AuditLogEntryResponseGetDetailsRetType)
GetDetails returns the Details 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 (*AuditLogEntryResponse) GetDetailsOk ¶
func (o *AuditLogEntryResponse) GetDetailsOk() (ret AuditLogEntryResponseGetDetailsRetType, ok bool)
GetDetailsOk returns a tuple with the Details 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 (*AuditLogEntryResponse) GetEventName ¶
func (o *AuditLogEntryResponse) GetEventName() (ret AuditLogEntryResponseGetEventNameRetType)
GetEventName returns the EventName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) GetEventNameOk ¶
func (o *AuditLogEntryResponse) GetEventNameOk() (ret AuditLogEntryResponseGetEventNameRetType, ok bool)
GetEventNameOk returns a tuple with the EventName 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 (*AuditLogEntryResponse) GetEventSource ¶
func (o *AuditLogEntryResponse) GetEventSource() (ret AuditLogEntryResponseGetEventSourceRetType)
GetEventSource returns the EventSource field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) GetEventSourceOk ¶
func (o *AuditLogEntryResponse) GetEventSourceOk() (ret AuditLogEntryResponseGetEventSourceRetType, ok bool)
GetEventSourceOk returns a tuple with the EventSource 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 (*AuditLogEntryResponse) GetEventTimeStamp ¶
func (o *AuditLogEntryResponse) GetEventTimeStamp() (ret AuditLogEntryResponseGetEventTimeStampRetType)
GetEventTimeStamp returns the EventTimeStamp field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) GetEventTimeStampOk ¶
func (o *AuditLogEntryResponse) GetEventTimeStampOk() (ret AuditLogEntryResponseGetEventTimeStampRetType, ok bool)
GetEventTimeStampOk returns a tuple with the EventTimeStamp 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 (*AuditLogEntryResponse) GetEventType ¶
func (o *AuditLogEntryResponse) GetEventType() (ret AuditLogEntryResponseGetEventTypeRetType)
GetEventType returns the EventType field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) GetEventTypeOk ¶
func (o *AuditLogEntryResponse) GetEventTypeOk() (ret AuditLogEntryResponseGetEventTypeRetType, ok bool)
GetEventTypeOk returns a tuple with the EventType 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 (*AuditLogEntryResponse) GetEventVersion ¶
func (o *AuditLogEntryResponse) GetEventVersion() (ret AuditLogEntryResponseGetEventVersionRetType)
GetEventVersion returns the EventVersion field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) GetEventVersionOk ¶
func (o *AuditLogEntryResponse) GetEventVersionOk() (ret AuditLogEntryResponseGetEventVersionRetType, ok bool)
GetEventVersionOk returns a tuple with the EventVersion 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 (*AuditLogEntryResponse) GetId ¶
func (o *AuditLogEntryResponse) GetId() (ret AuditLogEntryResponseGetIdRetType)
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 (*AuditLogEntryResponse) GetIdOk ¶
func (o *AuditLogEntryResponse) GetIdOk() (ret AuditLogEntryResponseGetIdRetType, 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 (*AuditLogEntryResponse) GetInitiator ¶
func (o *AuditLogEntryResponse) GetInitiator() (ret AuditLogEntryResponseGetInitiatorRetType)
GetInitiator returns the Initiator field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) GetInitiatorOk ¶
func (o *AuditLogEntryResponse) GetInitiatorOk() (ret AuditLogEntryResponseGetInitiatorRetType, ok bool)
GetInitiatorOk returns a tuple with the Initiator 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 (*AuditLogEntryResponse) GetReceivedTimeStamp ¶
func (o *AuditLogEntryResponse) GetReceivedTimeStamp() (ret AuditLogEntryResponseGetReceivedTimeStampRetType)
GetReceivedTimeStamp returns the ReceivedTimeStamp field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) GetReceivedTimeStampOk ¶
func (o *AuditLogEntryResponse) GetReceivedTimeStampOk() (ret AuditLogEntryResponseGetReceivedTimeStampRetType, ok bool)
GetReceivedTimeStampOk returns a tuple with the ReceivedTimeStamp 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 (*AuditLogEntryResponse) GetRegion ¶
func (o *AuditLogEntryResponse) GetRegion() (ret AuditLogEntryResponseGetRegionRetType)
GetRegion returns the Region field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) GetRegionOk ¶
func (o *AuditLogEntryResponse) GetRegionOk() (ret AuditLogEntryResponseGetRegionRetType, ok bool)
GetRegionOk returns a tuple with the Region 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 (*AuditLogEntryResponse) GetRequest ¶
func (o *AuditLogEntryResponse) GetRequest() (ret AuditLogEntryResponseGetRequestRetType)
GetRequest returns the Request field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) GetRequestOk ¶
func (o *AuditLogEntryResponse) GetRequestOk() (ret AuditLogEntryResponseGetRequestRetType, ok bool)
GetRequestOk returns a tuple with the Request 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 (*AuditLogEntryResponse) GetResourceId ¶
func (o *AuditLogEntryResponse) GetResourceId() (res AuditLogEntryResponseGetResourceIdRetType)
GetResourceId returns the ResourceId 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 (*AuditLogEntryResponse) GetResourceIdOk ¶
func (o *AuditLogEntryResponse) GetResourceIdOk() (ret AuditLogEntryResponseGetResourceIdRetType, ok bool)
GetResourceIdOk returns a tuple with the ResourceId 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 (*AuditLogEntryResponse) GetResourceName ¶
func (o *AuditLogEntryResponse) GetResourceName() (res AuditLogEntryResponseGetResourceNameRetType)
GetResourceName returns the ResourceName 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 (*AuditLogEntryResponse) GetResourceNameOk ¶
func (o *AuditLogEntryResponse) GetResourceNameOk() (ret AuditLogEntryResponseGetResourceNameRetType, ok bool)
GetResourceNameOk returns a tuple with the ResourceName 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 (*AuditLogEntryResponse) GetResult ¶
func (o *AuditLogEntryResponse) GetResult() (res AuditLogEntryResponseGetResultRetType)
GetResult returns the Result 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 (*AuditLogEntryResponse) GetResultOk ¶
func (o *AuditLogEntryResponse) GetResultOk() (ret AuditLogEntryResponseGetResultRetType, ok bool)
GetResultOk returns a tuple with the Result 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 (*AuditLogEntryResponse) GetServiceAccountDelegationInfo ¶
func (o *AuditLogEntryResponse) GetServiceAccountDelegationInfo() (res AuditLogEntryResponseGetServiceAccountDelegationInfoRetType)
GetServiceAccountDelegationInfo returns the ServiceAccountDelegationInfo 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 (*AuditLogEntryResponse) GetServiceAccountDelegationInfoOk ¶
func (o *AuditLogEntryResponse) GetServiceAccountDelegationInfoOk() (ret AuditLogEntryResponseGetServiceAccountDelegationInfoRetType, ok bool)
GetServiceAccountDelegationInfoOk returns a tuple with the ServiceAccountDelegationInfo 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 (*AuditLogEntryResponse) GetSeverity ¶
func (o *AuditLogEntryResponse) GetSeverity() (ret AuditLogEntryResponseGetSeverityRetType)
GetSeverity returns the Severity field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) GetSeverityOk ¶
func (o *AuditLogEntryResponse) GetSeverityOk() (ret AuditLogEntryResponseGetSeverityRetType, ok bool)
GetSeverityOk returns a tuple with the Severity 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 (*AuditLogEntryResponse) GetSourceIpAddress ¶
func (o *AuditLogEntryResponse) GetSourceIpAddress() (ret AuditLogEntryResponseGetSourceIpAddressRetType)
GetSourceIpAddress returns the SourceIpAddress field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) GetSourceIpAddressOk ¶
func (o *AuditLogEntryResponse) GetSourceIpAddressOk() (ret AuditLogEntryResponseGetSourceIpAddressRetType, ok bool)
GetSourceIpAddressOk returns a tuple with the SourceIpAddress 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 (*AuditLogEntryResponse) GetUserAgent ¶
func (o *AuditLogEntryResponse) GetUserAgent() (ret AuditLogEntryResponseGetUserAgentRetType)
GetUserAgent returns the UserAgent field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) GetUserAgentOk ¶
func (o *AuditLogEntryResponse) GetUserAgentOk() (ret AuditLogEntryResponseGetUserAgentRetType, ok bool)
GetUserAgentOk returns a tuple with the UserAgent 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 (*AuditLogEntryResponse) GetVisibility ¶
func (o *AuditLogEntryResponse) GetVisibility() (ret AuditLogEntryResponseGetVisibilityRetType)
GetVisibility returns the Visibility field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) GetVisibilityOk ¶
func (o *AuditLogEntryResponse) GetVisibilityOk() (ret AuditLogEntryResponseGetVisibilityRetType, ok bool)
GetVisibilityOk returns a tuple with the Visibility 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 (*AuditLogEntryResponse) HasContext ¶
func (o *AuditLogEntryResponse) HasContext() bool
HasContext 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 (*AuditLogEntryResponse) HasCorrelationId ¶
func (o *AuditLogEntryResponse) HasCorrelationId() bool
HasCorrelationId 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 (*AuditLogEntryResponse) HasDetails ¶
func (o *AuditLogEntryResponse) HasDetails() bool
HasDetails 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 (*AuditLogEntryResponse) HasResourceId ¶
func (o *AuditLogEntryResponse) HasResourceId() bool
HasResourceId 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 (*AuditLogEntryResponse) HasResourceName ¶
func (o *AuditLogEntryResponse) HasResourceName() bool
HasResourceName 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 (*AuditLogEntryResponse) HasResult ¶
func (o *AuditLogEntryResponse) HasResult() bool
HasResult 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 (*AuditLogEntryResponse) HasServiceAccountDelegationInfo ¶
func (o *AuditLogEntryResponse) HasServiceAccountDelegationInfo() bool
HasServiceAccountDelegationInfo 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 (*AuditLogEntryResponse) SetContext ¶
func (o *AuditLogEntryResponse) SetContext(v AuditLogEntryResponseGetContextRetType)
SetContext gets a reference to the given AuditLogEntryContextResponse and assigns it to the Context field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetCorrelationId ¶
func (o *AuditLogEntryResponse) SetCorrelationId(v AuditLogEntryResponseGetCorrelationIdRetType)
SetCorrelationId gets a reference to the given string and assigns it to the CorrelationId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetDetails ¶
func (o *AuditLogEntryResponse) SetDetails(v AuditLogEntryResponseGetDetailsRetType)
SetDetails gets a reference to the given map[string]interface{} and assigns it to the Details field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetEventName ¶
func (o *AuditLogEntryResponse) SetEventName(v AuditLogEntryResponseGetEventNameRetType)
SetEventName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetEventSource ¶
func (o *AuditLogEntryResponse) SetEventSource(v AuditLogEntryResponseGetEventSourceRetType)
SetEventSource sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetEventTimeStamp ¶
func (o *AuditLogEntryResponse) SetEventTimeStamp(v AuditLogEntryResponseGetEventTimeStampRetType)
SetEventTimeStamp sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetEventType ¶
func (o *AuditLogEntryResponse) SetEventType(v AuditLogEntryResponseGetEventTypeRetType)
SetEventType sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetEventVersion ¶
func (o *AuditLogEntryResponse) SetEventVersion(v AuditLogEntryResponseGetEventVersionRetType)
SetEventVersion sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetId ¶
func (o *AuditLogEntryResponse) SetId(v AuditLogEntryResponseGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetInitiator ¶
func (o *AuditLogEntryResponse) SetInitiator(v AuditLogEntryResponseGetInitiatorRetType)
SetInitiator sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetReceivedTimeStamp ¶
func (o *AuditLogEntryResponse) SetReceivedTimeStamp(v AuditLogEntryResponseGetReceivedTimeStampRetType)
SetReceivedTimeStamp sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetRegion ¶
func (o *AuditLogEntryResponse) SetRegion(v AuditLogEntryResponseGetRegionRetType)
SetRegion sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetRequest ¶
func (o *AuditLogEntryResponse) SetRequest(v AuditLogEntryResponseGetRequestRetType)
SetRequest sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetResourceId ¶
func (o *AuditLogEntryResponse) SetResourceId(v AuditLogEntryResponseGetResourceIdRetType)
SetResourceId gets a reference to the given string and assigns it to the ResourceId field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetResourceName ¶
func (o *AuditLogEntryResponse) SetResourceName(v AuditLogEntryResponseGetResourceNameRetType)
SetResourceName gets a reference to the given string and assigns it to the ResourceName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetResult ¶
func (o *AuditLogEntryResponse) SetResult(v AuditLogEntryResponseGetResultRetType)
SetResult gets a reference to the given map[string]interface{} and assigns it to the Result field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetServiceAccountDelegationInfo ¶
func (o *AuditLogEntryResponse) SetServiceAccountDelegationInfo(v AuditLogEntryResponseGetServiceAccountDelegationInfoRetType)
SetServiceAccountDelegationInfo gets a reference to the given AuditLogEntryServiceAccountDelegationInfoResponse and assigns it to the ServiceAccountDelegationInfo field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetSeverity ¶
func (o *AuditLogEntryResponse) SetSeverity(v AuditLogEntryResponseGetSeverityRetType)
SetSeverity sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetSourceIpAddress ¶
func (o *AuditLogEntryResponse) SetSourceIpAddress(v AuditLogEntryResponseGetSourceIpAddressRetType)
SetSourceIpAddress sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetUserAgent ¶
func (o *AuditLogEntryResponse) SetUserAgent(v AuditLogEntryResponseGetUserAgentRetType)
SetUserAgent sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponse) SetVisibility ¶
func (o *AuditLogEntryResponse) SetVisibility(v AuditLogEntryResponseGetVisibilityRetType)
SetVisibility sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (AuditLogEntryResponse) ToMap
deprecated
func (o AuditLogEntryResponse) 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 AuditLogEntryResponseEventType ¶
type AuditLogEntryResponseEventType string
AuditLogEntryResponseEventType Type that can be assigned to the event. For example, an event \"Organization created\" can be assigned to the type ADMIN_EVENT 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 AUDITLOGENTRYRESPONSEEVENT_TYPE_ADMIN_ACTIVITY AuditLogEntryResponseEventType = "ADMIN_ACTIVITY" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead AUDITLOGENTRYRESPONSEEVENT_TYPE_SYSTEM_EVENT AuditLogEntryResponseEventType = "SYSTEM_EVENT" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead AUDITLOGENTRYRESPONSEEVENT_TYPE_POLICY_DENIED AuditLogEntryResponseEventType = "POLICY_DENIED" )
List of EventType
func NewAuditLogEntryResponseEventTypeFromValue ¶
func NewAuditLogEntryResponseEventTypeFromValue(v AuditLogEntryResponseEventType) (*AuditLogEntryResponseEventType, error)
NewAuditLogEntryResponseEventTypeFromValue returns a pointer to a valid AuditLogEntryResponseEventType 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 (AuditLogEntryResponseEventType) IsValid ¶
func (v AuditLogEntryResponseEventType) 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 (AuditLogEntryResponseEventType) Ptr ¶
func (v AuditLogEntryResponseEventType) Ptr() *AuditLogEntryResponseEventType
Ptr returns reference to EventTypeEventType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponseEventType) UnmarshalJSON
deprecated
func (v *AuditLogEntryResponseEventType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetContextArgType
deprecated
type AuditLogEntryResponseGetContextArgType = AuditLogEntryContextResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetContextAttributeType ¶
type AuditLogEntryResponseGetContextAttributeType = *AuditLogEntryContextResponse
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetContextRetType
deprecated
type AuditLogEntryResponseGetContextRetType = AuditLogEntryContextResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetCorrelationIdArgType
deprecated
type AuditLogEntryResponseGetCorrelationIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetCorrelationIdAttributeType ¶
type AuditLogEntryResponseGetCorrelationIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetCorrelationIdRetType
deprecated
type AuditLogEntryResponseGetCorrelationIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetDetailsArgType
deprecated
type AuditLogEntryResponseGetDetailsArgType = map[string]interface{}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetDetailsAttributeType ¶
type AuditLogEntryResponseGetDetailsAttributeType = *map[string]interface{}
isFreeform Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetDetailsRetType
deprecated
type AuditLogEntryResponseGetDetailsRetType = map[string]interface{}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetEventNameArgType
deprecated
type AuditLogEntryResponseGetEventNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetEventNameAttributeType ¶
type AuditLogEntryResponseGetEventNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetEventNameRetType
deprecated
type AuditLogEntryResponseGetEventNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetEventSourceArgType
deprecated
type AuditLogEntryResponseGetEventSourceArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetEventSourceAttributeType ¶
type AuditLogEntryResponseGetEventSourceAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetEventSourceRetType
deprecated
type AuditLogEntryResponseGetEventSourceRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetEventTimeStampArgType
deprecated
type AuditLogEntryResponseGetEventTimeStampAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetEventTimeStampRetType
deprecated
type AuditLogEntryResponseGetEventTypeArgType
deprecated
type AuditLogEntryResponseGetEventTypeArgType = AuditLogEntryResponseEventType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetEventTypeAttributeType
deprecated
type AuditLogEntryResponseGetEventTypeAttributeType = *AuditLogEntryResponseEventType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetEventTypeRetType
deprecated
type AuditLogEntryResponseGetEventTypeRetType = AuditLogEntryResponseEventType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetEventVersionArgType
deprecated
type AuditLogEntryResponseGetEventVersionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetEventVersionAttributeType ¶
type AuditLogEntryResponseGetEventVersionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetEventVersionRetType
deprecated
type AuditLogEntryResponseGetEventVersionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetIdArgType
deprecated
type AuditLogEntryResponseGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetIdAttributeType ¶
type AuditLogEntryResponseGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetIdRetType
deprecated
type AuditLogEntryResponseGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetInitiatorArgType
deprecated
type AuditLogEntryResponseGetInitiatorArgType = AuditLogEntryInitiatorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetInitiatorAttributeType ¶
type AuditLogEntryResponseGetInitiatorAttributeType = *AuditLogEntryInitiatorResponse
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetInitiatorRetType
deprecated
type AuditLogEntryResponseGetInitiatorRetType = AuditLogEntryInitiatorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetReceivedTimeStampArgType
deprecated
type AuditLogEntryResponseGetReceivedTimeStampAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetReceivedTimeStampRetType
deprecated
type AuditLogEntryResponseGetRegionArgType
deprecated
type AuditLogEntryResponseGetRegionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetRegionAttributeType ¶
type AuditLogEntryResponseGetRegionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetRegionRetType
deprecated
type AuditLogEntryResponseGetRegionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetRequestArgType
deprecated
type AuditLogEntryResponseGetRequestArgType = AuditLogEntryRequestResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetRequestAttributeType ¶
type AuditLogEntryResponseGetRequestAttributeType = *AuditLogEntryRequestResponse
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetRequestRetType
deprecated
type AuditLogEntryResponseGetRequestRetType = AuditLogEntryRequestResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetResourceIdArgType
deprecated
type AuditLogEntryResponseGetResourceIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetResourceIdAttributeType ¶
type AuditLogEntryResponseGetResourceIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetResourceIdRetType
deprecated
type AuditLogEntryResponseGetResourceIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetResourceNameArgType
deprecated
type AuditLogEntryResponseGetResourceNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetResourceNameAttributeType ¶
type AuditLogEntryResponseGetResourceNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetResourceNameRetType
deprecated
type AuditLogEntryResponseGetResourceNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetResultArgType
deprecated
type AuditLogEntryResponseGetResultArgType = map[string]interface{}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetResultAttributeType ¶
type AuditLogEntryResponseGetResultAttributeType = *map[string]interface{}
isFreeform Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetResultRetType
deprecated
type AuditLogEntryResponseGetResultRetType = map[string]interface{}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetServiceAccountDelegationInfoArgType
deprecated
type AuditLogEntryResponseGetServiceAccountDelegationInfoArgType = AuditLogEntryServiceAccountDelegationInfoResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetServiceAccountDelegationInfoAttributeType ¶
type AuditLogEntryResponseGetServiceAccountDelegationInfoAttributeType = *AuditLogEntryServiceAccountDelegationInfoResponse
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetServiceAccountDelegationInfoRetType
deprecated
type AuditLogEntryResponseGetServiceAccountDelegationInfoRetType = AuditLogEntryServiceAccountDelegationInfoResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetSeverityArgType
deprecated
type AuditLogEntryResponseGetSeverityArgType = AuditLogEntryResponseSeverity
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetSeverityAttributeType
deprecated
type AuditLogEntryResponseGetSeverityAttributeType = *AuditLogEntryResponseSeverity
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetSeverityRetType
deprecated
type AuditLogEntryResponseGetSeverityRetType = AuditLogEntryResponseSeverity
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetSourceIpAddressArgType
deprecated
type AuditLogEntryResponseGetSourceIpAddressArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetSourceIpAddressAttributeType ¶
type AuditLogEntryResponseGetSourceIpAddressAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetSourceIpAddressRetType
deprecated
type AuditLogEntryResponseGetSourceIpAddressRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetUserAgentArgType
deprecated
type AuditLogEntryResponseGetUserAgentArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetUserAgentAttributeType ¶
type AuditLogEntryResponseGetUserAgentAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetUserAgentRetType
deprecated
type AuditLogEntryResponseGetUserAgentRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetVisibilityArgType
deprecated
type AuditLogEntryResponseGetVisibilityArgType = AuditLogEntryResponseVisibility
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetVisibilityAttributeType
deprecated
type AuditLogEntryResponseGetVisibilityAttributeType = *AuditLogEntryResponseVisibility
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseGetVisibilityRetType
deprecated
type AuditLogEntryResponseGetVisibilityRetType = AuditLogEntryResponseVisibility
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseSeverity ¶
type AuditLogEntryResponseSeverity string
AuditLogEntryResponseSeverity The severity of this request. 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 AUDITLOGENTRYRESPONSESEVERITY_INFO AuditLogEntryResponseSeverity = "INFO" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead AUDITLOGENTRYRESPONSESEVERITY_ERROR AuditLogEntryResponseSeverity = "ERROR" )
List of Severity
func NewAuditLogEntryResponseSeverityFromValue ¶
func NewAuditLogEntryResponseSeverityFromValue(v AuditLogEntryResponseSeverity) (*AuditLogEntryResponseSeverity, error)
NewAuditLogEntryResponseSeverityFromValue returns a pointer to a valid AuditLogEntryResponseSeverity 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 (AuditLogEntryResponseSeverity) IsValid ¶
func (v AuditLogEntryResponseSeverity) 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 (AuditLogEntryResponseSeverity) Ptr ¶
func (v AuditLogEntryResponseSeverity) Ptr() *AuditLogEntryResponseSeverity
Ptr returns reference to SeveritySeverity value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponseSeverity) UnmarshalJSON
deprecated
func (v *AuditLogEntryResponseSeverity) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryResponseVisibility ¶
type AuditLogEntryResponseVisibility string
AuditLogEntryResponseVisibility PUBLIC for entries that are intended for end users, while PRIVATE entries can only be viewed with system privileges. 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 AUDITLOGENTRYRESPONSEVISIBILITY_PUBLIC AuditLogEntryResponseVisibility = "PUBLIC" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead AUDITLOGENTRYRESPONSEVISIBILITY_PRIVATE AuditLogEntryResponseVisibility = "PRIVATE" )
List of Visibility
func NewAuditLogEntryResponseVisibilityFromValue ¶
func NewAuditLogEntryResponseVisibilityFromValue(v AuditLogEntryResponseVisibility) (*AuditLogEntryResponseVisibility, error)
NewAuditLogEntryResponseVisibilityFromValue returns a pointer to a valid AuditLogEntryResponseVisibility 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 (AuditLogEntryResponseVisibility) IsValid ¶
func (v AuditLogEntryResponseVisibility) 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 (AuditLogEntryResponseVisibility) Ptr ¶
func (v AuditLogEntryResponseVisibility) Ptr() *AuditLogEntryResponseVisibility
Ptr returns reference to VisibilityVisibility value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryResponseVisibility) UnmarshalJSON
deprecated
func (v *AuditLogEntryResponseVisibility) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryServiceAccountDelegationInfoResponse ¶
type AuditLogEntryServiceAccountDelegationInfoResponse struct {
// Delegation chain for the service account
// REQUIRED
Principals AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsAttributeType `json:"principals" required:"true"`
}
AuditLogEntryServiceAccountDelegationInfoResponse Information about service account delegation Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAuditLogEntryServiceAccountDelegationInfoResponse ¶
func NewAuditLogEntryServiceAccountDelegationInfoResponse(principals AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsArgType) *AuditLogEntryServiceAccountDelegationInfoResponse
NewAuditLogEntryServiceAccountDelegationInfoResponse instantiates a new AuditLogEntryServiceAccountDelegationInfoResponse 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 NewAuditLogEntryServiceAccountDelegationInfoResponseWithDefaults ¶
func NewAuditLogEntryServiceAccountDelegationInfoResponseWithDefaults() *AuditLogEntryServiceAccountDelegationInfoResponse
NewAuditLogEntryServiceAccountDelegationInfoResponseWithDefaults instantiates a new AuditLogEntryServiceAccountDelegationInfoResponse 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 (*AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipals ¶
func (o *AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipals() (ret AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType)
GetPrincipals returns the Principals field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipalsOk ¶
func (o *AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipalsOk() (ret AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType, ok bool)
GetPrincipalsOk returns a tuple with the Principals 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 (*AuditLogEntryServiceAccountDelegationInfoResponse) SetPrincipals ¶
func (o *AuditLogEntryServiceAccountDelegationInfoResponse) SetPrincipals(v AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType)
SetPrincipals sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (AuditLogEntryServiceAccountDelegationInfoResponse) ToMap
deprecated
func (o AuditLogEntryServiceAccountDelegationInfoResponse) 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 AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsArgType
deprecated
type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsArgType = []ServiceAccountDelegationInfoPrincipalResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsAttributeType ¶
type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsAttributeType = *[]ServiceAccountDelegationInfoPrincipalResponse
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType
deprecated
type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType = []ServiceAccountDelegationInfoPrincipalResponse
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 {
/*
ListFolderAuditLogEntries Folder - Download audit log entries
Returns all audit log entries of the folder for the specified period. \
Period must not be longer than 24 hours within the last 90 days.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId ID of the folder for which entries should be returned.
@return ApiListFolderAuditLogEntriesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListFolderAuditLogEntries(ctx context.Context, folderId string) ApiListFolderAuditLogEntriesRequest
/*
ListFolderAuditLogEntriesExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId ID of the folder for which entries should be returned.
@return ListAuditLogEntriesResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListFolderAuditLogEntriesExecute(ctx context.Context, folderId string) (*ListAuditLogEntriesResponse, error)
/*
ListOrganizationAuditLogEntries Organization - Download audit log entries
Returns all audit log entries of the organization for the specified period. \
Period must not be longer than 24 hours within the last 90 days.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId ID of the organization for which entries should be returned.
@return ApiListOrganizationAuditLogEntriesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListOrganizationAuditLogEntries(ctx context.Context, organizationId string) ApiListOrganizationAuditLogEntriesRequest
/*
ListOrganizationAuditLogEntriesExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId ID of the organization for which entries should be returned.
@return ListAuditLogEntriesResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListOrganizationAuditLogEntriesExecute(ctx context.Context, organizationId string) (*ListAuditLogEntriesResponse, error)
/*
ListProjectAuditLogEntries Project - Download audit log entries
Returns all audit log entries of the project for the specified period. \
Period must not be longer than 24 hours within the last 90 days.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId ID of the project for which entries should be returned.
@return ApiListProjectAuditLogEntriesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListProjectAuditLogEntries(ctx context.Context, projectId string) ApiListProjectAuditLogEntriesRequest
/*
ListProjectAuditLogEntriesExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId ID of the project for which entries should be returned.
@return ListAuditLogEntriesResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListProjectAuditLogEntriesExecute(ctx context.Context, projectId string) (*ListAuditLogEntriesResponse, 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 ErrorResponse ¶
type ErrorResponse struct {
// Description of the error.
Message ErrorResponseGetMessageAttributeType `json:"message,omitempty"`
// Path which was called.
Path ErrorResponseGetPathAttributeType `json:"path,omitempty"`
// Http status code.
Status ErrorResponseGetStatusAttributeType `json:"status,omitempty"`
// Timestamp at which the error occurred.
Timestamp ErrorResponseGetTimestampAttributeType `json:"timestamp,omitempty"`
}
ErrorResponse struct for ErrorResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewErrorResponse ¶
func NewErrorResponse() *ErrorResponse
NewErrorResponse instantiates a new ErrorResponse 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 NewErrorResponseWithDefaults ¶
func NewErrorResponseWithDefaults() *ErrorResponse
NewErrorResponseWithDefaults instantiates a new ErrorResponse 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 (*ErrorResponse) GetMessage ¶
func (o *ErrorResponse) GetMessage() (res ErrorResponseGetMessageRetType)
GetMessage returns the Message 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 (*ErrorResponse) GetMessageOk ¶
func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message 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 (*ErrorResponse) GetPath ¶
func (o *ErrorResponse) GetPath() (res ErrorResponseGetPathRetType)
GetPath returns the Path 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 (*ErrorResponse) GetPathOk ¶
func (o *ErrorResponse) GetPathOk() (ret ErrorResponseGetPathRetType, ok bool)
GetPathOk returns a tuple with the Path 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 (*ErrorResponse) GetStatus ¶
func (o *ErrorResponse) GetStatus() (res ErrorResponseGetStatusRetType)
GetStatus returns the Status 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 (*ErrorResponse) GetStatusOk ¶
func (o *ErrorResponse) GetStatusOk() (ret ErrorResponseGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status 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 (*ErrorResponse) GetTimestamp ¶
func (o *ErrorResponse) GetTimestamp() (res ErrorResponseGetTimestampRetType)
GetTimestamp returns the Timestamp 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 (*ErrorResponse) GetTimestampOk ¶
func (o *ErrorResponse) GetTimestampOk() (ret ErrorResponseGetTimestampRetType, ok bool)
GetTimestampOk returns a tuple with the Timestamp 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 (*ErrorResponse) HasMessage ¶
func (o *ErrorResponse) HasMessage() bool
HasMessage 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 (*ErrorResponse) HasPath ¶
func (o *ErrorResponse) HasPath() bool
HasPath 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 (*ErrorResponse) HasStatus ¶
func (o *ErrorResponse) HasStatus() bool
HasStatus 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 (*ErrorResponse) HasTimestamp ¶
func (o *ErrorResponse) HasTimestamp() bool
HasTimestamp 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 (*ErrorResponse) SetMessage ¶
func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType)
SetMessage gets a reference to the given string and assigns it to the Message field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) SetPath ¶
func (o *ErrorResponse) SetPath(v ErrorResponseGetPathRetType)
SetPath gets a reference to the given string and assigns it to the Path field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) SetStatus ¶
func (o *ErrorResponse) SetStatus(v ErrorResponseGetStatusRetType)
SetStatus gets a reference to the given float64 and assigns it to the Status field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ErrorResponse) SetTimestamp ¶
func (o *ErrorResponse) SetTimestamp(v ErrorResponseGetTimestampRetType)
SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ErrorResponse) ToMap
deprecated
func (o ErrorResponse) 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 ErrorResponseGetMessageArgType
deprecated
type ErrorResponseGetMessageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetMessageAttributeType ¶
type ErrorResponseGetMessageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetMessageRetType
deprecated
type ErrorResponseGetMessageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetPathArgType
deprecated
type ErrorResponseGetPathArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetPathAttributeType ¶
type ErrorResponseGetPathAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetPathRetType
deprecated
type ErrorResponseGetPathRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetStatusArgType
deprecated
type ErrorResponseGetStatusArgType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetStatusAttributeType ¶
type ErrorResponseGetStatusAttributeType = *float64
isNumber Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetStatusRetType
deprecated
type ErrorResponseGetStatusRetType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetTimestampArgType
deprecated
type ErrorResponseGetTimestampAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ErrorResponseGetTimestampRetType
deprecated
type GatewayErrorResponse ¶
type GatewayErrorResponse struct {
// Description of the error.
Message GatewayErrorResponseGetMessageAttributeType `json:"message,omitempty"`
// Http status code.
Status GatewayErrorResponseGetStatusAttributeType `json:"status,omitempty"`
}
GatewayErrorResponse struct for GatewayErrorResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewGatewayErrorResponse ¶
func NewGatewayErrorResponse() *GatewayErrorResponse
NewGatewayErrorResponse instantiates a new GatewayErrorResponse 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 NewGatewayErrorResponseWithDefaults ¶
func NewGatewayErrorResponseWithDefaults() *GatewayErrorResponse
NewGatewayErrorResponseWithDefaults instantiates a new GatewayErrorResponse 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 (*GatewayErrorResponse) GetMessage ¶
func (o *GatewayErrorResponse) GetMessage() (res GatewayErrorResponseGetMessageRetType)
GetMessage returns the Message 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 (*GatewayErrorResponse) GetMessageOk ¶
func (o *GatewayErrorResponse) GetMessageOk() (ret GatewayErrorResponseGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message 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 (*GatewayErrorResponse) GetStatus ¶
func (o *GatewayErrorResponse) GetStatus() (res GatewayErrorResponseGetStatusRetType)
GetStatus returns the Status 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 (*GatewayErrorResponse) GetStatusOk ¶
func (o *GatewayErrorResponse) GetStatusOk() (ret GatewayErrorResponseGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status 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 (*GatewayErrorResponse) HasMessage ¶
func (o *GatewayErrorResponse) HasMessage() bool
HasMessage 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 (*GatewayErrorResponse) HasStatus ¶
func (o *GatewayErrorResponse) HasStatus() bool
HasStatus 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 (*GatewayErrorResponse) SetMessage ¶
func (o *GatewayErrorResponse) SetMessage(v GatewayErrorResponseGetMessageRetType)
SetMessage gets a reference to the given string and assigns it to the Message field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*GatewayErrorResponse) SetStatus ¶
func (o *GatewayErrorResponse) SetStatus(v GatewayErrorResponseGetStatusRetType)
SetStatus gets a reference to the given float64 and assigns it to the Status field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GatewayErrorResponse) ToMap
deprecated
func (o GatewayErrorResponse) 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 GatewayErrorResponseGetMessageArgType
deprecated
type GatewayErrorResponseGetMessageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GatewayErrorResponseGetMessageAttributeType ¶
type GatewayErrorResponseGetMessageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GatewayErrorResponseGetMessageRetType
deprecated
type GatewayErrorResponseGetMessageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GatewayErrorResponseGetStatusArgType
deprecated
type GatewayErrorResponseGetStatusArgType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GatewayErrorResponseGetStatusAttributeType ¶
type GatewayErrorResponseGetStatusAttributeType = *float64
isNumber Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GatewayErrorResponseGetStatusRetType
deprecated
type GatewayErrorResponseGetStatusRetType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAuditLogEntriesResponse ¶
type ListAuditLogEntriesResponse struct {
// Optional cursor if more entries are available
Cursor ListAuditLogEntriesResponseGetCursorAttributeType `json:"cursor,omitempty"`
Items ListAuditLogEntriesResponseGetItemsAttributeType `json:"items,omitempty"`
// Maximum amount of entries requested.
Limit ListAuditLogEntriesResponseGetLimitAttributeType `json:"limit,omitempty"`
}
ListAuditLogEntriesResponse struct for ListAuditLogEntriesResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListAuditLogEntriesResponse ¶
func NewListAuditLogEntriesResponse() *ListAuditLogEntriesResponse
NewListAuditLogEntriesResponse instantiates a new ListAuditLogEntriesResponse 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 NewListAuditLogEntriesResponseWithDefaults ¶
func NewListAuditLogEntriesResponseWithDefaults() *ListAuditLogEntriesResponse
NewListAuditLogEntriesResponseWithDefaults instantiates a new ListAuditLogEntriesResponse 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 (*ListAuditLogEntriesResponse) GetCursor ¶
func (o *ListAuditLogEntriesResponse) GetCursor() (res ListAuditLogEntriesResponseGetCursorRetType)
GetCursor returns the Cursor 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 (*ListAuditLogEntriesResponse) GetCursorOk ¶
func (o *ListAuditLogEntriesResponse) GetCursorOk() (ret ListAuditLogEntriesResponseGetCursorRetType, ok bool)
GetCursorOk returns a tuple with the Cursor 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 (*ListAuditLogEntriesResponse) GetItems ¶
func (o *ListAuditLogEntriesResponse) GetItems() (res ListAuditLogEntriesResponseGetItemsRetType)
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 (*ListAuditLogEntriesResponse) GetItemsOk ¶
func (o *ListAuditLogEntriesResponse) GetItemsOk() (ret ListAuditLogEntriesResponseGetItemsRetType, 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 (*ListAuditLogEntriesResponse) GetLimit ¶
func (o *ListAuditLogEntriesResponse) GetLimit() (res ListAuditLogEntriesResponseGetLimitRetType)
GetLimit returns the Limit 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 (*ListAuditLogEntriesResponse) GetLimitOk ¶
func (o *ListAuditLogEntriesResponse) GetLimitOk() (ret ListAuditLogEntriesResponseGetLimitRetType, ok bool)
GetLimitOk returns a tuple with the Limit 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 (*ListAuditLogEntriesResponse) HasCursor ¶
func (o *ListAuditLogEntriesResponse) HasCursor() bool
HasCursor 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 (*ListAuditLogEntriesResponse) HasItems ¶
func (o *ListAuditLogEntriesResponse) 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 (*ListAuditLogEntriesResponse) HasLimit ¶
func (o *ListAuditLogEntriesResponse) HasLimit() bool
HasLimit 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 (*ListAuditLogEntriesResponse) SetCursor ¶
func (o *ListAuditLogEntriesResponse) SetCursor(v ListAuditLogEntriesResponseGetCursorRetType)
SetCursor gets a reference to the given string and assigns it to the Cursor field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListAuditLogEntriesResponse) SetItems ¶
func (o *ListAuditLogEntriesResponse) SetItems(v ListAuditLogEntriesResponseGetItemsRetType)
SetItems gets a reference to the given []AuditLogEntryResponse 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 (*ListAuditLogEntriesResponse) SetLimit ¶
func (o *ListAuditLogEntriesResponse) SetLimit(v ListAuditLogEntriesResponseGetLimitRetType)
SetLimit gets a reference to the given float64 and assigns it to the Limit field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListAuditLogEntriesResponse) ToMap
deprecated
func (o ListAuditLogEntriesResponse) 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 ListAuditLogEntriesResponseGetCursorArgType
deprecated
type ListAuditLogEntriesResponseGetCursorArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAuditLogEntriesResponseGetCursorAttributeType ¶
type ListAuditLogEntriesResponseGetCursorAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAuditLogEntriesResponseGetCursorRetType
deprecated
type ListAuditLogEntriesResponseGetCursorRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAuditLogEntriesResponseGetItemsArgType
deprecated
type ListAuditLogEntriesResponseGetItemsArgType = []AuditLogEntryResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAuditLogEntriesResponseGetItemsAttributeType ¶
type ListAuditLogEntriesResponseGetItemsAttributeType = *[]AuditLogEntryResponse
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAuditLogEntriesResponseGetItemsRetType
deprecated
type ListAuditLogEntriesResponseGetItemsRetType = []AuditLogEntryResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAuditLogEntriesResponseGetLimitArgType
deprecated
type ListAuditLogEntriesResponseGetLimitArgType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAuditLogEntriesResponseGetLimitAttributeType ¶
type ListAuditLogEntriesResponseGetLimitAttributeType = *float64
isNumber Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListAuditLogEntriesResponseGetLimitRetType
deprecated
type ListAuditLogEntriesResponseGetLimitRetType = float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListFolderAuditLogEntriesRequest
deprecated
type ListFolderAuditLogEntriesRequest 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 (ListFolderAuditLogEntriesRequest) Cursor ¶
func (r ListFolderAuditLogEntriesRequest) Cursor(cursor string) ApiListFolderAuditLogEntriesRequest
A pagination cursor to load further audit log entries for. May be included in the response of previous calls of the API. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFolderAuditLogEntriesRequest) EndTimeRange ¶
func (r ListFolderAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListFolderAuditLogEntriesRequest
An ISO timestamp to specify the end of the time range up until which entries should be returned, based on the eventTimeStamp. If not given, defaults to the time this request was received. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFolderAuditLogEntriesRequest) Execute
deprecated
func (r ListFolderAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFolderAuditLogEntriesRequest) Limit ¶
func (r ListFolderAuditLogEntriesRequest) Limit(limit float32) ApiListFolderAuditLogEntriesRequest
The maximum number of entries to return. If the value exceeds the allowed maximum, the maximum value will be used instead. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListFolderAuditLogEntriesRequest) StartTimeRange ¶
func (r ListFolderAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListFolderAuditLogEntriesRequest
An ISO timestamp to specify the beginning of the time range from which entries should be returned, based on the eventTimeStamp. If not given, defaults to the beginning of time. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListOrganizationAuditLogEntriesRequest
deprecated
type ListOrganizationAuditLogEntriesRequest 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 (ListOrganizationAuditLogEntriesRequest) Cursor ¶
func (r ListOrganizationAuditLogEntriesRequest) Cursor(cursor string) ApiListOrganizationAuditLogEntriesRequest
A pagination cursor to load further audit log entries for. May be included in the response of previous calls of the API. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListOrganizationAuditLogEntriesRequest) EndTimeRange ¶
func (r ListOrganizationAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest
An ISO timestamp to specify the end of the time range up until which entries should be returned, based on the eventTimeStamp. If not given, defaults to the time this request was received. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListOrganizationAuditLogEntriesRequest) Execute
deprecated
func (r ListOrganizationAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListOrganizationAuditLogEntriesRequest) Limit ¶
func (r ListOrganizationAuditLogEntriesRequest) Limit(limit float32) ApiListOrganizationAuditLogEntriesRequest
The maximum number of entries to return. If the value exceeds the allowed maximum, the maximum value will be used instead. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListOrganizationAuditLogEntriesRequest) StartTimeRange ¶
func (r ListOrganizationAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest
An ISO timestamp to specify the beginning of the time range from which entries should be returned, based on the eventTimeStamp. If not given, defaults to the beginning of time. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListProjectAuditLogEntriesRequest
deprecated
type ListProjectAuditLogEntriesRequest 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 (ListProjectAuditLogEntriesRequest) Cursor ¶
func (r ListProjectAuditLogEntriesRequest) Cursor(cursor string) ApiListProjectAuditLogEntriesRequest
A pagination cursor to load further audit log entries for. May be included in the response of previous calls of the API. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListProjectAuditLogEntriesRequest) EndTimeRange ¶
func (r ListProjectAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListProjectAuditLogEntriesRequest
An ISO timestamp to specify the end of the time range up until which entries should be returned, based on the eventTimeStamp. If not given, defaults to the time this request was received. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListProjectAuditLogEntriesRequest) Execute
deprecated
func (r ListProjectAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListProjectAuditLogEntriesRequest) Limit ¶
func (r ListProjectAuditLogEntriesRequest) Limit(limit float32) ApiListProjectAuditLogEntriesRequest
The maximum number of entries to return. If the value exceeds the allowed maximum, the maximum value will be used instead. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListProjectAuditLogEntriesRequest) StartTimeRange ¶
func (r ListProjectAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListProjectAuditLogEntriesRequest
An ISO timestamp to specify the beginning of the time range from which entries should be returned, based on the eventTimeStamp. If not given, defaults to the beginning of time. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MappedNullable
deprecated
type NullableAuditLogEntryContextResponse
deprecated
type NullableAuditLogEntryContextResponse 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 NewNullableAuditLogEntryContextResponse
deprecated
func NewNullableAuditLogEntryContextResponse(val *AuditLogEntryContextResponse) *NullableAuditLogEntryContextResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryContextResponse) Get
deprecated
func (v NullableAuditLogEntryContextResponse) Get() *AuditLogEntryContextResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryContextResponse) IsSet
deprecated
func (v NullableAuditLogEntryContextResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryContextResponse) MarshalJSON
deprecated
func (v NullableAuditLogEntryContextResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryContextResponse) Set
deprecated
func (v *NullableAuditLogEntryContextResponse) Set(val *AuditLogEntryContextResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryContextResponse) UnmarshalJSON
deprecated
func (v *NullableAuditLogEntryContextResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryContextResponse) Unset
deprecated
func (v *NullableAuditLogEntryContextResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAuditLogEntryInitiatorResponse
deprecated
type NullableAuditLogEntryInitiatorResponse 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 NewNullableAuditLogEntryInitiatorResponse
deprecated
func NewNullableAuditLogEntryInitiatorResponse(val *AuditLogEntryInitiatorResponse) *NullableAuditLogEntryInitiatorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryInitiatorResponse) Get
deprecated
func (v NullableAuditLogEntryInitiatorResponse) Get() *AuditLogEntryInitiatorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryInitiatorResponse) IsSet
deprecated
func (v NullableAuditLogEntryInitiatorResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryInitiatorResponse) MarshalJSON
deprecated
func (v NullableAuditLogEntryInitiatorResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryInitiatorResponse) Set
deprecated
func (v *NullableAuditLogEntryInitiatorResponse) Set(val *AuditLogEntryInitiatorResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryInitiatorResponse) UnmarshalJSON
deprecated
func (v *NullableAuditLogEntryInitiatorResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryInitiatorResponse) Unset
deprecated
func (v *NullableAuditLogEntryInitiatorResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAuditLogEntryRequestResponse
deprecated
type NullableAuditLogEntryRequestResponse 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 NewNullableAuditLogEntryRequestResponse
deprecated
func NewNullableAuditLogEntryRequestResponse(val *AuditLogEntryRequestResponse) *NullableAuditLogEntryRequestResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryRequestResponse) Get
deprecated
func (v NullableAuditLogEntryRequestResponse) Get() *AuditLogEntryRequestResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryRequestResponse) IsSet
deprecated
func (v NullableAuditLogEntryRequestResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryRequestResponse) MarshalJSON
deprecated
func (v NullableAuditLogEntryRequestResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryRequestResponse) Set
deprecated
func (v *NullableAuditLogEntryRequestResponse) Set(val *AuditLogEntryRequestResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryRequestResponse) UnmarshalJSON
deprecated
func (v *NullableAuditLogEntryRequestResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryRequestResponse) Unset
deprecated
func (v *NullableAuditLogEntryRequestResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAuditLogEntryResponse
deprecated
type NullableAuditLogEntryResponse 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 NewNullableAuditLogEntryResponse
deprecated
func NewNullableAuditLogEntryResponse(val *AuditLogEntryResponse) *NullableAuditLogEntryResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryResponse) Get
deprecated
func (v NullableAuditLogEntryResponse) Get() *AuditLogEntryResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryResponse) IsSet
deprecated
func (v NullableAuditLogEntryResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryResponse) MarshalJSON
deprecated
func (v NullableAuditLogEntryResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryResponse) Set
deprecated
func (v *NullableAuditLogEntryResponse) Set(val *AuditLogEntryResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryResponse) UnmarshalJSON
deprecated
func (v *NullableAuditLogEntryResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryResponse) Unset
deprecated
func (v *NullableAuditLogEntryResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAuditLogEntryResponseEventType
deprecated
type NullableAuditLogEntryResponseEventType 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 NewNullableAuditLogEntryResponseEventType
deprecated
func NewNullableAuditLogEntryResponseEventType(val *AuditLogEntryResponseEventType) *NullableAuditLogEntryResponseEventType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryResponseEventType) Get
deprecated
func (v NullableAuditLogEntryResponseEventType) Get() *AuditLogEntryResponseEventType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryResponseEventType) IsSet
deprecated
func (v NullableAuditLogEntryResponseEventType) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryResponseEventType) MarshalJSON
deprecated
func (v NullableAuditLogEntryResponseEventType) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryResponseEventType) Set
deprecated
func (v *NullableAuditLogEntryResponseEventType) Set(val *AuditLogEntryResponseEventType)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryResponseEventType) UnmarshalJSON
deprecated
func (v *NullableAuditLogEntryResponseEventType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryResponseEventType) Unset
deprecated
func (v *NullableAuditLogEntryResponseEventType) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAuditLogEntryResponseSeverity
deprecated
type NullableAuditLogEntryResponseSeverity 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 NewNullableAuditLogEntryResponseSeverity
deprecated
func NewNullableAuditLogEntryResponseSeverity(val *AuditLogEntryResponseSeverity) *NullableAuditLogEntryResponseSeverity
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryResponseSeverity) Get
deprecated
func (v NullableAuditLogEntryResponseSeverity) Get() *AuditLogEntryResponseSeverity
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryResponseSeverity) IsSet
deprecated
func (v NullableAuditLogEntryResponseSeverity) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryResponseSeverity) MarshalJSON
deprecated
func (v NullableAuditLogEntryResponseSeverity) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryResponseSeverity) Set
deprecated
func (v *NullableAuditLogEntryResponseSeverity) Set(val *AuditLogEntryResponseSeverity)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryResponseSeverity) UnmarshalJSON
deprecated
func (v *NullableAuditLogEntryResponseSeverity) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryResponseSeverity) Unset
deprecated
func (v *NullableAuditLogEntryResponseSeverity) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAuditLogEntryResponseVisibility
deprecated
type NullableAuditLogEntryResponseVisibility 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 NewNullableAuditLogEntryResponseVisibility
deprecated
func NewNullableAuditLogEntryResponseVisibility(val *AuditLogEntryResponseVisibility) *NullableAuditLogEntryResponseVisibility
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryResponseVisibility) Get
deprecated
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryResponseVisibility) IsSet
deprecated
func (v NullableAuditLogEntryResponseVisibility) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryResponseVisibility) MarshalJSON
deprecated
func (v NullableAuditLogEntryResponseVisibility) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryResponseVisibility) Set
deprecated
func (v *NullableAuditLogEntryResponseVisibility) Set(val *AuditLogEntryResponseVisibility)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryResponseVisibility) UnmarshalJSON
deprecated
func (v *NullableAuditLogEntryResponseVisibility) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryResponseVisibility) Unset
deprecated
func (v *NullableAuditLogEntryResponseVisibility) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableAuditLogEntryServiceAccountDelegationInfoResponse
deprecated
type NullableAuditLogEntryServiceAccountDelegationInfoResponse 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 NewNullableAuditLogEntryServiceAccountDelegationInfoResponse
deprecated
func NewNullableAuditLogEntryServiceAccountDelegationInfoResponse(val *AuditLogEntryServiceAccountDelegationInfoResponse) *NullableAuditLogEntryServiceAccountDelegationInfoResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryServiceAccountDelegationInfoResponse) Get
deprecated
func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) Get() *AuditLogEntryServiceAccountDelegationInfoResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryServiceAccountDelegationInfoResponse) IsSet
deprecated
func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableAuditLogEntryServiceAccountDelegationInfoResponse) MarshalJSON
deprecated
func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryServiceAccountDelegationInfoResponse) Set
deprecated
func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) Set(val *AuditLogEntryServiceAccountDelegationInfoResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryServiceAccountDelegationInfoResponse) UnmarshalJSON
deprecated
func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableAuditLogEntryServiceAccountDelegationInfoResponse) Unset
deprecated
func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) 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 NullableErrorResponse
deprecated
type NullableErrorResponse 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 NewNullableErrorResponse
deprecated
func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableErrorResponse) Get
deprecated
func (v NullableErrorResponse) Get() *ErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableErrorResponse) IsSet
deprecated
func (v NullableErrorResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableErrorResponse) MarshalJSON
deprecated
func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableErrorResponse) Set
deprecated
func (v *NullableErrorResponse) Set(val *ErrorResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableErrorResponse) UnmarshalJSON
deprecated
func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableErrorResponse) Unset
deprecated
func (v *NullableErrorResponse) 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 NullableGatewayErrorResponse
deprecated
type NullableGatewayErrorResponse 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 NewNullableGatewayErrorResponse
deprecated
func NewNullableGatewayErrorResponse(val *GatewayErrorResponse) *NullableGatewayErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGatewayErrorResponse) Get
deprecated
func (v NullableGatewayErrorResponse) Get() *GatewayErrorResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGatewayErrorResponse) IsSet
deprecated
func (v NullableGatewayErrorResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableGatewayErrorResponse) MarshalJSON
deprecated
func (v NullableGatewayErrorResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGatewayErrorResponse) Set
deprecated
func (v *NullableGatewayErrorResponse) Set(val *GatewayErrorResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGatewayErrorResponse) UnmarshalJSON
deprecated
func (v *NullableGatewayErrorResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableGatewayErrorResponse) Unset
deprecated
func (v *NullableGatewayErrorResponse) 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 NullableListAuditLogEntriesResponse
deprecated
type NullableListAuditLogEntriesResponse 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 NewNullableListAuditLogEntriesResponse
deprecated
func NewNullableListAuditLogEntriesResponse(val *ListAuditLogEntriesResponse) *NullableListAuditLogEntriesResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListAuditLogEntriesResponse) Get
deprecated
func (v NullableListAuditLogEntriesResponse) Get() *ListAuditLogEntriesResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListAuditLogEntriesResponse) IsSet
deprecated
func (v NullableListAuditLogEntriesResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListAuditLogEntriesResponse) MarshalJSON
deprecated
func (v NullableListAuditLogEntriesResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListAuditLogEntriesResponse) Set
deprecated
func (v *NullableListAuditLogEntriesResponse) Set(val *ListAuditLogEntriesResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListAuditLogEntriesResponse) UnmarshalJSON
deprecated
func (v *NullableListAuditLogEntriesResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListAuditLogEntriesResponse) Unset
deprecated
func (v *NullableListAuditLogEntriesResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableServiceAccountDelegationInfoPrincipalResponse
deprecated
type NullableServiceAccountDelegationInfoPrincipalResponse 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 NewNullableServiceAccountDelegationInfoPrincipalResponse
deprecated
func NewNullableServiceAccountDelegationInfoPrincipalResponse(val *ServiceAccountDelegationInfoPrincipalResponse) *NullableServiceAccountDelegationInfoPrincipalResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountDelegationInfoPrincipalResponse) Get
deprecated
func (v NullableServiceAccountDelegationInfoPrincipalResponse) Get() *ServiceAccountDelegationInfoPrincipalResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountDelegationInfoPrincipalResponse) IsSet
deprecated
func (v NullableServiceAccountDelegationInfoPrincipalResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableServiceAccountDelegationInfoPrincipalResponse) MarshalJSON
deprecated
func (v NullableServiceAccountDelegationInfoPrincipalResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountDelegationInfoPrincipalResponse) Set
deprecated
func (v *NullableServiceAccountDelegationInfoPrincipalResponse) Set(val *ServiceAccountDelegationInfoPrincipalResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountDelegationInfoPrincipalResponse) UnmarshalJSON
deprecated
func (v *NullableServiceAccountDelegationInfoPrincipalResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableServiceAccountDelegationInfoPrincipalResponse) Unset
deprecated
func (v *NullableServiceAccountDelegationInfoPrincipalResponse) 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 ServiceAccountDelegationInfoPrincipalResponse ¶
type ServiceAccountDelegationInfoPrincipalResponse struct {
// E-Mail of the subject
Email ServiceAccountDelegationInfoPrincipalResponseGetEmailAttributeType `json:"email,omitempty"`
// Unique identifier of the subject
// REQUIRED
Id ServiceAccountDelegationInfoPrincipalResponseGetIdAttributeType `json:"id" required:"true"`
}
ServiceAccountDelegationInfoPrincipalResponse Principal in delegation chain of a service account Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewServiceAccountDelegationInfoPrincipalResponse ¶
func NewServiceAccountDelegationInfoPrincipalResponse(id ServiceAccountDelegationInfoPrincipalResponseGetIdArgType) *ServiceAccountDelegationInfoPrincipalResponse
NewServiceAccountDelegationInfoPrincipalResponse instantiates a new ServiceAccountDelegationInfoPrincipalResponse 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 NewServiceAccountDelegationInfoPrincipalResponseWithDefaults ¶
func NewServiceAccountDelegationInfoPrincipalResponseWithDefaults() *ServiceAccountDelegationInfoPrincipalResponse
NewServiceAccountDelegationInfoPrincipalResponseWithDefaults instantiates a new ServiceAccountDelegationInfoPrincipalResponse 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 (*ServiceAccountDelegationInfoPrincipalResponse) GetEmail ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) GetEmail() (res ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType)
GetEmail returns the Email 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 (*ServiceAccountDelegationInfoPrincipalResponse) GetEmailOk ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) GetEmailOk() (ret ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType, ok bool)
GetEmailOk returns a tuple with the Email 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 (*ServiceAccountDelegationInfoPrincipalResponse) GetId ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) GetId() (ret ServiceAccountDelegationInfoPrincipalResponseGetIdRetType)
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 (*ServiceAccountDelegationInfoPrincipalResponse) GetIdOk ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) GetIdOk() (ret ServiceAccountDelegationInfoPrincipalResponseGetIdRetType, 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 (*ServiceAccountDelegationInfoPrincipalResponse) HasEmail ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) HasEmail() bool
HasEmail 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 (*ServiceAccountDelegationInfoPrincipalResponse) SetEmail ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) SetEmail(v ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType)
SetEmail gets a reference to the given string and assigns it to the Email field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ServiceAccountDelegationInfoPrincipalResponse) SetId ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) SetId(v ServiceAccountDelegationInfoPrincipalResponseGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ServiceAccountDelegationInfoPrincipalResponse) ToMap
deprecated
func (o ServiceAccountDelegationInfoPrincipalResponse) 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 ServiceAccountDelegationInfoPrincipalResponseGetEmailArgType
deprecated
type ServiceAccountDelegationInfoPrincipalResponseGetEmailArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountDelegationInfoPrincipalResponseGetEmailAttributeType ¶
type ServiceAccountDelegationInfoPrincipalResponseGetEmailAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType
deprecated
type ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountDelegationInfoPrincipalResponseGetIdArgType
deprecated
type ServiceAccountDelegationInfoPrincipalResponseGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountDelegationInfoPrincipalResponseGetIdAttributeType ¶
type ServiceAccountDelegationInfoPrincipalResponseGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ServiceAccountDelegationInfoPrincipalResponseGetIdRetType
deprecated
type ServiceAccountDelegationInfoPrincipalResponseGetIdRetType = string
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_audit_log_entry_context_response.go
- model_audit_log_entry_initiator_response.go
- model_audit_log_entry_request_response.go
- model_audit_log_entry_response.go
- model_audit_log_entry_service_account_delegation_info_response.go
- model_error_response.go
- model_gateway_error_response.go
- model_list_audit_log_entries_response.go
- model_service_account_delegation_info_principal_response.go
- utils.go