auditlog

package module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2026 License: Apache-2.0 Imports: 23 Imported by: 0

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

Constants

This section is empty.

Variables

View Source
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

View Source
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

View Source
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

func CacheExpires(r *http.Response) time.Time

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 ParameterValueToString(obj interface{}, key string) string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrBool

func PtrBool(v bool) *bool

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

func PtrFloat32(v float32) *float32

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

func PtrFloat64(v float64) *float64

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

func PtrInt(v int) *int

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

func PtrInt32(v int32) *int32

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

func PtrInt64(v int64) *int64

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

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time 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 (a *APIClient) ListFolderAuditLogEntriesExecute(ctx context.Context, folderId string) (*ListAuditLogEntriesResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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 (a *APIClient) ListOrganizationAuditLogEntriesExecute(ctx context.Context, organizationId string) (*ListAuditLogEntriesResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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

func (a *APIClient) 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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 AuditLogEntryResponseGetEventTimeStampArgType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type AuditLogEntryResponseGetEventTimeStampAttributeType

type AuditLogEntryResponseGetEventTimeStampAttributeType = *time.Time

isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type AuditLogEntryResponseGetEventTimeStampRetType deprecated

type AuditLogEntryResponseGetEventTimeStampRetType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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 AuditLogEntryResponseGetReceivedTimeStampArgType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type AuditLogEntryResponseGetReceivedTimeStampAttributeType

type AuditLogEntryResponseGetReceivedTimeStampAttributeType = *time.Time

isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type AuditLogEntryResponseGetReceivedTimeStampRetType deprecated

type AuditLogEntryResponseGetReceivedTimeStampRetType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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

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

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

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

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

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

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

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

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

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

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

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 ErrorResponseGetTimestampArgType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetTimestampAttributeType

type ErrorResponseGetTimestampAttributeType = *time.Time

isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ErrorResponseGetTimestampRetType deprecated

type ErrorResponseGetTimestampRetType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListFolderAuditLogEntriesRequest) Limit

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

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

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListOrganizationAuditLogEntriesRequest) Limit

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

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

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListProjectAuditLogEntriesRequest) Limit

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

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 MappedNullable interface {
	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 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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableAuditLogEntryContextResponse) IsSet deprecated

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

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableAuditLogEntryInitiatorResponse) IsSet deprecated

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

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableAuditLogEntryRequestResponse) IsSet deprecated

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

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableAuditLogEntryResponse) IsSet deprecated

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableAuditLogEntryResponseEventType) IsSet deprecated

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

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableAuditLogEntryResponseSeverity) IsSet deprecated

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

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

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

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

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableAuditLogEntryServiceAccountDelegationInfoResponse) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableAuditLogEntryServiceAccountDelegationInfoResponse) MarshalJSON deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableAuditLogEntryServiceAccountDelegationInfoResponse) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableAuditLogEntryServiceAccountDelegationInfoResponse) UnmarshalJSON deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableAuditLogEntryServiceAccountDelegationInfoResponse) Unset deprecated

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableGatewayErrorResponse) IsSet deprecated

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableListAuditLogEntriesResponse) IsSet deprecated

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

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

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceAccountDelegationInfoPrincipalResponse) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableServiceAccountDelegationInfoPrincipalResponse) MarshalJSON deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceAccountDelegationInfoPrincipalResponse) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceAccountDelegationInfoPrincipalResponse) UnmarshalJSON deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableServiceAccountDelegationInfoPrincipalResponse) Unset deprecated

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

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

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

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

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

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

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

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

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

Directories

Path Synopsis
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL