Versions in this module Expand all Collapse all v0 v0.1.0 Aug 13, 2025 Changes in this version + var AllowedAuditLogEntryResponseEventTypeEnumValues = []AuditLogEntryResponseEventType + var AllowedAuditLogEntryResponseSeverityEnumValues = []AuditLogEntryResponseSeverity + var AllowedAuditLogEntryResponseVisibilityEnumValues = []AuditLogEntryResponseVisibility + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func NewConfiguration() *config.Configuration + func ParameterValueToString(obj interface{}, key string) string + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error) + func (a *APIClient) ListFolderAuditLogEntries(ctx context.Context, folderId string) ApiListFolderAuditLogEntriesRequest + func (a *APIClient) ListFolderAuditLogEntriesExecute(ctx context.Context, folderId string) (*ListAuditLogEntriesResponse, error) + func (a *APIClient) ListOrganizationAuditLogEntries(ctx context.Context, organizationId string) ApiListOrganizationAuditLogEntriesRequest + func (a *APIClient) ListOrganizationAuditLogEntriesExecute(ctx context.Context, organizationId string) (*ListAuditLogEntriesResponse, error) + func (a *APIClient) ListProjectAuditLogEntries(ctx context.Context, projectId string) ApiListProjectAuditLogEntriesRequest + func (a *APIClient) ListProjectAuditLogEntriesExecute(ctx context.Context, projectId string) (*ListAuditLogEntriesResponse, error) + func (c *APIClient) GetConfig() *config.Configuration + type ApiListFolderAuditLogEntriesRequest interface + Cursor func(cursor string) ApiListFolderAuditLogEntriesRequest + EndTimeRange func(endTimeRange time.Time) ApiListFolderAuditLogEntriesRequest + Execute func() (*ListAuditLogEntriesResponse, error) + Limit func(limit float32) ApiListFolderAuditLogEntriesRequest + StartTimeRange func(startTimeRange time.Time) ApiListFolderAuditLogEntriesRequest + type ApiListOrganizationAuditLogEntriesRequest interface + Cursor func(cursor string) ApiListOrganizationAuditLogEntriesRequest + EndTimeRange func(endTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest + Execute func() (*ListAuditLogEntriesResponse, error) + Limit func(limit float32) ApiListOrganizationAuditLogEntriesRequest + StartTimeRange func(startTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest + type ApiListProjectAuditLogEntriesRequest interface + Cursor func(cursor string) ApiListProjectAuditLogEntriesRequest + EndTimeRange func(endTimeRange time.Time) ApiListProjectAuditLogEntriesRequest + Execute func() (*ListAuditLogEntriesResponse, error) + Limit func(limit float32) ApiListProjectAuditLogEntriesRequest + StartTimeRange func(startTimeRange time.Time) ApiListProjectAuditLogEntriesRequest + type AuditLogEntryContextResponse struct + FolderId AuditLogEntryContextResponseGetFolderIdAttributeType + OrganizationId AuditLogEntryContextResponseGetOrganizationIdAttributeType + ProjectId AuditLogEntryContextResponseGetProjectIdAttributeType + func NewAuditLogEntryContextResponse() *AuditLogEntryContextResponse + func NewAuditLogEntryContextResponseWithDefaults() *AuditLogEntryContextResponse + func (o *AuditLogEntryContextResponse) GetFolderId() (res AuditLogEntryContextResponseGetFolderIdRetType) + func (o *AuditLogEntryContextResponse) GetFolderIdOk() (ret AuditLogEntryContextResponseGetFolderIdRetType, ok bool) + func (o *AuditLogEntryContextResponse) GetOrganizationId() (res AuditLogEntryContextResponseGetOrganizationIdRetType) + func (o *AuditLogEntryContextResponse) GetOrganizationIdOk() (ret AuditLogEntryContextResponseGetOrganizationIdRetType, ok bool) + func (o *AuditLogEntryContextResponse) GetProjectId() (res AuditLogEntryContextResponseGetProjectIdRetType) + func (o *AuditLogEntryContextResponse) GetProjectIdOk() (ret AuditLogEntryContextResponseGetProjectIdRetType, ok bool) + func (o *AuditLogEntryContextResponse) HasFolderId() bool + func (o *AuditLogEntryContextResponse) HasOrganizationId() bool + func (o *AuditLogEntryContextResponse) HasProjectId() bool + func (o *AuditLogEntryContextResponse) SetFolderId(v AuditLogEntryContextResponseGetFolderIdRetType) + func (o *AuditLogEntryContextResponse) SetOrganizationId(v AuditLogEntryContextResponseGetOrganizationIdRetType) + func (o *AuditLogEntryContextResponse) SetProjectId(v AuditLogEntryContextResponseGetProjectIdRetType) + func (o AuditLogEntryContextResponse) ToMap() (map[string]interface{}, error) + type AuditLogEntryContextResponseGetFolderIdArgType = string + type AuditLogEntryContextResponseGetFolderIdAttributeType = *string + type AuditLogEntryContextResponseGetFolderIdRetType = string + type AuditLogEntryContextResponseGetOrganizationIdArgType = string + type AuditLogEntryContextResponseGetOrganizationIdAttributeType = *string + type AuditLogEntryContextResponseGetOrganizationIdRetType = string + type AuditLogEntryContextResponseGetProjectIdArgType = string + type AuditLogEntryContextResponseGetProjectIdAttributeType = *string + type AuditLogEntryContextResponseGetProjectIdRetType = string + type AuditLogEntryInitiatorResponse struct + Email AuditLogEntryInitiatorResponseGetEmailAttributeType + Id AuditLogEntryInitiatorResponseGetIdAttributeType + func NewAuditLogEntryInitiatorResponse(id AuditLogEntryInitiatorResponseGetIdArgType) *AuditLogEntryInitiatorResponse + func NewAuditLogEntryInitiatorResponseWithDefaults() *AuditLogEntryInitiatorResponse + func (o *AuditLogEntryInitiatorResponse) GetEmail() (res AuditLogEntryInitiatorResponseGetEmailRetType) + func (o *AuditLogEntryInitiatorResponse) GetEmailOk() (ret AuditLogEntryInitiatorResponseGetEmailRetType, ok bool) + func (o *AuditLogEntryInitiatorResponse) GetId() (ret AuditLogEntryInitiatorResponseGetIdRetType) + func (o *AuditLogEntryInitiatorResponse) GetIdOk() (ret AuditLogEntryInitiatorResponseGetIdRetType, ok bool) + func (o *AuditLogEntryInitiatorResponse) HasEmail() bool + func (o *AuditLogEntryInitiatorResponse) SetEmail(v AuditLogEntryInitiatorResponseGetEmailRetType) + func (o *AuditLogEntryInitiatorResponse) SetId(v AuditLogEntryInitiatorResponseGetIdRetType) + func (o AuditLogEntryInitiatorResponse) ToMap() (map[string]interface{}, error) + type AuditLogEntryInitiatorResponseGetEmailArgType = string + type AuditLogEntryInitiatorResponseGetEmailAttributeType = *string + type AuditLogEntryInitiatorResponseGetEmailRetType = string + type AuditLogEntryInitiatorResponseGetIdArgType = string + type AuditLogEntryInitiatorResponseGetIdAttributeType = *string + type AuditLogEntryInitiatorResponseGetIdRetType = string + type AuditLogEntryRequestResponse struct + Body AuditLogEntryRequestResponseGetBodyAttributeType + Endpoint AuditLogEntryRequestResponseGetEndpointAttributeType + Headers AuditLogEntryRequestResponseGetHeadersAttributeType + Parameters AuditLogEntryRequestResponseGetParametersAttributeType + func NewAuditLogEntryRequestResponse(endpoint AuditLogEntryRequestResponseGetEndpointArgType) *AuditLogEntryRequestResponse + func NewAuditLogEntryRequestResponseWithDefaults() *AuditLogEntryRequestResponse + func (o *AuditLogEntryRequestResponse) GetBody() (res AuditLogEntryRequestResponseGetBodyRetType) + func (o *AuditLogEntryRequestResponse) GetBodyOk() (ret AuditLogEntryRequestResponseGetBodyRetType, ok bool) + func (o *AuditLogEntryRequestResponse) GetEndpoint() (ret AuditLogEntryRequestResponseGetEndpointRetType) + func (o *AuditLogEntryRequestResponse) GetEndpointOk() (ret AuditLogEntryRequestResponseGetEndpointRetType, ok bool) + func (o *AuditLogEntryRequestResponse) GetHeaders() (res AuditLogEntryRequestResponseGetHeadersRetType) + func (o *AuditLogEntryRequestResponse) GetHeadersOk() (ret AuditLogEntryRequestResponseGetHeadersRetType, ok bool) + func (o *AuditLogEntryRequestResponse) GetParameters() (res AuditLogEntryRequestResponseGetParametersRetType) + func (o *AuditLogEntryRequestResponse) GetParametersOk() (ret AuditLogEntryRequestResponseGetParametersRetType, ok bool) + func (o *AuditLogEntryRequestResponse) HasBody() bool + func (o *AuditLogEntryRequestResponse) HasHeaders() bool + func (o *AuditLogEntryRequestResponse) HasParameters() bool + func (o *AuditLogEntryRequestResponse) SetBody(v AuditLogEntryRequestResponseGetBodyRetType) + func (o *AuditLogEntryRequestResponse) SetEndpoint(v AuditLogEntryRequestResponseGetEndpointRetType) + func (o *AuditLogEntryRequestResponse) SetHeaders(v AuditLogEntryRequestResponseGetHeadersRetType) + func (o *AuditLogEntryRequestResponse) SetParameters(v AuditLogEntryRequestResponseGetParametersRetType) + func (o AuditLogEntryRequestResponse) ToMap() (map[string]interface{}, error) + type AuditLogEntryRequestResponseGetBodyArgType = map[string]interface + type AuditLogEntryRequestResponseGetBodyAttributeType = *map[string]interface + type AuditLogEntryRequestResponseGetBodyRetType = map[string]interface + type AuditLogEntryRequestResponseGetEndpointArgType = string + type AuditLogEntryRequestResponseGetEndpointAttributeType = *string + type AuditLogEntryRequestResponseGetEndpointRetType = string + type AuditLogEntryRequestResponseGetHeadersArgType = map[string]interface + type AuditLogEntryRequestResponseGetHeadersAttributeType = *map[string]interface + type AuditLogEntryRequestResponseGetHeadersRetType = map[string]interface + type AuditLogEntryRequestResponseGetParametersArgType = map[string]interface + type AuditLogEntryRequestResponseGetParametersAttributeType = *map[string]interface + type AuditLogEntryRequestResponseGetParametersRetType = map[string]interface + type AuditLogEntryResponse struct + Context AuditLogEntryResponseGetContextAttributeType + CorrelationId AuditLogEntryResponseGetCorrelationIdAttributeType + Details AuditLogEntryResponseGetDetailsAttributeType + EventName AuditLogEntryResponseGetEventNameAttributeType + EventSource AuditLogEntryResponseGetEventSourceAttributeType + EventTimeStamp AuditLogEntryResponseGetEventTimeStampAttributeType + EventType AuditLogEntryResponseGetEventTypeAttributeType + EventVersion AuditLogEntryResponseGetEventVersionAttributeType + Id AuditLogEntryResponseGetIdAttributeType + Initiator AuditLogEntryResponseGetInitiatorAttributeType + ReceivedTimeStamp AuditLogEntryResponseGetReceivedTimeStampAttributeType + Region AuditLogEntryResponseGetRegionAttributeType + Request AuditLogEntryResponseGetRequestAttributeType + ResourceId AuditLogEntryResponseGetResourceIdAttributeType + ResourceName AuditLogEntryResponseGetResourceNameAttributeType + Result AuditLogEntryResponseGetResultAttributeType + ServiceAccountDelegationInfo AuditLogEntryResponseGetServiceAccountDelegationInfoAttributeType + Severity AuditLogEntryResponseGetSeverityAttributeType + SourceIpAddress AuditLogEntryResponseGetSourceIpAddressAttributeType + UserAgent AuditLogEntryResponseGetUserAgentAttributeType + Visibility AuditLogEntryResponseGetVisibilityAttributeType + func NewAuditLogEntryResponse(eventName AuditLogEntryResponseGetEventNameArgType, ...) *AuditLogEntryResponse + func NewAuditLogEntryResponseWithDefaults() *AuditLogEntryResponse + func (o *AuditLogEntryResponse) GetContext() (res AuditLogEntryResponseGetContextRetType) + func (o *AuditLogEntryResponse) GetContextOk() (ret AuditLogEntryResponseGetContextRetType, ok bool) + func (o *AuditLogEntryResponse) GetCorrelationId() (res AuditLogEntryResponseGetCorrelationIdRetType) + func (o *AuditLogEntryResponse) GetCorrelationIdOk() (ret AuditLogEntryResponseGetCorrelationIdRetType, ok bool) + func (o *AuditLogEntryResponse) GetDetails() (res AuditLogEntryResponseGetDetailsRetType) + func (o *AuditLogEntryResponse) GetDetailsOk() (ret AuditLogEntryResponseGetDetailsRetType, ok bool) + func (o *AuditLogEntryResponse) GetEventName() (ret AuditLogEntryResponseGetEventNameRetType) + func (o *AuditLogEntryResponse) GetEventNameOk() (ret AuditLogEntryResponseGetEventNameRetType, ok bool) + func (o *AuditLogEntryResponse) GetEventSource() (ret AuditLogEntryResponseGetEventSourceRetType) + func (o *AuditLogEntryResponse) GetEventSourceOk() (ret AuditLogEntryResponseGetEventSourceRetType, ok bool) + func (o *AuditLogEntryResponse) GetEventTimeStamp() (ret AuditLogEntryResponseGetEventTimeStampRetType) + func (o *AuditLogEntryResponse) GetEventTimeStampOk() (ret AuditLogEntryResponseGetEventTimeStampRetType, ok bool) + func (o *AuditLogEntryResponse) GetEventType() (ret AuditLogEntryResponseGetEventTypeRetType) + func (o *AuditLogEntryResponse) GetEventTypeOk() (ret AuditLogEntryResponseGetEventTypeRetType, ok bool) + func (o *AuditLogEntryResponse) GetEventVersion() (ret AuditLogEntryResponseGetEventVersionRetType) + func (o *AuditLogEntryResponse) GetEventVersionOk() (ret AuditLogEntryResponseGetEventVersionRetType, ok bool) + func (o *AuditLogEntryResponse) GetId() (ret AuditLogEntryResponseGetIdRetType) + func (o *AuditLogEntryResponse) GetIdOk() (ret AuditLogEntryResponseGetIdRetType, ok bool) + func (o *AuditLogEntryResponse) GetInitiator() (ret AuditLogEntryResponseGetInitiatorRetType) + func (o *AuditLogEntryResponse) GetInitiatorOk() (ret AuditLogEntryResponseGetInitiatorRetType, ok bool) + func (o *AuditLogEntryResponse) GetReceivedTimeStamp() (ret AuditLogEntryResponseGetReceivedTimeStampRetType) + func (o *AuditLogEntryResponse) GetReceivedTimeStampOk() (ret AuditLogEntryResponseGetReceivedTimeStampRetType, ok bool) + func (o *AuditLogEntryResponse) GetRegion() (ret AuditLogEntryResponseGetRegionRetType) + func (o *AuditLogEntryResponse) GetRegionOk() (ret AuditLogEntryResponseGetRegionRetType, ok bool) + func (o *AuditLogEntryResponse) GetRequest() (ret AuditLogEntryResponseGetRequestRetType) + func (o *AuditLogEntryResponse) GetRequestOk() (ret AuditLogEntryResponseGetRequestRetType, ok bool) + func (o *AuditLogEntryResponse) GetResourceId() (res AuditLogEntryResponseGetResourceIdRetType) + func (o *AuditLogEntryResponse) GetResourceIdOk() (ret AuditLogEntryResponseGetResourceIdRetType, ok bool) + func (o *AuditLogEntryResponse) GetResourceName() (res AuditLogEntryResponseGetResourceNameRetType) + func (o *AuditLogEntryResponse) GetResourceNameOk() (ret AuditLogEntryResponseGetResourceNameRetType, ok bool) + func (o *AuditLogEntryResponse) GetResult() (res AuditLogEntryResponseGetResultRetType) + func (o *AuditLogEntryResponse) GetResultOk() (ret AuditLogEntryResponseGetResultRetType, ok bool) + func (o *AuditLogEntryResponse) GetServiceAccountDelegationInfo() (res AuditLogEntryResponseGetServiceAccountDelegationInfoRetType) + func (o *AuditLogEntryResponse) GetServiceAccountDelegationInfoOk() (ret AuditLogEntryResponseGetServiceAccountDelegationInfoRetType, ok bool) + func (o *AuditLogEntryResponse) GetSeverity() (ret AuditLogEntryResponseGetSeverityRetType) + func (o *AuditLogEntryResponse) GetSeverityOk() (ret AuditLogEntryResponseGetSeverityRetType, ok bool) + func (o *AuditLogEntryResponse) GetSourceIpAddress() (ret AuditLogEntryResponseGetSourceIpAddressRetType) + func (o *AuditLogEntryResponse) GetSourceIpAddressOk() (ret AuditLogEntryResponseGetSourceIpAddressRetType, ok bool) + func (o *AuditLogEntryResponse) GetUserAgent() (ret AuditLogEntryResponseGetUserAgentRetType) + func (o *AuditLogEntryResponse) GetUserAgentOk() (ret AuditLogEntryResponseGetUserAgentRetType, ok bool) + func (o *AuditLogEntryResponse) GetVisibility() (ret AuditLogEntryResponseGetVisibilityRetType) + func (o *AuditLogEntryResponse) GetVisibilityOk() (ret AuditLogEntryResponseGetVisibilityRetType, ok bool) + func (o *AuditLogEntryResponse) HasContext() bool + func (o *AuditLogEntryResponse) HasCorrelationId() bool + func (o *AuditLogEntryResponse) HasDetails() bool + func (o *AuditLogEntryResponse) HasResourceId() bool + func (o *AuditLogEntryResponse) HasResourceName() bool + func (o *AuditLogEntryResponse) HasResult() bool + func (o *AuditLogEntryResponse) HasServiceAccountDelegationInfo() bool + func (o *AuditLogEntryResponse) SetContext(v AuditLogEntryResponseGetContextRetType) + func (o *AuditLogEntryResponse) SetCorrelationId(v AuditLogEntryResponseGetCorrelationIdRetType) + func (o *AuditLogEntryResponse) SetDetails(v AuditLogEntryResponseGetDetailsRetType) + func (o *AuditLogEntryResponse) SetEventName(v AuditLogEntryResponseGetEventNameRetType) + func (o *AuditLogEntryResponse) SetEventSource(v AuditLogEntryResponseGetEventSourceRetType) + func (o *AuditLogEntryResponse) SetEventTimeStamp(v AuditLogEntryResponseGetEventTimeStampRetType) + func (o *AuditLogEntryResponse) SetEventType(v AuditLogEntryResponseGetEventTypeRetType) + func (o *AuditLogEntryResponse) SetEventVersion(v AuditLogEntryResponseGetEventVersionRetType) + func (o *AuditLogEntryResponse) SetId(v AuditLogEntryResponseGetIdRetType) + func (o *AuditLogEntryResponse) SetInitiator(v AuditLogEntryResponseGetInitiatorRetType) + func (o *AuditLogEntryResponse) SetReceivedTimeStamp(v AuditLogEntryResponseGetReceivedTimeStampRetType) + func (o *AuditLogEntryResponse) SetRegion(v AuditLogEntryResponseGetRegionRetType) + func (o *AuditLogEntryResponse) SetRequest(v AuditLogEntryResponseGetRequestRetType) + func (o *AuditLogEntryResponse) SetResourceId(v AuditLogEntryResponseGetResourceIdRetType) + func (o *AuditLogEntryResponse) SetResourceName(v AuditLogEntryResponseGetResourceNameRetType) + func (o *AuditLogEntryResponse) SetResult(v AuditLogEntryResponseGetResultRetType) + func (o *AuditLogEntryResponse) SetServiceAccountDelegationInfo(v AuditLogEntryResponseGetServiceAccountDelegationInfoRetType) + func (o *AuditLogEntryResponse) SetSeverity(v AuditLogEntryResponseGetSeverityRetType) + func (o *AuditLogEntryResponse) SetSourceIpAddress(v AuditLogEntryResponseGetSourceIpAddressRetType) + func (o *AuditLogEntryResponse) SetUserAgent(v AuditLogEntryResponseGetUserAgentRetType) + func (o *AuditLogEntryResponse) SetVisibility(v AuditLogEntryResponseGetVisibilityRetType) + func (o AuditLogEntryResponse) ToMap() (map[string]interface{}, error) + type AuditLogEntryResponseEventType string + const AUDITLOGENTRYRESPONSEEVENT_TYPE_ADMIN_ACTIVITY + const AUDITLOGENTRYRESPONSEEVENT_TYPE_POLICY_DENIED + const AUDITLOGENTRYRESPONSEEVENT_TYPE_SYSTEM_EVENT + func NewAuditLogEntryResponseEventTypeFromValue(v AuditLogEntryResponseEventType) (*AuditLogEntryResponseEventType, error) + func (v *AuditLogEntryResponseEventType) UnmarshalJSON(src []byte) error + func (v AuditLogEntryResponseEventType) IsValid() bool + func (v AuditLogEntryResponseEventType) Ptr() *AuditLogEntryResponseEventType + type AuditLogEntryResponseGetContextArgType = AuditLogEntryContextResponse + type AuditLogEntryResponseGetContextAttributeType = *AuditLogEntryContextResponse + type AuditLogEntryResponseGetContextRetType = AuditLogEntryContextResponse + type AuditLogEntryResponseGetCorrelationIdArgType = string + type AuditLogEntryResponseGetCorrelationIdAttributeType = *string + type AuditLogEntryResponseGetCorrelationIdRetType = string + type AuditLogEntryResponseGetDetailsArgType = map[string]interface + type AuditLogEntryResponseGetDetailsAttributeType = *map[string]interface + type AuditLogEntryResponseGetDetailsRetType = map[string]interface + type AuditLogEntryResponseGetEventNameArgType = string + type AuditLogEntryResponseGetEventNameAttributeType = *string + type AuditLogEntryResponseGetEventNameRetType = string + type AuditLogEntryResponseGetEventSourceArgType = string + type AuditLogEntryResponseGetEventSourceAttributeType = *string + type AuditLogEntryResponseGetEventSourceRetType = string + type AuditLogEntryResponseGetEventTimeStampArgType = time.Time + type AuditLogEntryResponseGetEventTimeStampAttributeType = *time.Time + type AuditLogEntryResponseGetEventTimeStampRetType = time.Time + type AuditLogEntryResponseGetEventTypeArgType = AuditLogEntryResponseEventType + type AuditLogEntryResponseGetEventTypeAttributeType = *AuditLogEntryResponseEventType + type AuditLogEntryResponseGetEventTypeRetType = AuditLogEntryResponseEventType + type AuditLogEntryResponseGetEventVersionArgType = string + type AuditLogEntryResponseGetEventVersionAttributeType = *string + type AuditLogEntryResponseGetEventVersionRetType = string + type AuditLogEntryResponseGetIdArgType = string + type AuditLogEntryResponseGetIdAttributeType = *string + type AuditLogEntryResponseGetIdRetType = string + type AuditLogEntryResponseGetInitiatorArgType = AuditLogEntryInitiatorResponse + type AuditLogEntryResponseGetInitiatorAttributeType = *AuditLogEntryInitiatorResponse + type AuditLogEntryResponseGetInitiatorRetType = AuditLogEntryInitiatorResponse + type AuditLogEntryResponseGetReceivedTimeStampArgType = time.Time + type AuditLogEntryResponseGetReceivedTimeStampAttributeType = *time.Time + type AuditLogEntryResponseGetReceivedTimeStampRetType = time.Time + type AuditLogEntryResponseGetRegionArgType = string + type AuditLogEntryResponseGetRegionAttributeType = *string + type AuditLogEntryResponseGetRegionRetType = string + type AuditLogEntryResponseGetRequestArgType = AuditLogEntryRequestResponse + type AuditLogEntryResponseGetRequestAttributeType = *AuditLogEntryRequestResponse + type AuditLogEntryResponseGetRequestRetType = AuditLogEntryRequestResponse + type AuditLogEntryResponseGetResourceIdArgType = string + type AuditLogEntryResponseGetResourceIdAttributeType = *string + type AuditLogEntryResponseGetResourceIdRetType = string + type AuditLogEntryResponseGetResourceNameArgType = string + type AuditLogEntryResponseGetResourceNameAttributeType = *string + type AuditLogEntryResponseGetResourceNameRetType = string + type AuditLogEntryResponseGetResultArgType = map[string]interface + type AuditLogEntryResponseGetResultAttributeType = *map[string]interface + type AuditLogEntryResponseGetResultRetType = map[string]interface + type AuditLogEntryResponseGetServiceAccountDelegationInfoArgType = AuditLogEntryServiceAccountDelegationInfoResponse + type AuditLogEntryResponseGetServiceAccountDelegationInfoAttributeType = *AuditLogEntryServiceAccountDelegationInfoResponse + type AuditLogEntryResponseGetServiceAccountDelegationInfoRetType = AuditLogEntryServiceAccountDelegationInfoResponse + type AuditLogEntryResponseGetSeverityArgType = AuditLogEntryResponseSeverity + type AuditLogEntryResponseGetSeverityAttributeType = *AuditLogEntryResponseSeverity + type AuditLogEntryResponseGetSeverityRetType = AuditLogEntryResponseSeverity + type AuditLogEntryResponseGetSourceIpAddressArgType = string + type AuditLogEntryResponseGetSourceIpAddressAttributeType = *string + type AuditLogEntryResponseGetSourceIpAddressRetType = string + type AuditLogEntryResponseGetUserAgentArgType = string + type AuditLogEntryResponseGetUserAgentAttributeType = *string + type AuditLogEntryResponseGetUserAgentRetType = string + type AuditLogEntryResponseGetVisibilityArgType = AuditLogEntryResponseVisibility + type AuditLogEntryResponseGetVisibilityAttributeType = *AuditLogEntryResponseVisibility + type AuditLogEntryResponseGetVisibilityRetType = AuditLogEntryResponseVisibility + type AuditLogEntryResponseSeverity string + const AUDITLOGENTRYRESPONSESEVERITY_ERROR + const AUDITLOGENTRYRESPONSESEVERITY_INFO + func NewAuditLogEntryResponseSeverityFromValue(v AuditLogEntryResponseSeverity) (*AuditLogEntryResponseSeverity, error) + func (v *AuditLogEntryResponseSeverity) UnmarshalJSON(src []byte) error + func (v AuditLogEntryResponseSeverity) IsValid() bool + func (v AuditLogEntryResponseSeverity) Ptr() *AuditLogEntryResponseSeverity + type AuditLogEntryResponseVisibility string + const AUDITLOGENTRYRESPONSEVISIBILITY_PRIVATE + const AUDITLOGENTRYRESPONSEVISIBILITY_PUBLIC + func NewAuditLogEntryResponseVisibilityFromValue(v AuditLogEntryResponseVisibility) (*AuditLogEntryResponseVisibility, error) + func (v *AuditLogEntryResponseVisibility) UnmarshalJSON(src []byte) error + func (v AuditLogEntryResponseVisibility) IsValid() bool + func (v AuditLogEntryResponseVisibility) Ptr() *AuditLogEntryResponseVisibility + type AuditLogEntryServiceAccountDelegationInfoResponse struct + Principals AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsAttributeType + func NewAuditLogEntryServiceAccountDelegationInfoResponse(...) *AuditLogEntryServiceAccountDelegationInfoResponse + func NewAuditLogEntryServiceAccountDelegationInfoResponseWithDefaults() *AuditLogEntryServiceAccountDelegationInfoResponse + func (o *AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipals() (ret AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType) + func (o *AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipalsOk() (ret AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType, ...) + func (o *AuditLogEntryServiceAccountDelegationInfoResponse) SetPrincipals(v AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType) + func (o AuditLogEntryServiceAccountDelegationInfoResponse) ToMap() (map[string]interface{}, error) + type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsArgType = []ServiceAccountDelegationInfoPrincipalResponse + type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsAttributeType = *[]ServiceAccountDelegationInfoPrincipalResponse + type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType = []ServiceAccountDelegationInfoPrincipalResponse + type DefaultApi interface + ListFolderAuditLogEntries func(ctx context.Context, folderId string) ApiListFolderAuditLogEntriesRequest + ListFolderAuditLogEntriesExecute func(ctx context.Context, folderId string) (*ListAuditLogEntriesResponse, error) + ListOrganizationAuditLogEntries func(ctx context.Context, organizationId string) ApiListOrganizationAuditLogEntriesRequest + ListOrganizationAuditLogEntriesExecute func(ctx context.Context, organizationId string) (*ListAuditLogEntriesResponse, error) + ListProjectAuditLogEntries func(ctx context.Context, projectId string) ApiListProjectAuditLogEntriesRequest + ListProjectAuditLogEntriesExecute func(ctx context.Context, projectId string) (*ListAuditLogEntriesResponse, error) + type DefaultApiService service + type ErrorResponse struct + Message ErrorResponseGetMessageAttributeType + Path ErrorResponseGetPathAttributeType + Status ErrorResponseGetStatusAttributeType + Timestamp ErrorResponseGetTimestampAttributeType + func NewErrorResponse() *ErrorResponse + func NewErrorResponseWithDefaults() *ErrorResponse + func (o *ErrorResponse) GetMessage() (res ErrorResponseGetMessageRetType) + func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, ok bool) + func (o *ErrorResponse) GetPath() (res ErrorResponseGetPathRetType) + func (o *ErrorResponse) GetPathOk() (ret ErrorResponseGetPathRetType, ok bool) + func (o *ErrorResponse) GetStatus() (res ErrorResponseGetStatusRetType) + func (o *ErrorResponse) GetStatusOk() (ret ErrorResponseGetStatusRetType, ok bool) + func (o *ErrorResponse) GetTimestamp() (res ErrorResponseGetTimestampRetType) + func (o *ErrorResponse) GetTimestampOk() (ret ErrorResponseGetTimestampRetType, ok bool) + func (o *ErrorResponse) HasMessage() bool + func (o *ErrorResponse) HasPath() bool + func (o *ErrorResponse) HasStatus() bool + func (o *ErrorResponse) HasTimestamp() bool + func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType) + func (o *ErrorResponse) SetPath(v ErrorResponseGetPathRetType) + func (o *ErrorResponse) SetStatus(v ErrorResponseGetStatusRetType) + func (o *ErrorResponse) SetTimestamp(v ErrorResponseGetTimestampRetType) + func (o ErrorResponse) ToMap() (map[string]interface{}, error) + type ErrorResponseGetMessageArgType = string + type ErrorResponseGetMessageAttributeType = *string + type ErrorResponseGetMessageRetType = string + type ErrorResponseGetPathArgType = string + type ErrorResponseGetPathAttributeType = *string + type ErrorResponseGetPathRetType = string + type ErrorResponseGetStatusArgType = float64 + type ErrorResponseGetStatusAttributeType = *float64 + type ErrorResponseGetStatusRetType = float64 + type ErrorResponseGetTimestampArgType = time.Time + type ErrorResponseGetTimestampAttributeType = *time.Time + type ErrorResponseGetTimestampRetType = time.Time + type GatewayErrorResponse struct + Message GatewayErrorResponseGetMessageAttributeType + Status GatewayErrorResponseGetStatusAttributeType + func NewGatewayErrorResponse() *GatewayErrorResponse + func NewGatewayErrorResponseWithDefaults() *GatewayErrorResponse + func (o *GatewayErrorResponse) GetMessage() (res GatewayErrorResponseGetMessageRetType) + func (o *GatewayErrorResponse) GetMessageOk() (ret GatewayErrorResponseGetMessageRetType, ok bool) + func (o *GatewayErrorResponse) GetStatus() (res GatewayErrorResponseGetStatusRetType) + func (o *GatewayErrorResponse) GetStatusOk() (ret GatewayErrorResponseGetStatusRetType, ok bool) + func (o *GatewayErrorResponse) HasMessage() bool + func (o *GatewayErrorResponse) HasStatus() bool + func (o *GatewayErrorResponse) SetMessage(v GatewayErrorResponseGetMessageRetType) + func (o *GatewayErrorResponse) SetStatus(v GatewayErrorResponseGetStatusRetType) + func (o GatewayErrorResponse) ToMap() (map[string]interface{}, error) + type GatewayErrorResponseGetMessageArgType = string + type GatewayErrorResponseGetMessageAttributeType = *string + type GatewayErrorResponseGetMessageRetType = string + type GatewayErrorResponseGetStatusArgType = float64 + type GatewayErrorResponseGetStatusAttributeType = *float64 + type GatewayErrorResponseGetStatusRetType = float64 + type ListAuditLogEntriesResponse struct + Cursor ListAuditLogEntriesResponseGetCursorAttributeType + Items ListAuditLogEntriesResponseGetItemsAttributeType + Limit ListAuditLogEntriesResponseGetLimitAttributeType + func NewListAuditLogEntriesResponse() *ListAuditLogEntriesResponse + func NewListAuditLogEntriesResponseWithDefaults() *ListAuditLogEntriesResponse + func (o *ListAuditLogEntriesResponse) GetCursor() (res ListAuditLogEntriesResponseGetCursorRetType) + func (o *ListAuditLogEntriesResponse) GetCursorOk() (ret ListAuditLogEntriesResponseGetCursorRetType, ok bool) + func (o *ListAuditLogEntriesResponse) GetItems() (res ListAuditLogEntriesResponseGetItemsRetType) + func (o *ListAuditLogEntriesResponse) GetItemsOk() (ret ListAuditLogEntriesResponseGetItemsRetType, ok bool) + func (o *ListAuditLogEntriesResponse) GetLimit() (res ListAuditLogEntriesResponseGetLimitRetType) + func (o *ListAuditLogEntriesResponse) GetLimitOk() (ret ListAuditLogEntriesResponseGetLimitRetType, ok bool) + func (o *ListAuditLogEntriesResponse) HasCursor() bool + func (o *ListAuditLogEntriesResponse) HasItems() bool + func (o *ListAuditLogEntriesResponse) HasLimit() bool + func (o *ListAuditLogEntriesResponse) SetCursor(v ListAuditLogEntriesResponseGetCursorRetType) + func (o *ListAuditLogEntriesResponse) SetItems(v ListAuditLogEntriesResponseGetItemsRetType) + func (o *ListAuditLogEntriesResponse) SetLimit(v ListAuditLogEntriesResponseGetLimitRetType) + func (o ListAuditLogEntriesResponse) ToMap() (map[string]interface{}, error) + type ListAuditLogEntriesResponseGetCursorArgType = string + type ListAuditLogEntriesResponseGetCursorAttributeType = *string + type ListAuditLogEntriesResponseGetCursorRetType = string + type ListAuditLogEntriesResponseGetItemsArgType = []AuditLogEntryResponse + type ListAuditLogEntriesResponseGetItemsAttributeType = *[]AuditLogEntryResponse + type ListAuditLogEntriesResponseGetItemsRetType = []AuditLogEntryResponse + type ListAuditLogEntriesResponseGetLimitArgType = float64 + type ListAuditLogEntriesResponseGetLimitAttributeType = *float64 + type ListAuditLogEntriesResponseGetLimitRetType = float64 + type ListFolderAuditLogEntriesRequest struct + func (r ListFolderAuditLogEntriesRequest) Cursor(cursor string) ApiListFolderAuditLogEntriesRequest + func (r ListFolderAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListFolderAuditLogEntriesRequest + func (r ListFolderAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error) + func (r ListFolderAuditLogEntriesRequest) Limit(limit float32) ApiListFolderAuditLogEntriesRequest + func (r ListFolderAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListFolderAuditLogEntriesRequest + type ListOrganizationAuditLogEntriesRequest struct + func (r ListOrganizationAuditLogEntriesRequest) Cursor(cursor string) ApiListOrganizationAuditLogEntriesRequest + func (r ListOrganizationAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest + func (r ListOrganizationAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error) + func (r ListOrganizationAuditLogEntriesRequest) Limit(limit float32) ApiListOrganizationAuditLogEntriesRequest + func (r ListOrganizationAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest + type ListProjectAuditLogEntriesRequest struct + func (r ListProjectAuditLogEntriesRequest) Cursor(cursor string) ApiListProjectAuditLogEntriesRequest + func (r ListProjectAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListProjectAuditLogEntriesRequest + func (r ListProjectAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error) + func (r ListProjectAuditLogEntriesRequest) Limit(limit float32) ApiListProjectAuditLogEntriesRequest + func (r ListProjectAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListProjectAuditLogEntriesRequest + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NullableAuditLogEntryContextResponse struct + func NewNullableAuditLogEntryContextResponse(val *AuditLogEntryContextResponse) *NullableAuditLogEntryContextResponse + func (v *NullableAuditLogEntryContextResponse) Set(val *AuditLogEntryContextResponse) + func (v *NullableAuditLogEntryContextResponse) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryContextResponse) Unset() + func (v NullableAuditLogEntryContextResponse) Get() *AuditLogEntryContextResponse + func (v NullableAuditLogEntryContextResponse) IsSet() bool + func (v NullableAuditLogEntryContextResponse) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryInitiatorResponse struct + func NewNullableAuditLogEntryInitiatorResponse(val *AuditLogEntryInitiatorResponse) *NullableAuditLogEntryInitiatorResponse + func (v *NullableAuditLogEntryInitiatorResponse) Set(val *AuditLogEntryInitiatorResponse) + func (v *NullableAuditLogEntryInitiatorResponse) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryInitiatorResponse) Unset() + func (v NullableAuditLogEntryInitiatorResponse) Get() *AuditLogEntryInitiatorResponse + func (v NullableAuditLogEntryInitiatorResponse) IsSet() bool + func (v NullableAuditLogEntryInitiatorResponse) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryRequestResponse struct + func NewNullableAuditLogEntryRequestResponse(val *AuditLogEntryRequestResponse) *NullableAuditLogEntryRequestResponse + func (v *NullableAuditLogEntryRequestResponse) Set(val *AuditLogEntryRequestResponse) + func (v *NullableAuditLogEntryRequestResponse) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryRequestResponse) Unset() + func (v NullableAuditLogEntryRequestResponse) Get() *AuditLogEntryRequestResponse + func (v NullableAuditLogEntryRequestResponse) IsSet() bool + func (v NullableAuditLogEntryRequestResponse) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryResponse struct + func NewNullableAuditLogEntryResponse(val *AuditLogEntryResponse) *NullableAuditLogEntryResponse + func (v *NullableAuditLogEntryResponse) Set(val *AuditLogEntryResponse) + func (v *NullableAuditLogEntryResponse) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryResponse) Unset() + func (v NullableAuditLogEntryResponse) Get() *AuditLogEntryResponse + func (v NullableAuditLogEntryResponse) IsSet() bool + func (v NullableAuditLogEntryResponse) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryResponseEventType struct + func NewNullableAuditLogEntryResponseEventType(val *AuditLogEntryResponseEventType) *NullableAuditLogEntryResponseEventType + func (v *NullableAuditLogEntryResponseEventType) Set(val *AuditLogEntryResponseEventType) + func (v *NullableAuditLogEntryResponseEventType) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryResponseEventType) Unset() + func (v NullableAuditLogEntryResponseEventType) Get() *AuditLogEntryResponseEventType + func (v NullableAuditLogEntryResponseEventType) IsSet() bool + func (v NullableAuditLogEntryResponseEventType) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryResponseSeverity struct + func NewNullableAuditLogEntryResponseSeverity(val *AuditLogEntryResponseSeverity) *NullableAuditLogEntryResponseSeverity + func (v *NullableAuditLogEntryResponseSeverity) Set(val *AuditLogEntryResponseSeverity) + func (v *NullableAuditLogEntryResponseSeverity) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryResponseSeverity) Unset() + func (v NullableAuditLogEntryResponseSeverity) Get() *AuditLogEntryResponseSeverity + func (v NullableAuditLogEntryResponseSeverity) IsSet() bool + func (v NullableAuditLogEntryResponseSeverity) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryResponseVisibility struct + func NewNullableAuditLogEntryResponseVisibility(val *AuditLogEntryResponseVisibility) *NullableAuditLogEntryResponseVisibility + func (v *NullableAuditLogEntryResponseVisibility) Set(val *AuditLogEntryResponseVisibility) + func (v *NullableAuditLogEntryResponseVisibility) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryResponseVisibility) Unset() + func (v NullableAuditLogEntryResponseVisibility) Get() *AuditLogEntryResponseVisibility + func (v NullableAuditLogEntryResponseVisibility) IsSet() bool + func (v NullableAuditLogEntryResponseVisibility) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryServiceAccountDelegationInfoResponse struct + func NewNullableAuditLogEntryServiceAccountDelegationInfoResponse(val *AuditLogEntryServiceAccountDelegationInfoResponse) *NullableAuditLogEntryServiceAccountDelegationInfoResponse + func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) Set(val *AuditLogEntryServiceAccountDelegationInfoResponse) + func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) Unset() + func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) Get() *AuditLogEntryServiceAccountDelegationInfoResponse + func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) IsSet() bool + func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableErrorResponse struct + func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse + func (v *NullableErrorResponse) Set(val *ErrorResponse) + func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error + func (v *NullableErrorResponse) Unset() + func (v NullableErrorResponse) Get() *ErrorResponse + func (v NullableErrorResponse) IsSet() bool + func (v NullableErrorResponse) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGatewayErrorResponse struct + func NewNullableGatewayErrorResponse(val *GatewayErrorResponse) *NullableGatewayErrorResponse + func (v *NullableGatewayErrorResponse) Set(val *GatewayErrorResponse) + func (v *NullableGatewayErrorResponse) UnmarshalJSON(src []byte) error + func (v *NullableGatewayErrorResponse) Unset() + func (v NullableGatewayErrorResponse) Get() *GatewayErrorResponse + func (v NullableGatewayErrorResponse) IsSet() bool + func (v NullableGatewayErrorResponse) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableListAuditLogEntriesResponse struct + func NewNullableListAuditLogEntriesResponse(val *ListAuditLogEntriesResponse) *NullableListAuditLogEntriesResponse + func (v *NullableListAuditLogEntriesResponse) Set(val *ListAuditLogEntriesResponse) + func (v *NullableListAuditLogEntriesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListAuditLogEntriesResponse) Unset() + func (v NullableListAuditLogEntriesResponse) Get() *ListAuditLogEntriesResponse + func (v NullableListAuditLogEntriesResponse) IsSet() bool + func (v NullableListAuditLogEntriesResponse) MarshalJSON() ([]byte, error) + type NullableServiceAccountDelegationInfoPrincipalResponse struct + func NewNullableServiceAccountDelegationInfoPrincipalResponse(val *ServiceAccountDelegationInfoPrincipalResponse) *NullableServiceAccountDelegationInfoPrincipalResponse + func (v *NullableServiceAccountDelegationInfoPrincipalResponse) Set(val *ServiceAccountDelegationInfoPrincipalResponse) + func (v *NullableServiceAccountDelegationInfoPrincipalResponse) UnmarshalJSON(src []byte) error + func (v *NullableServiceAccountDelegationInfoPrincipalResponse) Unset() + func (v NullableServiceAccountDelegationInfoPrincipalResponse) Get() *ServiceAccountDelegationInfoPrincipalResponse + func (v NullableServiceAccountDelegationInfoPrincipalResponse) IsSet() bool + func (v NullableServiceAccountDelegationInfoPrincipalResponse) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableValue struct + func (v *NullableValue[T]) Set(val *T) + func (v *NullableValue[T]) Unset() + func (v NullableValue[T]) Get() *T + func (v NullableValue[T]) IsSet() bool + type ServiceAccountDelegationInfoPrincipalResponse struct + Email ServiceAccountDelegationInfoPrincipalResponseGetEmailAttributeType + Id ServiceAccountDelegationInfoPrincipalResponseGetIdAttributeType + func NewServiceAccountDelegationInfoPrincipalResponse(id ServiceAccountDelegationInfoPrincipalResponseGetIdArgType) *ServiceAccountDelegationInfoPrincipalResponse + func NewServiceAccountDelegationInfoPrincipalResponseWithDefaults() *ServiceAccountDelegationInfoPrincipalResponse + func (o *ServiceAccountDelegationInfoPrincipalResponse) GetEmail() (res ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType) + func (o *ServiceAccountDelegationInfoPrincipalResponse) GetEmailOk() (ret ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType, ok bool) + func (o *ServiceAccountDelegationInfoPrincipalResponse) GetId() (ret ServiceAccountDelegationInfoPrincipalResponseGetIdRetType) + func (o *ServiceAccountDelegationInfoPrincipalResponse) GetIdOk() (ret ServiceAccountDelegationInfoPrincipalResponseGetIdRetType, ok bool) + func (o *ServiceAccountDelegationInfoPrincipalResponse) HasEmail() bool + func (o *ServiceAccountDelegationInfoPrincipalResponse) SetEmail(v ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType) + func (o *ServiceAccountDelegationInfoPrincipalResponse) SetId(v ServiceAccountDelegationInfoPrincipalResponseGetIdRetType) + func (o ServiceAccountDelegationInfoPrincipalResponse) ToMap() (map[string]interface{}, error) + type ServiceAccountDelegationInfoPrincipalResponseGetEmailArgType = string + type ServiceAccountDelegationInfoPrincipalResponseGetEmailAttributeType = *string + type ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType = string + type ServiceAccountDelegationInfoPrincipalResponseGetIdArgType = string + type ServiceAccountDelegationInfoPrincipalResponseGetIdAttributeType = *string + type ServiceAccountDelegationInfoPrincipalResponseGetIdRetType = string