Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) string
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- func (c *APIClient) GetConfig() *config.Configuration
- 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)
- type ApiListFolderAuditLogEntriesRequest
- type ApiListOrganizationAuditLogEntriesRequest
- type ApiListProjectAuditLogEntriesRequest
- type AuditLogEntryContextResponse
- func (o *AuditLogEntryContextResponse) GetFolderId() (res AuditLogEntryContextResponseGetFolderIdRetType)
- func (o *AuditLogEntryContextResponse) GetFolderIdOk() (ret AuditLogEntryContextResponseGetFolderIdRetType, ok bool)
- func (o *AuditLogEntryContextResponse) GetOrganizationId() (res AuditLogEntryContextResponseGetOrganizationIdRetType)
- func (o *AuditLogEntryContextResponse) GetOrganizationIdOk() (ret AuditLogEntryContextResponseGetOrganizationIdRetType, ok bool)
- func (o *AuditLogEntryContextResponse) GetProjectId() (res AuditLogEntryContextResponseGetProjectIdRetType)
- func (o *AuditLogEntryContextResponse) GetProjectIdOk() (ret AuditLogEntryContextResponseGetProjectIdRetType, ok bool)
- func (o *AuditLogEntryContextResponse) HasFolderId() bool
- func (o *AuditLogEntryContextResponse) HasOrganizationId() bool
- func (o *AuditLogEntryContextResponse) HasProjectId() bool
- func (o *AuditLogEntryContextResponse) SetFolderId(v AuditLogEntryContextResponseGetFolderIdRetType)
- func (o *AuditLogEntryContextResponse) SetOrganizationId(v AuditLogEntryContextResponseGetOrganizationIdRetType)
- func (o *AuditLogEntryContextResponse) SetProjectId(v AuditLogEntryContextResponseGetProjectIdRetType)
- func (o AuditLogEntryContextResponse) ToMap() (map[string]interface{}, error)
- type AuditLogEntryContextResponseGetFolderIdArgType
- type AuditLogEntryContextResponseGetFolderIdAttributeType
- type AuditLogEntryContextResponseGetFolderIdRetType
- type AuditLogEntryContextResponseGetOrganizationIdArgType
- type AuditLogEntryContextResponseGetOrganizationIdAttributeType
- type AuditLogEntryContextResponseGetOrganizationIdRetType
- type AuditLogEntryContextResponseGetProjectIdArgType
- type AuditLogEntryContextResponseGetProjectIdAttributeType
- type AuditLogEntryContextResponseGetProjectIdRetType
- type AuditLogEntryInitiatorResponse
- func (o *AuditLogEntryInitiatorResponse) GetEmail() (res AuditLogEntryInitiatorResponseGetEmailRetType)
- func (o *AuditLogEntryInitiatorResponse) GetEmailOk() (ret AuditLogEntryInitiatorResponseGetEmailRetType, ok bool)
- func (o *AuditLogEntryInitiatorResponse) GetId() (ret AuditLogEntryInitiatorResponseGetIdRetType)
- func (o *AuditLogEntryInitiatorResponse) GetIdOk() (ret AuditLogEntryInitiatorResponseGetIdRetType, ok bool)
- func (o *AuditLogEntryInitiatorResponse) HasEmail() bool
- func (o *AuditLogEntryInitiatorResponse) SetEmail(v AuditLogEntryInitiatorResponseGetEmailRetType)
- func (o *AuditLogEntryInitiatorResponse) SetId(v AuditLogEntryInitiatorResponseGetIdRetType)
- func (o AuditLogEntryInitiatorResponse) ToMap() (map[string]interface{}, error)
- type AuditLogEntryInitiatorResponseGetEmailArgType
- type AuditLogEntryInitiatorResponseGetEmailAttributeType
- type AuditLogEntryInitiatorResponseGetEmailRetType
- type AuditLogEntryInitiatorResponseGetIdArgType
- type AuditLogEntryInitiatorResponseGetIdAttributeType
- type AuditLogEntryInitiatorResponseGetIdRetType
- type AuditLogEntryRequestResponse
- func (o *AuditLogEntryRequestResponse) GetBody() (res AuditLogEntryRequestResponseGetBodyRetType)
- func (o *AuditLogEntryRequestResponse) GetBodyOk() (ret AuditLogEntryRequestResponseGetBodyRetType, ok bool)
- func (o *AuditLogEntryRequestResponse) GetEndpoint() (ret AuditLogEntryRequestResponseGetEndpointRetType)
- func (o *AuditLogEntryRequestResponse) GetEndpointOk() (ret AuditLogEntryRequestResponseGetEndpointRetType, ok bool)
- func (o *AuditLogEntryRequestResponse) GetHeaders() (res AuditLogEntryRequestResponseGetHeadersRetType)
- func (o *AuditLogEntryRequestResponse) GetHeadersOk() (ret AuditLogEntryRequestResponseGetHeadersRetType, ok bool)
- func (o *AuditLogEntryRequestResponse) GetParameters() (res AuditLogEntryRequestResponseGetParametersRetType)
- func (o *AuditLogEntryRequestResponse) GetParametersOk() (ret AuditLogEntryRequestResponseGetParametersRetType, ok bool)
- func (o *AuditLogEntryRequestResponse) HasBody() bool
- func (o *AuditLogEntryRequestResponse) HasHeaders() bool
- func (o *AuditLogEntryRequestResponse) HasParameters() bool
- func (o *AuditLogEntryRequestResponse) SetBody(v AuditLogEntryRequestResponseGetBodyRetType)
- func (o *AuditLogEntryRequestResponse) SetEndpoint(v AuditLogEntryRequestResponseGetEndpointRetType)
- func (o *AuditLogEntryRequestResponse) SetHeaders(v AuditLogEntryRequestResponseGetHeadersRetType)
- func (o *AuditLogEntryRequestResponse) SetParameters(v AuditLogEntryRequestResponseGetParametersRetType)
- func (o AuditLogEntryRequestResponse) ToMap() (map[string]interface{}, error)
- type AuditLogEntryRequestResponseGetBodyArgType
- type AuditLogEntryRequestResponseGetBodyAttributeType
- type AuditLogEntryRequestResponseGetBodyRetType
- type AuditLogEntryRequestResponseGetEndpointArgType
- type AuditLogEntryRequestResponseGetEndpointAttributeType
- type AuditLogEntryRequestResponseGetEndpointRetType
- type AuditLogEntryRequestResponseGetHeadersArgType
- type AuditLogEntryRequestResponseGetHeadersAttributeType
- type AuditLogEntryRequestResponseGetHeadersRetType
- type AuditLogEntryRequestResponseGetParametersArgType
- type AuditLogEntryRequestResponseGetParametersAttributeType
- type AuditLogEntryRequestResponseGetParametersRetType
- type AuditLogEntryResponse
- func (o *AuditLogEntryResponse) GetContext() (res AuditLogEntryResponseGetContextRetType)
- func (o *AuditLogEntryResponse) GetContextOk() (ret AuditLogEntryResponseGetContextRetType, ok bool)
- func (o *AuditLogEntryResponse) GetCorrelationId() (res AuditLogEntryResponseGetCorrelationIdRetType)
- func (o *AuditLogEntryResponse) GetCorrelationIdOk() (ret AuditLogEntryResponseGetCorrelationIdRetType, ok bool)
- func (o *AuditLogEntryResponse) GetDetails() (res AuditLogEntryResponseGetDetailsRetType)
- func (o *AuditLogEntryResponse) GetDetailsOk() (ret AuditLogEntryResponseGetDetailsRetType, ok bool)
- func (o *AuditLogEntryResponse) GetEventName() (ret AuditLogEntryResponseGetEventNameRetType)
- func (o *AuditLogEntryResponse) GetEventNameOk() (ret AuditLogEntryResponseGetEventNameRetType, ok bool)
- func (o *AuditLogEntryResponse) GetEventSource() (ret AuditLogEntryResponseGetEventSourceRetType)
- func (o *AuditLogEntryResponse) GetEventSourceOk() (ret AuditLogEntryResponseGetEventSourceRetType, ok bool)
- func (o *AuditLogEntryResponse) GetEventTimeStamp() (ret AuditLogEntryResponseGetEventTimeStampRetType)
- func (o *AuditLogEntryResponse) GetEventTimeStampOk() (ret AuditLogEntryResponseGetEventTimeStampRetType, ok bool)
- func (o *AuditLogEntryResponse) GetEventType() (ret AuditLogEntryResponseGetEventTypeRetType)
- func (o *AuditLogEntryResponse) GetEventTypeOk() (ret AuditLogEntryResponseGetEventTypeRetType, ok bool)
- func (o *AuditLogEntryResponse) GetEventVersion() (ret AuditLogEntryResponseGetEventVersionRetType)
- func (o *AuditLogEntryResponse) GetEventVersionOk() (ret AuditLogEntryResponseGetEventVersionRetType, ok bool)
- func (o *AuditLogEntryResponse) GetId() (ret AuditLogEntryResponseGetIdRetType)
- func (o *AuditLogEntryResponse) GetIdOk() (ret AuditLogEntryResponseGetIdRetType, ok bool)
- func (o *AuditLogEntryResponse) GetInitiator() (ret AuditLogEntryResponseGetInitiatorRetType)
- func (o *AuditLogEntryResponse) GetInitiatorOk() (ret AuditLogEntryResponseGetInitiatorRetType, ok bool)
- func (o *AuditLogEntryResponse) GetReceivedTimeStamp() (ret AuditLogEntryResponseGetReceivedTimeStampRetType)
- func (o *AuditLogEntryResponse) GetReceivedTimeStampOk() (ret AuditLogEntryResponseGetReceivedTimeStampRetType, ok bool)
- func (o *AuditLogEntryResponse) GetRegion() (ret AuditLogEntryResponseGetRegionRetType)
- func (o *AuditLogEntryResponse) GetRegionOk() (ret AuditLogEntryResponseGetRegionRetType, ok bool)
- func (o *AuditLogEntryResponse) GetRequest() (ret AuditLogEntryResponseGetRequestRetType)
- func (o *AuditLogEntryResponse) GetRequestOk() (ret AuditLogEntryResponseGetRequestRetType, ok bool)
- func (o *AuditLogEntryResponse) GetResourceId() (res AuditLogEntryResponseGetResourceIdRetType)
- func (o *AuditLogEntryResponse) GetResourceIdOk() (ret AuditLogEntryResponseGetResourceIdRetType, ok bool)
- func (o *AuditLogEntryResponse) GetResourceName() (res AuditLogEntryResponseGetResourceNameRetType)
- func (o *AuditLogEntryResponse) GetResourceNameOk() (ret AuditLogEntryResponseGetResourceNameRetType, ok bool)
- func (o *AuditLogEntryResponse) GetResult() (res AuditLogEntryResponseGetResultRetType)
- func (o *AuditLogEntryResponse) GetResultOk() (ret AuditLogEntryResponseGetResultRetType, ok bool)
- func (o *AuditLogEntryResponse) GetServiceAccountDelegationInfo() (res AuditLogEntryResponseGetServiceAccountDelegationInfoRetType)
- func (o *AuditLogEntryResponse) GetServiceAccountDelegationInfoOk() (ret AuditLogEntryResponseGetServiceAccountDelegationInfoRetType, ok bool)
- func (o *AuditLogEntryResponse) GetSeverity() (ret AuditLogEntryResponseGetSeverityRetType)
- func (o *AuditLogEntryResponse) GetSeverityOk() (ret AuditLogEntryResponseGetSeverityRetType, ok bool)
- func (o *AuditLogEntryResponse) GetSourceIpAddress() (ret AuditLogEntryResponseGetSourceIpAddressRetType)
- func (o *AuditLogEntryResponse) GetSourceIpAddressOk() (ret AuditLogEntryResponseGetSourceIpAddressRetType, ok bool)
- func (o *AuditLogEntryResponse) GetUserAgent() (ret AuditLogEntryResponseGetUserAgentRetType)
- func (o *AuditLogEntryResponse) GetUserAgentOk() (ret AuditLogEntryResponseGetUserAgentRetType, ok bool)
- func (o *AuditLogEntryResponse) GetVisibility() (ret AuditLogEntryResponseGetVisibilityRetType)
- func (o *AuditLogEntryResponse) GetVisibilityOk() (ret AuditLogEntryResponseGetVisibilityRetType, ok bool)
- func (o *AuditLogEntryResponse) HasContext() bool
- func (o *AuditLogEntryResponse) HasCorrelationId() bool
- func (o *AuditLogEntryResponse) HasDetails() bool
- func (o *AuditLogEntryResponse) HasResourceId() bool
- func (o *AuditLogEntryResponse) HasResourceName() bool
- func (o *AuditLogEntryResponse) HasResult() bool
- func (o *AuditLogEntryResponse) HasServiceAccountDelegationInfo() bool
- func (o *AuditLogEntryResponse) SetContext(v AuditLogEntryResponseGetContextRetType)
- func (o *AuditLogEntryResponse) SetCorrelationId(v AuditLogEntryResponseGetCorrelationIdRetType)
- func (o *AuditLogEntryResponse) SetDetails(v AuditLogEntryResponseGetDetailsRetType)
- func (o *AuditLogEntryResponse) SetEventName(v AuditLogEntryResponseGetEventNameRetType)
- func (o *AuditLogEntryResponse) SetEventSource(v AuditLogEntryResponseGetEventSourceRetType)
- func (o *AuditLogEntryResponse) SetEventTimeStamp(v AuditLogEntryResponseGetEventTimeStampRetType)
- func (o *AuditLogEntryResponse) SetEventType(v AuditLogEntryResponseGetEventTypeRetType)
- func (o *AuditLogEntryResponse) SetEventVersion(v AuditLogEntryResponseGetEventVersionRetType)
- func (o *AuditLogEntryResponse) SetId(v AuditLogEntryResponseGetIdRetType)
- func (o *AuditLogEntryResponse) SetInitiator(v AuditLogEntryResponseGetInitiatorRetType)
- func (o *AuditLogEntryResponse) SetReceivedTimeStamp(v AuditLogEntryResponseGetReceivedTimeStampRetType)
- func (o *AuditLogEntryResponse) SetRegion(v AuditLogEntryResponseGetRegionRetType)
- func (o *AuditLogEntryResponse) SetRequest(v AuditLogEntryResponseGetRequestRetType)
- func (o *AuditLogEntryResponse) SetResourceId(v AuditLogEntryResponseGetResourceIdRetType)
- func (o *AuditLogEntryResponse) SetResourceName(v AuditLogEntryResponseGetResourceNameRetType)
- func (o *AuditLogEntryResponse) SetResult(v AuditLogEntryResponseGetResultRetType)
- func (o *AuditLogEntryResponse) SetServiceAccountDelegationInfo(v AuditLogEntryResponseGetServiceAccountDelegationInfoRetType)
- func (o *AuditLogEntryResponse) SetSeverity(v AuditLogEntryResponseGetSeverityRetType)
- func (o *AuditLogEntryResponse) SetSourceIpAddress(v AuditLogEntryResponseGetSourceIpAddressRetType)
- func (o *AuditLogEntryResponse) SetUserAgent(v AuditLogEntryResponseGetUserAgentRetType)
- func (o *AuditLogEntryResponse) SetVisibility(v AuditLogEntryResponseGetVisibilityRetType)
- func (o AuditLogEntryResponse) ToMap() (map[string]interface{}, error)
- type AuditLogEntryResponseEventType
- type AuditLogEntryResponseGetContextArgType
- type AuditLogEntryResponseGetContextAttributeType
- type AuditLogEntryResponseGetContextRetType
- type AuditLogEntryResponseGetCorrelationIdArgType
- type AuditLogEntryResponseGetCorrelationIdAttributeType
- type AuditLogEntryResponseGetCorrelationIdRetType
- type AuditLogEntryResponseGetDetailsArgType
- type AuditLogEntryResponseGetDetailsAttributeType
- type AuditLogEntryResponseGetDetailsRetType
- type AuditLogEntryResponseGetEventNameArgType
- type AuditLogEntryResponseGetEventNameAttributeType
- type AuditLogEntryResponseGetEventNameRetType
- type AuditLogEntryResponseGetEventSourceArgType
- type AuditLogEntryResponseGetEventSourceAttributeType
- type AuditLogEntryResponseGetEventSourceRetType
- type AuditLogEntryResponseGetEventTimeStampArgType
- type AuditLogEntryResponseGetEventTimeStampAttributeType
- type AuditLogEntryResponseGetEventTimeStampRetType
- type AuditLogEntryResponseGetEventTypeArgType
- type AuditLogEntryResponseGetEventTypeAttributeType
- type AuditLogEntryResponseGetEventTypeRetType
- type AuditLogEntryResponseGetEventVersionArgType
- type AuditLogEntryResponseGetEventVersionAttributeType
- type AuditLogEntryResponseGetEventVersionRetType
- type AuditLogEntryResponseGetIdArgType
- type AuditLogEntryResponseGetIdAttributeType
- type AuditLogEntryResponseGetIdRetType
- type AuditLogEntryResponseGetInitiatorArgType
- type AuditLogEntryResponseGetInitiatorAttributeType
- type AuditLogEntryResponseGetInitiatorRetType
- type AuditLogEntryResponseGetReceivedTimeStampArgType
- type AuditLogEntryResponseGetReceivedTimeStampAttributeType
- type AuditLogEntryResponseGetReceivedTimeStampRetType
- type AuditLogEntryResponseGetRegionArgType
- type AuditLogEntryResponseGetRegionAttributeType
- type AuditLogEntryResponseGetRegionRetType
- type AuditLogEntryResponseGetRequestArgType
- type AuditLogEntryResponseGetRequestAttributeType
- type AuditLogEntryResponseGetRequestRetType
- type AuditLogEntryResponseGetResourceIdArgType
- type AuditLogEntryResponseGetResourceIdAttributeType
- type AuditLogEntryResponseGetResourceIdRetType
- type AuditLogEntryResponseGetResourceNameArgType
- type AuditLogEntryResponseGetResourceNameAttributeType
- type AuditLogEntryResponseGetResourceNameRetType
- type AuditLogEntryResponseGetResultArgType
- type AuditLogEntryResponseGetResultAttributeType
- type AuditLogEntryResponseGetResultRetType
- type AuditLogEntryResponseGetServiceAccountDelegationInfoArgType
- type AuditLogEntryResponseGetServiceAccountDelegationInfoAttributeType
- type AuditLogEntryResponseGetServiceAccountDelegationInfoRetType
- type AuditLogEntryResponseGetSeverityArgType
- type AuditLogEntryResponseGetSeverityAttributeType
- type AuditLogEntryResponseGetSeverityRetType
- type AuditLogEntryResponseGetSourceIpAddressArgType
- type AuditLogEntryResponseGetSourceIpAddressAttributeType
- type AuditLogEntryResponseGetSourceIpAddressRetType
- type AuditLogEntryResponseGetUserAgentArgType
- type AuditLogEntryResponseGetUserAgentAttributeType
- type AuditLogEntryResponseGetUserAgentRetType
- type AuditLogEntryResponseGetVisibilityArgType
- type AuditLogEntryResponseGetVisibilityAttributeType
- type AuditLogEntryResponseGetVisibilityRetType
- type AuditLogEntryResponseSeverity
- type AuditLogEntryResponseVisibility
- type AuditLogEntryServiceAccountDelegationInfoResponse
- func (o *AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipals() (ret AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType)
- func (o *AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipalsOk() (ret AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType, ...)
- func (o *AuditLogEntryServiceAccountDelegationInfoResponse) SetPrincipals(v AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType)
- func (o AuditLogEntryServiceAccountDelegationInfoResponse) ToMap() (map[string]interface{}, error)
- type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsArgType
- type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsAttributeType
- type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType
- type DefaultApi
- type DefaultApiService
- type ErrorResponse
- func (o *ErrorResponse) GetMessage() (res ErrorResponseGetMessageRetType)
- func (o *ErrorResponse) GetMessageOk() (ret ErrorResponseGetMessageRetType, ok bool)
- func (o *ErrorResponse) GetPath() (res ErrorResponseGetPathRetType)
- func (o *ErrorResponse) GetPathOk() (ret ErrorResponseGetPathRetType, ok bool)
- func (o *ErrorResponse) GetStatus() (res ErrorResponseGetStatusRetType)
- func (o *ErrorResponse) GetStatusOk() (ret ErrorResponseGetStatusRetType, ok bool)
- func (o *ErrorResponse) GetTimestamp() (res ErrorResponseGetTimestampRetType)
- func (o *ErrorResponse) GetTimestampOk() (ret ErrorResponseGetTimestampRetType, ok bool)
- func (o *ErrorResponse) HasMessage() bool
- func (o *ErrorResponse) HasPath() bool
- func (o *ErrorResponse) HasStatus() bool
- func (o *ErrorResponse) HasTimestamp() bool
- func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType)
- func (o *ErrorResponse) SetPath(v ErrorResponseGetPathRetType)
- func (o *ErrorResponse) SetStatus(v ErrorResponseGetStatusRetType)
- func (o *ErrorResponse) SetTimestamp(v ErrorResponseGetTimestampRetType)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)
- type ErrorResponseGetMessageArgType
- type ErrorResponseGetMessageAttributeType
- type ErrorResponseGetMessageRetType
- type ErrorResponseGetPathArgType
- type ErrorResponseGetPathAttributeType
- type ErrorResponseGetPathRetType
- type ErrorResponseGetStatusArgType
- type ErrorResponseGetStatusAttributeType
- type ErrorResponseGetStatusRetType
- type ErrorResponseGetTimestampArgType
- type ErrorResponseGetTimestampAttributeType
- type ErrorResponseGetTimestampRetType
- type GatewayErrorResponse
- func (o *GatewayErrorResponse) GetMessage() (res GatewayErrorResponseGetMessageRetType)
- func (o *GatewayErrorResponse) GetMessageOk() (ret GatewayErrorResponseGetMessageRetType, ok bool)
- func (o *GatewayErrorResponse) GetStatus() (res GatewayErrorResponseGetStatusRetType)
- func (o *GatewayErrorResponse) GetStatusOk() (ret GatewayErrorResponseGetStatusRetType, ok bool)
- func (o *GatewayErrorResponse) HasMessage() bool
- func (o *GatewayErrorResponse) HasStatus() bool
- func (o *GatewayErrorResponse) SetMessage(v GatewayErrorResponseGetMessageRetType)
- func (o *GatewayErrorResponse) SetStatus(v GatewayErrorResponseGetStatusRetType)
- func (o GatewayErrorResponse) ToMap() (map[string]interface{}, error)
- type GatewayErrorResponseGetMessageArgType
- type GatewayErrorResponseGetMessageAttributeType
- type GatewayErrorResponseGetMessageRetType
- type GatewayErrorResponseGetStatusArgType
- type GatewayErrorResponseGetStatusAttributeType
- type GatewayErrorResponseGetStatusRetType
- type ListAuditLogEntriesResponse
- func (o *ListAuditLogEntriesResponse) GetCursor() (res ListAuditLogEntriesResponseGetCursorRetType)
- func (o *ListAuditLogEntriesResponse) GetCursorOk() (ret ListAuditLogEntriesResponseGetCursorRetType, ok bool)
- func (o *ListAuditLogEntriesResponse) GetItems() (res ListAuditLogEntriesResponseGetItemsRetType)
- func (o *ListAuditLogEntriesResponse) GetItemsOk() (ret ListAuditLogEntriesResponseGetItemsRetType, ok bool)
- func (o *ListAuditLogEntriesResponse) GetLimit() (res ListAuditLogEntriesResponseGetLimitRetType)
- func (o *ListAuditLogEntriesResponse) GetLimitOk() (ret ListAuditLogEntriesResponseGetLimitRetType, ok bool)
- func (o *ListAuditLogEntriesResponse) HasCursor() bool
- func (o *ListAuditLogEntriesResponse) HasItems() bool
- func (o *ListAuditLogEntriesResponse) HasLimit() bool
- func (o *ListAuditLogEntriesResponse) SetCursor(v ListAuditLogEntriesResponseGetCursorRetType)
- func (o *ListAuditLogEntriesResponse) SetItems(v ListAuditLogEntriesResponseGetItemsRetType)
- func (o *ListAuditLogEntriesResponse) SetLimit(v ListAuditLogEntriesResponseGetLimitRetType)
- func (o ListAuditLogEntriesResponse) ToMap() (map[string]interface{}, error)
- type ListAuditLogEntriesResponseGetCursorArgType
- type ListAuditLogEntriesResponseGetCursorAttributeType
- type ListAuditLogEntriesResponseGetCursorRetType
- type ListAuditLogEntriesResponseGetItemsArgType
- type ListAuditLogEntriesResponseGetItemsAttributeType
- type ListAuditLogEntriesResponseGetItemsRetType
- type ListAuditLogEntriesResponseGetLimitArgType
- type ListAuditLogEntriesResponseGetLimitAttributeType
- type ListAuditLogEntriesResponseGetLimitRetType
- type ListFolderAuditLogEntriesRequest
- 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
- 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
- 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
- type NullableAuditLogEntryContextResponse
- func (v NullableAuditLogEntryContextResponse) Get() *AuditLogEntryContextResponse
- func (v NullableAuditLogEntryContextResponse) IsSet() bool
- func (v NullableAuditLogEntryContextResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAuditLogEntryContextResponse) Set(val *AuditLogEntryContextResponse)
- func (v *NullableAuditLogEntryContextResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAuditLogEntryContextResponse) Unset()
- type NullableAuditLogEntryInitiatorResponse
- func (v NullableAuditLogEntryInitiatorResponse) Get() *AuditLogEntryInitiatorResponse
- func (v NullableAuditLogEntryInitiatorResponse) IsSet() bool
- func (v NullableAuditLogEntryInitiatorResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAuditLogEntryInitiatorResponse) Set(val *AuditLogEntryInitiatorResponse)
- func (v *NullableAuditLogEntryInitiatorResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAuditLogEntryInitiatorResponse) Unset()
- type NullableAuditLogEntryRequestResponse
- func (v NullableAuditLogEntryRequestResponse) Get() *AuditLogEntryRequestResponse
- func (v NullableAuditLogEntryRequestResponse) IsSet() bool
- func (v NullableAuditLogEntryRequestResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAuditLogEntryRequestResponse) Set(val *AuditLogEntryRequestResponse)
- func (v *NullableAuditLogEntryRequestResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAuditLogEntryRequestResponse) Unset()
- type NullableAuditLogEntryResponse
- func (v NullableAuditLogEntryResponse) Get() *AuditLogEntryResponse
- func (v NullableAuditLogEntryResponse) IsSet() bool
- func (v NullableAuditLogEntryResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAuditLogEntryResponse) Set(val *AuditLogEntryResponse)
- func (v *NullableAuditLogEntryResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAuditLogEntryResponse) Unset()
- type NullableAuditLogEntryResponseEventType
- func (v NullableAuditLogEntryResponseEventType) Get() *AuditLogEntryResponseEventType
- func (v NullableAuditLogEntryResponseEventType) IsSet() bool
- func (v NullableAuditLogEntryResponseEventType) MarshalJSON() ([]byte, error)
- func (v *NullableAuditLogEntryResponseEventType) Set(val *AuditLogEntryResponseEventType)
- func (v *NullableAuditLogEntryResponseEventType) UnmarshalJSON(src []byte) error
- func (v *NullableAuditLogEntryResponseEventType) Unset()
- type NullableAuditLogEntryResponseSeverity
- func (v NullableAuditLogEntryResponseSeverity) Get() *AuditLogEntryResponseSeverity
- func (v NullableAuditLogEntryResponseSeverity) IsSet() bool
- func (v NullableAuditLogEntryResponseSeverity) MarshalJSON() ([]byte, error)
- func (v *NullableAuditLogEntryResponseSeverity) Set(val *AuditLogEntryResponseSeverity)
- func (v *NullableAuditLogEntryResponseSeverity) UnmarshalJSON(src []byte) error
- func (v *NullableAuditLogEntryResponseSeverity) Unset()
- type NullableAuditLogEntryResponseVisibility
- func (v NullableAuditLogEntryResponseVisibility) Get() *AuditLogEntryResponseVisibility
- func (v NullableAuditLogEntryResponseVisibility) IsSet() bool
- func (v NullableAuditLogEntryResponseVisibility) MarshalJSON() ([]byte, error)
- func (v *NullableAuditLogEntryResponseVisibility) Set(val *AuditLogEntryResponseVisibility)
- func (v *NullableAuditLogEntryResponseVisibility) UnmarshalJSON(src []byte) error
- func (v *NullableAuditLogEntryResponseVisibility) Unset()
- type NullableAuditLogEntryServiceAccountDelegationInfoResponse
- func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) Get() *AuditLogEntryServiceAccountDelegationInfoResponse
- func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) IsSet() bool
- func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) Set(val *AuditLogEntryServiceAccountDelegationInfoResponse)
- func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) Unset()
- type NullableBool
- type NullableErrorResponse
- func (v NullableErrorResponse) Get() *ErrorResponse
- func (v NullableErrorResponse) IsSet() bool
- func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
- func (v *NullableErrorResponse) Set(val *ErrorResponse)
- func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
- func (v *NullableErrorResponse) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGatewayErrorResponse
- func (v NullableGatewayErrorResponse) Get() *GatewayErrorResponse
- func (v NullableGatewayErrorResponse) IsSet() bool
- func (v NullableGatewayErrorResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGatewayErrorResponse) Set(val *GatewayErrorResponse)
- func (v *NullableGatewayErrorResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGatewayErrorResponse) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableListAuditLogEntriesResponse
- func (v NullableListAuditLogEntriesResponse) Get() *ListAuditLogEntriesResponse
- func (v NullableListAuditLogEntriesResponse) IsSet() bool
- func (v NullableListAuditLogEntriesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListAuditLogEntriesResponse) Set(val *ListAuditLogEntriesResponse)
- func (v *NullableListAuditLogEntriesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListAuditLogEntriesResponse) Unset()
- type NullableServiceAccountDelegationInfoPrincipalResponse
- func (v NullableServiceAccountDelegationInfoPrincipalResponse) Get() *ServiceAccountDelegationInfoPrincipalResponse
- func (v NullableServiceAccountDelegationInfoPrincipalResponse) IsSet() bool
- func (v NullableServiceAccountDelegationInfoPrincipalResponse) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountDelegationInfoPrincipalResponse) Set(val *ServiceAccountDelegationInfoPrincipalResponse)
- func (v *NullableServiceAccountDelegationInfoPrincipalResponse) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountDelegationInfoPrincipalResponse) Unset()
- type NullableString
- type NullableTime
- type NullableValue
- type ServiceAccountDelegationInfoPrincipalResponse
- func (o *ServiceAccountDelegationInfoPrincipalResponse) GetEmail() (res ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType)
- func (o *ServiceAccountDelegationInfoPrincipalResponse) GetEmailOk() (ret ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType, ok bool)
- func (o *ServiceAccountDelegationInfoPrincipalResponse) GetId() (ret ServiceAccountDelegationInfoPrincipalResponseGetIdRetType)
- func (o *ServiceAccountDelegationInfoPrincipalResponse) GetIdOk() (ret ServiceAccountDelegationInfoPrincipalResponseGetIdRetType, ok bool)
- func (o *ServiceAccountDelegationInfoPrincipalResponse) HasEmail() bool
- func (o *ServiceAccountDelegationInfoPrincipalResponse) SetEmail(v ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType)
- func (o *ServiceAccountDelegationInfoPrincipalResponse) SetId(v ServiceAccountDelegationInfoPrincipalResponseGetIdRetType)
- func (o ServiceAccountDelegationInfoPrincipalResponse) ToMap() (map[string]interface{}, error)
- type ServiceAccountDelegationInfoPrincipalResponseGetEmailArgType
- type ServiceAccountDelegationInfoPrincipalResponseGetEmailAttributeType
- type ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType
- type ServiceAccountDelegationInfoPrincipalResponseGetIdArgType
- type ServiceAccountDelegationInfoPrincipalResponseGetIdAttributeType
- type ServiceAccountDelegationInfoPrincipalResponseGetIdRetType
Constants ¶
This section is empty.
Variables ¶
var AllowedAuditLogEntryResponseEventTypeEnumValues = []AuditLogEntryResponseEventType{
"ADMIN_ACTIVITY",
"SYSTEM_EVENT",
"POLICY_DENIED",
}
All allowed values of AuditLogEntryResponse enum
var AllowedAuditLogEntryResponseSeverityEnumValues = []AuditLogEntryResponseSeverity{
"INFO",
"ERROR",
}
All allowed values of AuditLogEntryResponse enum
var AllowedAuditLogEntryResponseVisibilityEnumValues = []AuditLogEntryResponseVisibility{
"PUBLIC",
"PRIVATE",
}
All allowed values of AuditLogEntryResponse enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object
func ParameterValueToString ¶
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient manages communication with the Audit Log API API v2.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Optionally receives configuration options
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *config.Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
func (*APIClient) ListFolderAuditLogEntries ¶
func (a *APIClient) ListFolderAuditLogEntries(ctx context.Context, folderId string) ApiListFolderAuditLogEntriesRequest
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
func (*APIClient) ListFolderAuditLogEntriesExecute ¶
func (*APIClient) ListOrganizationAuditLogEntries ¶
func (a *APIClient) ListOrganizationAuditLogEntries(ctx context.Context, organizationId string) ApiListOrganizationAuditLogEntriesRequest
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
func (*APIClient) ListOrganizationAuditLogEntriesExecute ¶
func (*APIClient) ListProjectAuditLogEntries ¶
func (a *APIClient) ListProjectAuditLogEntries(ctx context.Context, projectId string) ApiListProjectAuditLogEntriesRequest
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
func (*APIClient) ListProjectAuditLogEntriesExecute ¶
type ApiListFolderAuditLogEntriesRequest ¶
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. 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. 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. 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. Cursor(cursor string) ApiListFolderAuditLogEntriesRequest Execute() (*ListAuditLogEntriesResponse, error) }
type ApiListOrganizationAuditLogEntriesRequest ¶
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. 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. 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. 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. Cursor(cursor string) ApiListOrganizationAuditLogEntriesRequest Execute() (*ListAuditLogEntriesResponse, error) }
type ApiListProjectAuditLogEntriesRequest ¶
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. 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. 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. 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. Cursor(cursor string) ApiListProjectAuditLogEntriesRequest Execute() (*ListAuditLogEntriesResponse, error) }
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
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
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
func (*AuditLogEntryContextResponse) GetFolderId ¶
func (o *AuditLogEntryContextResponse) GetFolderId() (res AuditLogEntryContextResponseGetFolderIdRetType)
GetFolderId returns the FolderId field value if set, zero value otherwise.
func (*AuditLogEntryContextResponse) GetFolderIdOk ¶
func (o *AuditLogEntryContextResponse) GetFolderIdOk() (ret AuditLogEntryContextResponseGetFolderIdRetType, ok bool)
GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLogEntryContextResponse) GetOrganizationId ¶
func (o *AuditLogEntryContextResponse) GetOrganizationId() (res AuditLogEntryContextResponseGetOrganizationIdRetType)
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*AuditLogEntryContextResponse) GetOrganizationIdOk ¶
func (o *AuditLogEntryContextResponse) GetOrganizationIdOk() (ret AuditLogEntryContextResponseGetOrganizationIdRetType, ok bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLogEntryContextResponse) GetProjectId ¶
func (o *AuditLogEntryContextResponse) GetProjectId() (res AuditLogEntryContextResponseGetProjectIdRetType)
GetProjectId returns the ProjectId field value if set, zero value otherwise.
func (*AuditLogEntryContextResponse) GetProjectIdOk ¶
func (o *AuditLogEntryContextResponse) GetProjectIdOk() (ret AuditLogEntryContextResponseGetProjectIdRetType, ok bool)
GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLogEntryContextResponse) HasFolderId ¶
func (o *AuditLogEntryContextResponse) HasFolderId() bool
HasFolderId returns a boolean if a field has been set.
func (*AuditLogEntryContextResponse) HasOrganizationId ¶
func (o *AuditLogEntryContextResponse) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*AuditLogEntryContextResponse) HasProjectId ¶
func (o *AuditLogEntryContextResponse) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (*AuditLogEntryContextResponse) SetFolderId ¶
func (o *AuditLogEntryContextResponse) SetFolderId(v AuditLogEntryContextResponseGetFolderIdRetType)
SetFolderId gets a reference to the given string and assigns it to the FolderId field.
func (*AuditLogEntryContextResponse) SetOrganizationId ¶
func (o *AuditLogEntryContextResponse) SetOrganizationId(v AuditLogEntryContextResponseGetOrganizationIdRetType)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*AuditLogEntryContextResponse) SetProjectId ¶
func (o *AuditLogEntryContextResponse) SetProjectId(v AuditLogEntryContextResponseGetProjectIdRetType)
SetProjectId gets a reference to the given string and assigns it to the ProjectId field.
func (AuditLogEntryContextResponse) ToMap ¶
func (o AuditLogEntryContextResponse) ToMap() (map[string]interface{}, error)
type AuditLogEntryContextResponseGetFolderIdArgType ¶
type AuditLogEntryContextResponseGetFolderIdArgType = string
type AuditLogEntryContextResponseGetFolderIdAttributeType ¶
type AuditLogEntryContextResponseGetFolderIdAttributeType = *string
isNotNullableString
type AuditLogEntryContextResponseGetFolderIdRetType ¶
type AuditLogEntryContextResponseGetFolderIdRetType = string
type AuditLogEntryContextResponseGetOrganizationIdArgType ¶
type AuditLogEntryContextResponseGetOrganizationIdArgType = string
type AuditLogEntryContextResponseGetOrganizationIdAttributeType ¶
type AuditLogEntryContextResponseGetOrganizationIdAttributeType = *string
isNotNullableString
type AuditLogEntryContextResponseGetOrganizationIdRetType ¶
type AuditLogEntryContextResponseGetOrganizationIdRetType = string
type AuditLogEntryContextResponseGetProjectIdArgType ¶
type AuditLogEntryContextResponseGetProjectIdArgType = string
type AuditLogEntryContextResponseGetProjectIdAttributeType ¶
type AuditLogEntryContextResponseGetProjectIdAttributeType = *string
isNotNullableString
type AuditLogEntryContextResponseGetProjectIdRetType ¶
type AuditLogEntryContextResponseGetProjectIdRetType = string
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.
func NewAuditLogEntryInitiatorResponse ¶
func NewAuditLogEntryInitiatorResponse(id AuditLogEntryInitiatorResponseGetIdArgType) *AuditLogEntryInitiatorResponse
NewAuditLogEntryInitiatorResponse instantiates a new AuditLogEntryInitiatorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
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
func (*AuditLogEntryInitiatorResponse) GetEmail ¶
func (o *AuditLogEntryInitiatorResponse) GetEmail() (res AuditLogEntryInitiatorResponseGetEmailRetType)
GetEmail returns the Email field value if set, zero value otherwise.
func (*AuditLogEntryInitiatorResponse) GetEmailOk ¶
func (o *AuditLogEntryInitiatorResponse) GetEmailOk() (ret AuditLogEntryInitiatorResponseGetEmailRetType, ok bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLogEntryInitiatorResponse) GetId ¶
func (o *AuditLogEntryInitiatorResponse) GetId() (ret AuditLogEntryInitiatorResponseGetIdRetType)
GetId returns the Id field value
func (*AuditLogEntryInitiatorResponse) GetIdOk ¶
func (o *AuditLogEntryInitiatorResponse) GetIdOk() (ret AuditLogEntryInitiatorResponseGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AuditLogEntryInitiatorResponse) HasEmail ¶
func (o *AuditLogEntryInitiatorResponse) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*AuditLogEntryInitiatorResponse) SetEmail ¶
func (o *AuditLogEntryInitiatorResponse) SetEmail(v AuditLogEntryInitiatorResponseGetEmailRetType)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*AuditLogEntryInitiatorResponse) SetId ¶
func (o *AuditLogEntryInitiatorResponse) SetId(v AuditLogEntryInitiatorResponseGetIdRetType)
SetId sets field value
func (AuditLogEntryInitiatorResponse) ToMap ¶
func (o AuditLogEntryInitiatorResponse) ToMap() (map[string]interface{}, error)
type AuditLogEntryInitiatorResponseGetEmailArgType ¶
type AuditLogEntryInitiatorResponseGetEmailArgType = string
type AuditLogEntryInitiatorResponseGetEmailAttributeType ¶
type AuditLogEntryInitiatorResponseGetEmailAttributeType = *string
isNotNullableString
type AuditLogEntryInitiatorResponseGetEmailRetType ¶
type AuditLogEntryInitiatorResponseGetEmailRetType = string
type AuditLogEntryInitiatorResponseGetIdArgType ¶
type AuditLogEntryInitiatorResponseGetIdArgType = string
type AuditLogEntryInitiatorResponseGetIdAttributeType ¶
type AuditLogEntryInitiatorResponseGetIdAttributeType = *string
isNotNullableString
type AuditLogEntryInitiatorResponseGetIdRetType ¶
type AuditLogEntryInitiatorResponseGetIdRetType = string
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
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
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
func (*AuditLogEntryRequestResponse) GetBody ¶
func (o *AuditLogEntryRequestResponse) GetBody() (res AuditLogEntryRequestResponseGetBodyRetType)
GetBody returns the Body field value if set, zero value otherwise.
func (*AuditLogEntryRequestResponse) GetBodyOk ¶
func (o *AuditLogEntryRequestResponse) GetBodyOk() (ret AuditLogEntryRequestResponseGetBodyRetType, ok bool)
GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLogEntryRequestResponse) GetEndpoint ¶
func (o *AuditLogEntryRequestResponse) GetEndpoint() (ret AuditLogEntryRequestResponseGetEndpointRetType)
GetEndpoint returns the Endpoint field value
func (*AuditLogEntryRequestResponse) GetEndpointOk ¶
func (o *AuditLogEntryRequestResponse) GetEndpointOk() (ret AuditLogEntryRequestResponseGetEndpointRetType, ok bool)
GetEndpointOk returns a tuple with the Endpoint field value and a boolean to check if the value has been set.
func (*AuditLogEntryRequestResponse) GetHeaders ¶
func (o *AuditLogEntryRequestResponse) GetHeaders() (res AuditLogEntryRequestResponseGetHeadersRetType)
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*AuditLogEntryRequestResponse) GetHeadersOk ¶
func (o *AuditLogEntryRequestResponse) GetHeadersOk() (ret AuditLogEntryRequestResponseGetHeadersRetType, ok bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLogEntryRequestResponse) GetParameters ¶
func (o *AuditLogEntryRequestResponse) GetParameters() (res AuditLogEntryRequestResponseGetParametersRetType)
GetParameters returns the Parameters field value if set, zero value otherwise.
func (*AuditLogEntryRequestResponse) GetParametersOk ¶
func (o *AuditLogEntryRequestResponse) GetParametersOk() (ret AuditLogEntryRequestResponseGetParametersRetType, ok bool)
GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLogEntryRequestResponse) HasBody ¶
func (o *AuditLogEntryRequestResponse) HasBody() bool
HasBody returns a boolean if a field has been set.
func (*AuditLogEntryRequestResponse) HasHeaders ¶
func (o *AuditLogEntryRequestResponse) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*AuditLogEntryRequestResponse) HasParameters ¶
func (o *AuditLogEntryRequestResponse) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (*AuditLogEntryRequestResponse) SetBody ¶
func (o *AuditLogEntryRequestResponse) SetBody(v AuditLogEntryRequestResponseGetBodyRetType)
SetBody gets a reference to the given map[string]interface{} and assigns it to the Body field.
func (*AuditLogEntryRequestResponse) SetEndpoint ¶
func (o *AuditLogEntryRequestResponse) SetEndpoint(v AuditLogEntryRequestResponseGetEndpointRetType)
SetEndpoint sets field value
func (*AuditLogEntryRequestResponse) SetHeaders ¶
func (o *AuditLogEntryRequestResponse) SetHeaders(v AuditLogEntryRequestResponseGetHeadersRetType)
SetHeaders gets a reference to the given map[string]interface{} and assigns it to the Headers field.
func (*AuditLogEntryRequestResponse) SetParameters ¶
func (o *AuditLogEntryRequestResponse) SetParameters(v AuditLogEntryRequestResponseGetParametersRetType)
SetParameters gets a reference to the given map[string]interface{} and assigns it to the Parameters field.
func (AuditLogEntryRequestResponse) ToMap ¶
func (o AuditLogEntryRequestResponse) ToMap() (map[string]interface{}, error)
type AuditLogEntryRequestResponseGetBodyArgType ¶
type AuditLogEntryRequestResponseGetBodyArgType = map[string]interface{}
type AuditLogEntryRequestResponseGetBodyAttributeType ¶
type AuditLogEntryRequestResponseGetBodyAttributeType = *map[string]interface{}
isFreeform
type AuditLogEntryRequestResponseGetBodyRetType ¶
type AuditLogEntryRequestResponseGetBodyRetType = map[string]interface{}
type AuditLogEntryRequestResponseGetEndpointArgType ¶
type AuditLogEntryRequestResponseGetEndpointArgType = string
type AuditLogEntryRequestResponseGetEndpointAttributeType ¶
type AuditLogEntryRequestResponseGetEndpointAttributeType = *string
isNotNullableString
type AuditLogEntryRequestResponseGetEndpointRetType ¶
type AuditLogEntryRequestResponseGetEndpointRetType = string
type AuditLogEntryRequestResponseGetHeadersArgType ¶
type AuditLogEntryRequestResponseGetHeadersArgType = map[string]interface{}
type AuditLogEntryRequestResponseGetHeadersAttributeType ¶
type AuditLogEntryRequestResponseGetHeadersAttributeType = *map[string]interface{}
isFreeform
type AuditLogEntryRequestResponseGetHeadersRetType ¶
type AuditLogEntryRequestResponseGetHeadersRetType = map[string]interface{}
type AuditLogEntryRequestResponseGetParametersArgType ¶
type AuditLogEntryRequestResponseGetParametersArgType = map[string]interface{}
type AuditLogEntryRequestResponseGetParametersAttributeType ¶
type AuditLogEntryRequestResponseGetParametersAttributeType = *map[string]interface{}
isFreeform
type AuditLogEntryRequestResponseGetParametersRetType ¶
type AuditLogEntryRequestResponseGetParametersRetType = map[string]interface{}
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
func NewAuditLogEntryResponse ¶
func NewAuditLogEntryResponse(eventName AuditLogEntryResponseGetEventNameArgType, eventSource AuditLogEntryResponseGetEventSourceArgType, eventTimeStamp AuditLogEntryResponseGetEventTimeStampArgType, eventType AuditLogEntryResponseGetEventTypeArgType, eventVersion AuditLogEntryResponseGetEventVersionArgType, id AuditLogEntryResponseGetIdArgType, initiator AuditLogEntryResponseGetInitiatorArgType, receivedTimeStamp AuditLogEntryResponseGetReceivedTimeStampArgType, region AuditLogEntryResponseGetRegionArgType, request AuditLogEntryResponseGetRequestArgType, severity AuditLogEntryResponseGetSeverityArgType, sourceIpAddress AuditLogEntryResponseGetSourceIpAddressArgType, userAgent AuditLogEntryResponseGetUserAgentArgType, visibility AuditLogEntryResponseGetVisibilityArgType) *AuditLogEntryResponse
NewAuditLogEntryResponse instantiates a new AuditLogEntryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
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
func (*AuditLogEntryResponse) GetContext ¶
func (o *AuditLogEntryResponse) GetContext() (res AuditLogEntryResponseGetContextRetType)
GetContext returns the Context field value if set, zero value otherwise.
func (*AuditLogEntryResponse) GetContextOk ¶
func (o *AuditLogEntryResponse) GetContextOk() (ret AuditLogEntryResponseGetContextRetType, ok bool)
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetCorrelationId ¶
func (o *AuditLogEntryResponse) GetCorrelationId() (res AuditLogEntryResponseGetCorrelationIdRetType)
GetCorrelationId returns the CorrelationId field value if set, zero value otherwise.
func (*AuditLogEntryResponse) GetCorrelationIdOk ¶
func (o *AuditLogEntryResponse) GetCorrelationIdOk() (ret AuditLogEntryResponseGetCorrelationIdRetType, ok bool)
GetCorrelationIdOk returns a tuple with the CorrelationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetDetails ¶
func (o *AuditLogEntryResponse) GetDetails() (res AuditLogEntryResponseGetDetailsRetType)
GetDetails returns the Details field value if set, zero value otherwise.
func (*AuditLogEntryResponse) GetDetailsOk ¶
func (o *AuditLogEntryResponse) GetDetailsOk() (ret AuditLogEntryResponseGetDetailsRetType, ok bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetEventName ¶
func (o *AuditLogEntryResponse) GetEventName() (ret AuditLogEntryResponseGetEventNameRetType)
GetEventName returns the EventName field value
func (*AuditLogEntryResponse) GetEventNameOk ¶
func (o *AuditLogEntryResponse) GetEventNameOk() (ret AuditLogEntryResponseGetEventNameRetType, ok bool)
GetEventNameOk returns a tuple with the EventName field value and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetEventSource ¶
func (o *AuditLogEntryResponse) GetEventSource() (ret AuditLogEntryResponseGetEventSourceRetType)
GetEventSource returns the EventSource field value
func (*AuditLogEntryResponse) GetEventSourceOk ¶
func (o *AuditLogEntryResponse) GetEventSourceOk() (ret AuditLogEntryResponseGetEventSourceRetType, ok bool)
GetEventSourceOk returns a tuple with the EventSource field value and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetEventTimeStamp ¶
func (o *AuditLogEntryResponse) GetEventTimeStamp() (ret AuditLogEntryResponseGetEventTimeStampRetType)
GetEventTimeStamp returns the EventTimeStamp field value
func (*AuditLogEntryResponse) GetEventTimeStampOk ¶
func (o *AuditLogEntryResponse) GetEventTimeStampOk() (ret AuditLogEntryResponseGetEventTimeStampRetType, ok bool)
GetEventTimeStampOk returns a tuple with the EventTimeStamp field value and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetEventType ¶
func (o *AuditLogEntryResponse) GetEventType() (ret AuditLogEntryResponseGetEventTypeRetType)
GetEventType returns the EventType field value
func (*AuditLogEntryResponse) GetEventTypeOk ¶
func (o *AuditLogEntryResponse) GetEventTypeOk() (ret AuditLogEntryResponseGetEventTypeRetType, ok bool)
GetEventTypeOk returns a tuple with the EventType field value and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetEventVersion ¶
func (o *AuditLogEntryResponse) GetEventVersion() (ret AuditLogEntryResponseGetEventVersionRetType)
GetEventVersion returns the EventVersion field value
func (*AuditLogEntryResponse) GetEventVersionOk ¶
func (o *AuditLogEntryResponse) GetEventVersionOk() (ret AuditLogEntryResponseGetEventVersionRetType, ok bool)
GetEventVersionOk returns a tuple with the EventVersion field value and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetId ¶
func (o *AuditLogEntryResponse) GetId() (ret AuditLogEntryResponseGetIdRetType)
GetId returns the Id field value
func (*AuditLogEntryResponse) GetIdOk ¶
func (o *AuditLogEntryResponse) GetIdOk() (ret AuditLogEntryResponseGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetInitiator ¶
func (o *AuditLogEntryResponse) GetInitiator() (ret AuditLogEntryResponseGetInitiatorRetType)
GetInitiator returns the Initiator field value
func (*AuditLogEntryResponse) GetInitiatorOk ¶
func (o *AuditLogEntryResponse) GetInitiatorOk() (ret AuditLogEntryResponseGetInitiatorRetType, ok bool)
GetInitiatorOk returns a tuple with the Initiator field value and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetReceivedTimeStamp ¶
func (o *AuditLogEntryResponse) GetReceivedTimeStamp() (ret AuditLogEntryResponseGetReceivedTimeStampRetType)
GetReceivedTimeStamp returns the ReceivedTimeStamp field value
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.
func (*AuditLogEntryResponse) GetRegion ¶
func (o *AuditLogEntryResponse) GetRegion() (ret AuditLogEntryResponseGetRegionRetType)
GetRegion returns the Region field value
func (*AuditLogEntryResponse) GetRegionOk ¶
func (o *AuditLogEntryResponse) GetRegionOk() (ret AuditLogEntryResponseGetRegionRetType, ok bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetRequest ¶
func (o *AuditLogEntryResponse) GetRequest() (ret AuditLogEntryResponseGetRequestRetType)
GetRequest returns the Request field value
func (*AuditLogEntryResponse) GetRequestOk ¶
func (o *AuditLogEntryResponse) GetRequestOk() (ret AuditLogEntryResponseGetRequestRetType, ok bool)
GetRequestOk returns a tuple with the Request field value and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetResourceId ¶
func (o *AuditLogEntryResponse) GetResourceId() (res AuditLogEntryResponseGetResourceIdRetType)
GetResourceId returns the ResourceId field value if set, zero value otherwise.
func (*AuditLogEntryResponse) GetResourceIdOk ¶
func (o *AuditLogEntryResponse) GetResourceIdOk() (ret AuditLogEntryResponseGetResourceIdRetType, ok bool)
GetResourceIdOk returns a tuple with the ResourceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetResourceName ¶
func (o *AuditLogEntryResponse) GetResourceName() (res AuditLogEntryResponseGetResourceNameRetType)
GetResourceName returns the ResourceName field value if set, zero value otherwise.
func (*AuditLogEntryResponse) GetResourceNameOk ¶
func (o *AuditLogEntryResponse) GetResourceNameOk() (ret AuditLogEntryResponseGetResourceNameRetType, ok bool)
GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetResult ¶
func (o *AuditLogEntryResponse) GetResult() (res AuditLogEntryResponseGetResultRetType)
GetResult returns the Result field value if set, zero value otherwise.
func (*AuditLogEntryResponse) GetResultOk ¶
func (o *AuditLogEntryResponse) GetResultOk() (ret AuditLogEntryResponseGetResultRetType, ok bool)
GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetServiceAccountDelegationInfo ¶
func (o *AuditLogEntryResponse) GetServiceAccountDelegationInfo() (res AuditLogEntryResponseGetServiceAccountDelegationInfoRetType)
GetServiceAccountDelegationInfo returns the ServiceAccountDelegationInfo field value if set, zero value otherwise.
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.
func (*AuditLogEntryResponse) GetSeverity ¶
func (o *AuditLogEntryResponse) GetSeverity() (ret AuditLogEntryResponseGetSeverityRetType)
GetSeverity returns the Severity field value
func (*AuditLogEntryResponse) GetSeverityOk ¶
func (o *AuditLogEntryResponse) GetSeverityOk() (ret AuditLogEntryResponseGetSeverityRetType, ok bool)
GetSeverityOk returns a tuple with the Severity field value and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetSourceIpAddress ¶
func (o *AuditLogEntryResponse) GetSourceIpAddress() (ret AuditLogEntryResponseGetSourceIpAddressRetType)
GetSourceIpAddress returns the SourceIpAddress field value
func (*AuditLogEntryResponse) GetSourceIpAddressOk ¶
func (o *AuditLogEntryResponse) GetSourceIpAddressOk() (ret AuditLogEntryResponseGetSourceIpAddressRetType, ok bool)
GetSourceIpAddressOk returns a tuple with the SourceIpAddress field value and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetUserAgent ¶
func (o *AuditLogEntryResponse) GetUserAgent() (ret AuditLogEntryResponseGetUserAgentRetType)
GetUserAgent returns the UserAgent field value
func (*AuditLogEntryResponse) GetUserAgentOk ¶
func (o *AuditLogEntryResponse) GetUserAgentOk() (ret AuditLogEntryResponseGetUserAgentRetType, ok bool)
GetUserAgentOk returns a tuple with the UserAgent field value and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) GetVisibility ¶
func (o *AuditLogEntryResponse) GetVisibility() (ret AuditLogEntryResponseGetVisibilityRetType)
GetVisibility returns the Visibility field value
func (*AuditLogEntryResponse) GetVisibilityOk ¶
func (o *AuditLogEntryResponse) GetVisibilityOk() (ret AuditLogEntryResponseGetVisibilityRetType, ok bool)
GetVisibilityOk returns a tuple with the Visibility field value and a boolean to check if the value has been set.
func (*AuditLogEntryResponse) HasContext ¶
func (o *AuditLogEntryResponse) HasContext() bool
HasContext returns a boolean if a field has been set.
func (*AuditLogEntryResponse) HasCorrelationId ¶
func (o *AuditLogEntryResponse) HasCorrelationId() bool
HasCorrelationId returns a boolean if a field has been set.
func (*AuditLogEntryResponse) HasDetails ¶
func (o *AuditLogEntryResponse) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*AuditLogEntryResponse) HasResourceId ¶
func (o *AuditLogEntryResponse) HasResourceId() bool
HasResourceId returns a boolean if a field has been set.
func (*AuditLogEntryResponse) HasResourceName ¶
func (o *AuditLogEntryResponse) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (*AuditLogEntryResponse) HasResult ¶
func (o *AuditLogEntryResponse) HasResult() bool
HasResult returns a boolean if a field has been set.
func (*AuditLogEntryResponse) HasServiceAccountDelegationInfo ¶
func (o *AuditLogEntryResponse) HasServiceAccountDelegationInfo() bool
HasServiceAccountDelegationInfo returns a boolean if a field has been set.
func (*AuditLogEntryResponse) SetContext ¶
func (o *AuditLogEntryResponse) SetContext(v AuditLogEntryResponseGetContextRetType)
SetContext gets a reference to the given AuditLogEntryContextResponse and assigns it to the Context field.
func (*AuditLogEntryResponse) SetCorrelationId ¶
func (o *AuditLogEntryResponse) SetCorrelationId(v AuditLogEntryResponseGetCorrelationIdRetType)
SetCorrelationId gets a reference to the given string and assigns it to the CorrelationId field.
func (*AuditLogEntryResponse) SetDetails ¶
func (o *AuditLogEntryResponse) SetDetails(v AuditLogEntryResponseGetDetailsRetType)
SetDetails gets a reference to the given map[string]interface{} and assigns it to the Details field.
func (*AuditLogEntryResponse) SetEventName ¶
func (o *AuditLogEntryResponse) SetEventName(v AuditLogEntryResponseGetEventNameRetType)
SetEventName sets field value
func (*AuditLogEntryResponse) SetEventSource ¶
func (o *AuditLogEntryResponse) SetEventSource(v AuditLogEntryResponseGetEventSourceRetType)
SetEventSource sets field value
func (*AuditLogEntryResponse) SetEventTimeStamp ¶
func (o *AuditLogEntryResponse) SetEventTimeStamp(v AuditLogEntryResponseGetEventTimeStampRetType)
SetEventTimeStamp sets field value
func (*AuditLogEntryResponse) SetEventType ¶
func (o *AuditLogEntryResponse) SetEventType(v AuditLogEntryResponseGetEventTypeRetType)
SetEventType sets field value
func (*AuditLogEntryResponse) SetEventVersion ¶
func (o *AuditLogEntryResponse) SetEventVersion(v AuditLogEntryResponseGetEventVersionRetType)
SetEventVersion sets field value
func (*AuditLogEntryResponse) SetId ¶
func (o *AuditLogEntryResponse) SetId(v AuditLogEntryResponseGetIdRetType)
SetId sets field value
func (*AuditLogEntryResponse) SetInitiator ¶
func (o *AuditLogEntryResponse) SetInitiator(v AuditLogEntryResponseGetInitiatorRetType)
SetInitiator sets field value
func (*AuditLogEntryResponse) SetReceivedTimeStamp ¶
func (o *AuditLogEntryResponse) SetReceivedTimeStamp(v AuditLogEntryResponseGetReceivedTimeStampRetType)
SetReceivedTimeStamp sets field value
func (*AuditLogEntryResponse) SetRegion ¶
func (o *AuditLogEntryResponse) SetRegion(v AuditLogEntryResponseGetRegionRetType)
SetRegion sets field value
func (*AuditLogEntryResponse) SetRequest ¶
func (o *AuditLogEntryResponse) SetRequest(v AuditLogEntryResponseGetRequestRetType)
SetRequest sets field value
func (*AuditLogEntryResponse) SetResourceId ¶
func (o *AuditLogEntryResponse) SetResourceId(v AuditLogEntryResponseGetResourceIdRetType)
SetResourceId gets a reference to the given string and assigns it to the ResourceId field.
func (*AuditLogEntryResponse) SetResourceName ¶
func (o *AuditLogEntryResponse) SetResourceName(v AuditLogEntryResponseGetResourceNameRetType)
SetResourceName gets a reference to the given string and assigns it to the ResourceName field.
func (*AuditLogEntryResponse) SetResult ¶
func (o *AuditLogEntryResponse) SetResult(v AuditLogEntryResponseGetResultRetType)
SetResult gets a reference to the given map[string]interface{} and assigns it to the Result field.
func (*AuditLogEntryResponse) SetServiceAccountDelegationInfo ¶
func (o *AuditLogEntryResponse) SetServiceAccountDelegationInfo(v AuditLogEntryResponseGetServiceAccountDelegationInfoRetType)
SetServiceAccountDelegationInfo gets a reference to the given AuditLogEntryServiceAccountDelegationInfoResponse and assigns it to the ServiceAccountDelegationInfo field.
func (*AuditLogEntryResponse) SetSeverity ¶
func (o *AuditLogEntryResponse) SetSeverity(v AuditLogEntryResponseGetSeverityRetType)
SetSeverity sets field value
func (*AuditLogEntryResponse) SetSourceIpAddress ¶
func (o *AuditLogEntryResponse) SetSourceIpAddress(v AuditLogEntryResponseGetSourceIpAddressRetType)
SetSourceIpAddress sets field value
func (*AuditLogEntryResponse) SetUserAgent ¶
func (o *AuditLogEntryResponse) SetUserAgent(v AuditLogEntryResponseGetUserAgentRetType)
SetUserAgent sets field value
func (*AuditLogEntryResponse) SetVisibility ¶
func (o *AuditLogEntryResponse) SetVisibility(v AuditLogEntryResponseGetVisibilityRetType)
SetVisibility sets field value
func (AuditLogEntryResponse) ToMap ¶
func (o AuditLogEntryResponse) ToMap() (map[string]interface{}, error)
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
const ( AUDITLOGENTRYRESPONSEEVENT_TYPE_ADMIN_ACTIVITY AuditLogEntryResponseEventType = "ADMIN_ACTIVITY" AUDITLOGENTRYRESPONSEEVENT_TYPE_SYSTEM_EVENT AuditLogEntryResponseEventType = "SYSTEM_EVENT" 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
func (AuditLogEntryResponseEventType) IsValid ¶
func (v AuditLogEntryResponseEventType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AuditLogEntryResponseEventType) Ptr ¶
func (v AuditLogEntryResponseEventType) Ptr() *AuditLogEntryResponseEventType
Ptr returns reference to EventTypeEventType value
func (*AuditLogEntryResponseEventType) UnmarshalJSON ¶
func (v *AuditLogEntryResponseEventType) UnmarshalJSON(src []byte) error
type AuditLogEntryResponseGetContextArgType ¶
type AuditLogEntryResponseGetContextArgType = AuditLogEntryContextResponse
type AuditLogEntryResponseGetContextAttributeType ¶
type AuditLogEntryResponseGetContextAttributeType = *AuditLogEntryContextResponse
isModel
type AuditLogEntryResponseGetContextRetType ¶
type AuditLogEntryResponseGetContextRetType = AuditLogEntryContextResponse
type AuditLogEntryResponseGetCorrelationIdArgType ¶
type AuditLogEntryResponseGetCorrelationIdArgType = string
type AuditLogEntryResponseGetCorrelationIdAttributeType ¶
type AuditLogEntryResponseGetCorrelationIdAttributeType = *string
isNotNullableString
type AuditLogEntryResponseGetCorrelationIdRetType ¶
type AuditLogEntryResponseGetCorrelationIdRetType = string
type AuditLogEntryResponseGetDetailsArgType ¶
type AuditLogEntryResponseGetDetailsArgType = map[string]interface{}
type AuditLogEntryResponseGetDetailsAttributeType ¶
type AuditLogEntryResponseGetDetailsAttributeType = *map[string]interface{}
isFreeform
type AuditLogEntryResponseGetDetailsRetType ¶
type AuditLogEntryResponseGetDetailsRetType = map[string]interface{}
type AuditLogEntryResponseGetEventNameArgType ¶
type AuditLogEntryResponseGetEventNameArgType = string
type AuditLogEntryResponseGetEventNameAttributeType ¶
type AuditLogEntryResponseGetEventNameAttributeType = *string
isNotNullableString
type AuditLogEntryResponseGetEventNameRetType ¶
type AuditLogEntryResponseGetEventNameRetType = string
type AuditLogEntryResponseGetEventSourceArgType ¶
type AuditLogEntryResponseGetEventSourceArgType = string
type AuditLogEntryResponseGetEventSourceAttributeType ¶
type AuditLogEntryResponseGetEventSourceAttributeType = *string
isNotNullableString
type AuditLogEntryResponseGetEventSourceRetType ¶
type AuditLogEntryResponseGetEventSourceRetType = string
type AuditLogEntryResponseGetEventTimeStampAttributeType ¶
isDateTime
type AuditLogEntryResponseGetEventTypeArgType ¶
type AuditLogEntryResponseGetEventTypeArgType = AuditLogEntryResponseEventType
type AuditLogEntryResponseGetEventTypeAttributeType ¶
type AuditLogEntryResponseGetEventTypeAttributeType = *AuditLogEntryResponseEventType
type AuditLogEntryResponseGetEventTypeRetType ¶
type AuditLogEntryResponseGetEventTypeRetType = AuditLogEntryResponseEventType
type AuditLogEntryResponseGetEventVersionArgType ¶
type AuditLogEntryResponseGetEventVersionArgType = string
type AuditLogEntryResponseGetEventVersionAttributeType ¶
type AuditLogEntryResponseGetEventVersionAttributeType = *string
isNotNullableString
type AuditLogEntryResponseGetEventVersionRetType ¶
type AuditLogEntryResponseGetEventVersionRetType = string
type AuditLogEntryResponseGetIdArgType ¶
type AuditLogEntryResponseGetIdArgType = string
type AuditLogEntryResponseGetIdAttributeType ¶
type AuditLogEntryResponseGetIdAttributeType = *string
isNotNullableString
type AuditLogEntryResponseGetIdRetType ¶
type AuditLogEntryResponseGetIdRetType = string
type AuditLogEntryResponseGetInitiatorArgType ¶
type AuditLogEntryResponseGetInitiatorArgType = AuditLogEntryInitiatorResponse
type AuditLogEntryResponseGetInitiatorAttributeType ¶
type AuditLogEntryResponseGetInitiatorAttributeType = *AuditLogEntryInitiatorResponse
isModel
type AuditLogEntryResponseGetInitiatorRetType ¶
type AuditLogEntryResponseGetInitiatorRetType = AuditLogEntryInitiatorResponse
type AuditLogEntryResponseGetReceivedTimeStampAttributeType ¶
isDateTime
type AuditLogEntryResponseGetRegionArgType ¶
type AuditLogEntryResponseGetRegionArgType = string
type AuditLogEntryResponseGetRegionAttributeType ¶
type AuditLogEntryResponseGetRegionAttributeType = *string
isNotNullableString
type AuditLogEntryResponseGetRegionRetType ¶
type AuditLogEntryResponseGetRegionRetType = string
type AuditLogEntryResponseGetRequestArgType ¶
type AuditLogEntryResponseGetRequestArgType = AuditLogEntryRequestResponse
type AuditLogEntryResponseGetRequestAttributeType ¶
type AuditLogEntryResponseGetRequestAttributeType = *AuditLogEntryRequestResponse
isModel
type AuditLogEntryResponseGetRequestRetType ¶
type AuditLogEntryResponseGetRequestRetType = AuditLogEntryRequestResponse
type AuditLogEntryResponseGetResourceIdArgType ¶
type AuditLogEntryResponseGetResourceIdArgType = string
type AuditLogEntryResponseGetResourceIdAttributeType ¶
type AuditLogEntryResponseGetResourceIdAttributeType = *string
isNotNullableString
type AuditLogEntryResponseGetResourceIdRetType ¶
type AuditLogEntryResponseGetResourceIdRetType = string
type AuditLogEntryResponseGetResourceNameArgType ¶
type AuditLogEntryResponseGetResourceNameArgType = string
type AuditLogEntryResponseGetResourceNameAttributeType ¶
type AuditLogEntryResponseGetResourceNameAttributeType = *string
isNotNullableString
type AuditLogEntryResponseGetResourceNameRetType ¶
type AuditLogEntryResponseGetResourceNameRetType = string
type AuditLogEntryResponseGetResultArgType ¶
type AuditLogEntryResponseGetResultArgType = map[string]interface{}
type AuditLogEntryResponseGetResultAttributeType ¶
type AuditLogEntryResponseGetResultAttributeType = *map[string]interface{}
isFreeform
type AuditLogEntryResponseGetResultRetType ¶
type AuditLogEntryResponseGetResultRetType = map[string]interface{}
type AuditLogEntryResponseGetServiceAccountDelegationInfoArgType ¶
type AuditLogEntryResponseGetServiceAccountDelegationInfoArgType = AuditLogEntryServiceAccountDelegationInfoResponse
type AuditLogEntryResponseGetServiceAccountDelegationInfoAttributeType ¶
type AuditLogEntryResponseGetServiceAccountDelegationInfoAttributeType = *AuditLogEntryServiceAccountDelegationInfoResponse
isModel
type AuditLogEntryResponseGetServiceAccountDelegationInfoRetType ¶
type AuditLogEntryResponseGetServiceAccountDelegationInfoRetType = AuditLogEntryServiceAccountDelegationInfoResponse
type AuditLogEntryResponseGetSeverityArgType ¶
type AuditLogEntryResponseGetSeverityArgType = AuditLogEntryResponseSeverity
type AuditLogEntryResponseGetSeverityAttributeType ¶
type AuditLogEntryResponseGetSeverityAttributeType = *AuditLogEntryResponseSeverity
type AuditLogEntryResponseGetSeverityRetType ¶
type AuditLogEntryResponseGetSeverityRetType = AuditLogEntryResponseSeverity
type AuditLogEntryResponseGetSourceIpAddressArgType ¶
type AuditLogEntryResponseGetSourceIpAddressArgType = string
type AuditLogEntryResponseGetSourceIpAddressAttributeType ¶
type AuditLogEntryResponseGetSourceIpAddressAttributeType = *string
isNotNullableString
type AuditLogEntryResponseGetSourceIpAddressRetType ¶
type AuditLogEntryResponseGetSourceIpAddressRetType = string
type AuditLogEntryResponseGetUserAgentArgType ¶
type AuditLogEntryResponseGetUserAgentArgType = string
type AuditLogEntryResponseGetUserAgentAttributeType ¶
type AuditLogEntryResponseGetUserAgentAttributeType = *string
isNotNullableString
type AuditLogEntryResponseGetUserAgentRetType ¶
type AuditLogEntryResponseGetUserAgentRetType = string
type AuditLogEntryResponseGetVisibilityArgType ¶
type AuditLogEntryResponseGetVisibilityArgType = AuditLogEntryResponseVisibility
type AuditLogEntryResponseGetVisibilityAttributeType ¶
type AuditLogEntryResponseGetVisibilityAttributeType = *AuditLogEntryResponseVisibility
type AuditLogEntryResponseGetVisibilityRetType ¶
type AuditLogEntryResponseGetVisibilityRetType = AuditLogEntryResponseVisibility
type AuditLogEntryResponseSeverity ¶
type AuditLogEntryResponseSeverity string
AuditLogEntryResponseSeverity The severity of this request. value type for enums
const ( AUDITLOGENTRYRESPONSESEVERITY_INFO AuditLogEntryResponseSeverity = "INFO" 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
func (AuditLogEntryResponseSeverity) IsValid ¶
func (v AuditLogEntryResponseSeverity) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AuditLogEntryResponseSeverity) Ptr ¶
func (v AuditLogEntryResponseSeverity) Ptr() *AuditLogEntryResponseSeverity
Ptr returns reference to SeveritySeverity value
func (*AuditLogEntryResponseSeverity) UnmarshalJSON ¶
func (v *AuditLogEntryResponseSeverity) UnmarshalJSON(src []byte) error
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
const ( AUDITLOGENTRYRESPONSEVISIBILITY_PUBLIC AuditLogEntryResponseVisibility = "PUBLIC" 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
func (AuditLogEntryResponseVisibility) IsValid ¶
func (v AuditLogEntryResponseVisibility) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AuditLogEntryResponseVisibility) Ptr ¶
func (v AuditLogEntryResponseVisibility) Ptr() *AuditLogEntryResponseVisibility
Ptr returns reference to VisibilityVisibility value
func (*AuditLogEntryResponseVisibility) UnmarshalJSON ¶
func (v *AuditLogEntryResponseVisibility) UnmarshalJSON(src []byte) error
type AuditLogEntryServiceAccountDelegationInfoResponse ¶
type AuditLogEntryServiceAccountDelegationInfoResponse struct { // Delegation chain for the service account // REQUIRED Principals AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsAttributeType `json:"principals" required:"true"` }
AuditLogEntryServiceAccountDelegationInfoResponse Information about service account delegation
func NewAuditLogEntryServiceAccountDelegationInfoResponse ¶
func NewAuditLogEntryServiceAccountDelegationInfoResponse(principals AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsArgType) *AuditLogEntryServiceAccountDelegationInfoResponse
NewAuditLogEntryServiceAccountDelegationInfoResponse instantiates a new AuditLogEntryServiceAccountDelegationInfoResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
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
func (*AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipals ¶
func (o *AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipals() (ret AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType)
GetPrincipals returns the Principals field value
func (*AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipalsOk ¶
func (o *AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipalsOk() (ret AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType, ok bool)
GetPrincipalsOk returns a tuple with the Principals field value and a boolean to check if the value has been set.
func (*AuditLogEntryServiceAccountDelegationInfoResponse) SetPrincipals ¶
func (o *AuditLogEntryServiceAccountDelegationInfoResponse) SetPrincipals(v AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType)
SetPrincipals sets field value
func (AuditLogEntryServiceAccountDelegationInfoResponse) ToMap ¶
func (o AuditLogEntryServiceAccountDelegationInfoResponse) ToMap() (map[string]interface{}, error)
type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsArgType ¶
type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsArgType = []ServiceAccountDelegationInfoPrincipalResponse
type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsAttributeType ¶
type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsAttributeType = *[]ServiceAccountDelegationInfoPrincipalResponse
isArray
type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType ¶
type AuditLogEntryServiceAccountDelegationInfoResponseGetPrincipalsRetType = []ServiceAccountDelegationInfoPrincipalResponse
type DefaultApi ¶
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 */ 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 */ 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 */ 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 */ 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 */ 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 */ ListProjectAuditLogEntriesExecute(ctx context.Context, projectId string) (*ListAuditLogEntriesResponse, error) }
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
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
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
func (*ErrorResponse) GetMessage ¶
func (o *ErrorResponse) GetMessage() (res ErrorResponseGetMessageRetType)
GetMessage returns the Message field value if set, zero value otherwise.
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.
func (*ErrorResponse) GetPath ¶
func (o *ErrorResponse) GetPath() (res ErrorResponseGetPathRetType)
GetPath returns the Path field value if set, zero value otherwise.
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.
func (*ErrorResponse) GetStatus ¶
func (o *ErrorResponse) GetStatus() (res ErrorResponseGetStatusRetType)
GetStatus returns the Status field value if set, zero value otherwise.
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.
func (*ErrorResponse) GetTimestamp ¶
func (o *ErrorResponse) GetTimestamp() (res ErrorResponseGetTimestampRetType)
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
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.
func (*ErrorResponse) HasMessage ¶
func (o *ErrorResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*ErrorResponse) HasPath ¶
func (o *ErrorResponse) HasPath() bool
HasPath returns a boolean if a field has been set.
func (*ErrorResponse) HasStatus ¶
func (o *ErrorResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ErrorResponse) HasTimestamp ¶
func (o *ErrorResponse) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (*ErrorResponse) SetMessage ¶
func (o *ErrorResponse) SetMessage(v ErrorResponseGetMessageRetType)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*ErrorResponse) SetPath ¶
func (o *ErrorResponse) SetPath(v ErrorResponseGetPathRetType)
SetPath gets a reference to the given string and assigns it to the Path field.
func (*ErrorResponse) SetStatus ¶
func (o *ErrorResponse) SetStatus(v ErrorResponseGetStatusRetType)
SetStatus gets a reference to the given float64 and assigns it to the Status field.
func (*ErrorResponse) SetTimestamp ¶
func (o *ErrorResponse) SetTimestamp(v ErrorResponseGetTimestampRetType)
SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.
func (ErrorResponse) ToMap ¶
func (o ErrorResponse) ToMap() (map[string]interface{}, error)
type ErrorResponseGetMessageArgType ¶
type ErrorResponseGetMessageArgType = string
type ErrorResponseGetMessageAttributeType ¶
type ErrorResponseGetMessageAttributeType = *string
isNotNullableString
type ErrorResponseGetMessageRetType ¶
type ErrorResponseGetMessageRetType = string
type ErrorResponseGetPathArgType ¶
type ErrorResponseGetPathArgType = string
type ErrorResponseGetPathAttributeType ¶
type ErrorResponseGetPathAttributeType = *string
isNotNullableString
type ErrorResponseGetPathRetType ¶
type ErrorResponseGetPathRetType = string
type ErrorResponseGetStatusArgType ¶
type ErrorResponseGetStatusArgType = float64
type ErrorResponseGetStatusAttributeType ¶
type ErrorResponseGetStatusAttributeType = *float64
isNumber
type ErrorResponseGetStatusRetType ¶
type ErrorResponseGetStatusRetType = float64
type ErrorResponseGetTimestampAttributeType ¶
isDateTime
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
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
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
func (*GatewayErrorResponse) GetMessage ¶
func (o *GatewayErrorResponse) GetMessage() (res GatewayErrorResponseGetMessageRetType)
GetMessage returns the Message field value if set, zero value otherwise.
func (*GatewayErrorResponse) GetMessageOk ¶
func (o *GatewayErrorResponse) GetMessageOk() (ret GatewayErrorResponseGetMessageRetType, ok bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GatewayErrorResponse) GetStatus ¶
func (o *GatewayErrorResponse) GetStatus() (res GatewayErrorResponseGetStatusRetType)
GetStatus returns the Status field value if set, zero value otherwise.
func (*GatewayErrorResponse) GetStatusOk ¶
func (o *GatewayErrorResponse) GetStatusOk() (ret GatewayErrorResponseGetStatusRetType, ok bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GatewayErrorResponse) HasMessage ¶
func (o *GatewayErrorResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*GatewayErrorResponse) HasStatus ¶
func (o *GatewayErrorResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GatewayErrorResponse) SetMessage ¶
func (o *GatewayErrorResponse) SetMessage(v GatewayErrorResponseGetMessageRetType)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*GatewayErrorResponse) SetStatus ¶
func (o *GatewayErrorResponse) SetStatus(v GatewayErrorResponseGetStatusRetType)
SetStatus gets a reference to the given float64 and assigns it to the Status field.
func (GatewayErrorResponse) ToMap ¶
func (o GatewayErrorResponse) ToMap() (map[string]interface{}, error)
type GatewayErrorResponseGetMessageArgType ¶
type GatewayErrorResponseGetMessageArgType = string
type GatewayErrorResponseGetMessageAttributeType ¶
type GatewayErrorResponseGetMessageAttributeType = *string
isNotNullableString
type GatewayErrorResponseGetMessageRetType ¶
type GatewayErrorResponseGetMessageRetType = string
type GatewayErrorResponseGetStatusArgType ¶
type GatewayErrorResponseGetStatusArgType = float64
type GatewayErrorResponseGetStatusAttributeType ¶
type GatewayErrorResponseGetStatusAttributeType = *float64
isNumber
type GatewayErrorResponseGetStatusRetType ¶
type GatewayErrorResponseGetStatusRetType = float64
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
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
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
func (*ListAuditLogEntriesResponse) GetCursor ¶
func (o *ListAuditLogEntriesResponse) GetCursor() (res ListAuditLogEntriesResponseGetCursorRetType)
GetCursor returns the Cursor field value if set, zero value otherwise.
func (*ListAuditLogEntriesResponse) GetCursorOk ¶
func (o *ListAuditLogEntriesResponse) GetCursorOk() (ret ListAuditLogEntriesResponseGetCursorRetType, ok bool)
GetCursorOk returns a tuple with the Cursor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListAuditLogEntriesResponse) GetItems ¶
func (o *ListAuditLogEntriesResponse) GetItems() (res ListAuditLogEntriesResponseGetItemsRetType)
GetItems returns the Items field value if set, zero value otherwise.
func (*ListAuditLogEntriesResponse) GetItemsOk ¶
func (o *ListAuditLogEntriesResponse) GetItemsOk() (ret ListAuditLogEntriesResponseGetItemsRetType, ok bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListAuditLogEntriesResponse) GetLimit ¶
func (o *ListAuditLogEntriesResponse) GetLimit() (res ListAuditLogEntriesResponseGetLimitRetType)
GetLimit returns the Limit field value if set, zero value otherwise.
func (*ListAuditLogEntriesResponse) GetLimitOk ¶
func (o *ListAuditLogEntriesResponse) GetLimitOk() (ret ListAuditLogEntriesResponseGetLimitRetType, ok bool)
GetLimitOk returns a tuple with the Limit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListAuditLogEntriesResponse) HasCursor ¶
func (o *ListAuditLogEntriesResponse) HasCursor() bool
HasCursor returns a boolean if a field has been set.
func (*ListAuditLogEntriesResponse) HasItems ¶
func (o *ListAuditLogEntriesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListAuditLogEntriesResponse) HasLimit ¶
func (o *ListAuditLogEntriesResponse) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (*ListAuditLogEntriesResponse) SetCursor ¶
func (o *ListAuditLogEntriesResponse) SetCursor(v ListAuditLogEntriesResponseGetCursorRetType)
SetCursor gets a reference to the given string and assigns it to the Cursor field.
func (*ListAuditLogEntriesResponse) SetItems ¶
func (o *ListAuditLogEntriesResponse) SetItems(v ListAuditLogEntriesResponseGetItemsRetType)
SetItems gets a reference to the given []AuditLogEntryResponse and assigns it to the Items field.
func (*ListAuditLogEntriesResponse) SetLimit ¶
func (o *ListAuditLogEntriesResponse) SetLimit(v ListAuditLogEntriesResponseGetLimitRetType)
SetLimit gets a reference to the given float64 and assigns it to the Limit field.
func (ListAuditLogEntriesResponse) ToMap ¶
func (o ListAuditLogEntriesResponse) ToMap() (map[string]interface{}, error)
type ListAuditLogEntriesResponseGetCursorArgType ¶
type ListAuditLogEntriesResponseGetCursorArgType = string
type ListAuditLogEntriesResponseGetCursorAttributeType ¶
type ListAuditLogEntriesResponseGetCursorAttributeType = *string
isNotNullableString
type ListAuditLogEntriesResponseGetCursorRetType ¶
type ListAuditLogEntriesResponseGetCursorRetType = string
type ListAuditLogEntriesResponseGetItemsArgType ¶
type ListAuditLogEntriesResponseGetItemsArgType = []AuditLogEntryResponse
type ListAuditLogEntriesResponseGetItemsAttributeType ¶
type ListAuditLogEntriesResponseGetItemsAttributeType = *[]AuditLogEntryResponse
isArray
type ListAuditLogEntriesResponseGetItemsRetType ¶
type ListAuditLogEntriesResponseGetItemsRetType = []AuditLogEntryResponse
type ListAuditLogEntriesResponseGetLimitArgType ¶
type ListAuditLogEntriesResponseGetLimitArgType = float64
type ListAuditLogEntriesResponseGetLimitAttributeType ¶
type ListAuditLogEntriesResponseGetLimitAttributeType = *float64
isNumber
type ListAuditLogEntriesResponseGetLimitRetType ¶
type ListAuditLogEntriesResponseGetLimitRetType = float64
type ListFolderAuditLogEntriesRequest ¶
type ListFolderAuditLogEntriesRequest struct {
// contains filtered or unexported fields
}
func (ListFolderAuditLogEntriesRequest) Cursor ¶
func (r ListFolderAuditLogEntriesRequest) Cursor(cursor string) ApiListFolderAuditLogEntriesRequest
func (ListFolderAuditLogEntriesRequest) EndTimeRange ¶
func (r ListFolderAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListFolderAuditLogEntriesRequest
func (ListFolderAuditLogEntriesRequest) Execute ¶
func (r ListFolderAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error)
func (ListFolderAuditLogEntriesRequest) Limit ¶
func (r ListFolderAuditLogEntriesRequest) Limit(limit float32) ApiListFolderAuditLogEntriesRequest
func (ListFolderAuditLogEntriesRequest) StartTimeRange ¶
func (r ListFolderAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListFolderAuditLogEntriesRequest
type ListOrganizationAuditLogEntriesRequest ¶
type ListOrganizationAuditLogEntriesRequest struct {
// contains filtered or unexported fields
}
func (ListOrganizationAuditLogEntriesRequest) Cursor ¶
func (r ListOrganizationAuditLogEntriesRequest) Cursor(cursor string) ApiListOrganizationAuditLogEntriesRequest
func (ListOrganizationAuditLogEntriesRequest) EndTimeRange ¶
func (r ListOrganizationAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest
func (ListOrganizationAuditLogEntriesRequest) Execute ¶
func (r ListOrganizationAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error)
func (ListOrganizationAuditLogEntriesRequest) Limit ¶
func (r ListOrganizationAuditLogEntriesRequest) Limit(limit float32) ApiListOrganizationAuditLogEntriesRequest
func (ListOrganizationAuditLogEntriesRequest) StartTimeRange ¶
func (r ListOrganizationAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest
type ListProjectAuditLogEntriesRequest ¶
type ListProjectAuditLogEntriesRequest struct {
// contains filtered or unexported fields
}
func (ListProjectAuditLogEntriesRequest) Cursor ¶
func (r ListProjectAuditLogEntriesRequest) Cursor(cursor string) ApiListProjectAuditLogEntriesRequest
func (ListProjectAuditLogEntriesRequest) EndTimeRange ¶
func (r ListProjectAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListProjectAuditLogEntriesRequest
func (ListProjectAuditLogEntriesRequest) Execute ¶
func (r ListProjectAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error)
func (ListProjectAuditLogEntriesRequest) Limit ¶
func (r ListProjectAuditLogEntriesRequest) Limit(limit float32) ApiListProjectAuditLogEntriesRequest
func (ListProjectAuditLogEntriesRequest) StartTimeRange ¶
func (r ListProjectAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListProjectAuditLogEntriesRequest
type MappedNullable ¶
type NullableAuditLogEntryContextResponse ¶
type NullableAuditLogEntryContextResponse struct {
// contains filtered or unexported fields
}
func NewNullableAuditLogEntryContextResponse ¶
func NewNullableAuditLogEntryContextResponse(val *AuditLogEntryContextResponse) *NullableAuditLogEntryContextResponse
func (NullableAuditLogEntryContextResponse) Get ¶
func (v NullableAuditLogEntryContextResponse) Get() *AuditLogEntryContextResponse
func (NullableAuditLogEntryContextResponse) IsSet ¶
func (v NullableAuditLogEntryContextResponse) IsSet() bool
func (NullableAuditLogEntryContextResponse) MarshalJSON ¶
func (v NullableAuditLogEntryContextResponse) MarshalJSON() ([]byte, error)
func (*NullableAuditLogEntryContextResponse) Set ¶
func (v *NullableAuditLogEntryContextResponse) Set(val *AuditLogEntryContextResponse)
func (*NullableAuditLogEntryContextResponse) UnmarshalJSON ¶
func (v *NullableAuditLogEntryContextResponse) UnmarshalJSON(src []byte) error
func (*NullableAuditLogEntryContextResponse) Unset ¶
func (v *NullableAuditLogEntryContextResponse) Unset()
type NullableAuditLogEntryInitiatorResponse ¶
type NullableAuditLogEntryInitiatorResponse struct {
// contains filtered or unexported fields
}
func NewNullableAuditLogEntryInitiatorResponse ¶
func NewNullableAuditLogEntryInitiatorResponse(val *AuditLogEntryInitiatorResponse) *NullableAuditLogEntryInitiatorResponse
func (NullableAuditLogEntryInitiatorResponse) Get ¶
func (v NullableAuditLogEntryInitiatorResponse) Get() *AuditLogEntryInitiatorResponse
func (NullableAuditLogEntryInitiatorResponse) IsSet ¶
func (v NullableAuditLogEntryInitiatorResponse) IsSet() bool
func (NullableAuditLogEntryInitiatorResponse) MarshalJSON ¶
func (v NullableAuditLogEntryInitiatorResponse) MarshalJSON() ([]byte, error)
func (*NullableAuditLogEntryInitiatorResponse) Set ¶
func (v *NullableAuditLogEntryInitiatorResponse) Set(val *AuditLogEntryInitiatorResponse)
func (*NullableAuditLogEntryInitiatorResponse) UnmarshalJSON ¶
func (v *NullableAuditLogEntryInitiatorResponse) UnmarshalJSON(src []byte) error
func (*NullableAuditLogEntryInitiatorResponse) Unset ¶
func (v *NullableAuditLogEntryInitiatorResponse) Unset()
type NullableAuditLogEntryRequestResponse ¶
type NullableAuditLogEntryRequestResponse struct {
// contains filtered or unexported fields
}
func NewNullableAuditLogEntryRequestResponse ¶
func NewNullableAuditLogEntryRequestResponse(val *AuditLogEntryRequestResponse) *NullableAuditLogEntryRequestResponse
func (NullableAuditLogEntryRequestResponse) Get ¶
func (v NullableAuditLogEntryRequestResponse) Get() *AuditLogEntryRequestResponse
func (NullableAuditLogEntryRequestResponse) IsSet ¶
func (v NullableAuditLogEntryRequestResponse) IsSet() bool
func (NullableAuditLogEntryRequestResponse) MarshalJSON ¶
func (v NullableAuditLogEntryRequestResponse) MarshalJSON() ([]byte, error)
func (*NullableAuditLogEntryRequestResponse) Set ¶
func (v *NullableAuditLogEntryRequestResponse) Set(val *AuditLogEntryRequestResponse)
func (*NullableAuditLogEntryRequestResponse) UnmarshalJSON ¶
func (v *NullableAuditLogEntryRequestResponse) UnmarshalJSON(src []byte) error
func (*NullableAuditLogEntryRequestResponse) Unset ¶
func (v *NullableAuditLogEntryRequestResponse) Unset()
type NullableAuditLogEntryResponse ¶
type NullableAuditLogEntryResponse struct {
// contains filtered or unexported fields
}
func NewNullableAuditLogEntryResponse ¶
func NewNullableAuditLogEntryResponse(val *AuditLogEntryResponse) *NullableAuditLogEntryResponse
func (NullableAuditLogEntryResponse) Get ¶
func (v NullableAuditLogEntryResponse) Get() *AuditLogEntryResponse
func (NullableAuditLogEntryResponse) IsSet ¶
func (v NullableAuditLogEntryResponse) IsSet() bool
func (NullableAuditLogEntryResponse) MarshalJSON ¶
func (v NullableAuditLogEntryResponse) MarshalJSON() ([]byte, error)
func (*NullableAuditLogEntryResponse) Set ¶
func (v *NullableAuditLogEntryResponse) Set(val *AuditLogEntryResponse)
func (*NullableAuditLogEntryResponse) UnmarshalJSON ¶
func (v *NullableAuditLogEntryResponse) UnmarshalJSON(src []byte) error
func (*NullableAuditLogEntryResponse) Unset ¶
func (v *NullableAuditLogEntryResponse) Unset()
type NullableAuditLogEntryResponseEventType ¶
type NullableAuditLogEntryResponseEventType struct {
// contains filtered or unexported fields
}
func NewNullableAuditLogEntryResponseEventType ¶
func NewNullableAuditLogEntryResponseEventType(val *AuditLogEntryResponseEventType) *NullableAuditLogEntryResponseEventType
func (NullableAuditLogEntryResponseEventType) Get ¶
func (v NullableAuditLogEntryResponseEventType) Get() *AuditLogEntryResponseEventType
func (NullableAuditLogEntryResponseEventType) IsSet ¶
func (v NullableAuditLogEntryResponseEventType) IsSet() bool
func (NullableAuditLogEntryResponseEventType) MarshalJSON ¶
func (v NullableAuditLogEntryResponseEventType) MarshalJSON() ([]byte, error)
func (*NullableAuditLogEntryResponseEventType) Set ¶
func (v *NullableAuditLogEntryResponseEventType) Set(val *AuditLogEntryResponseEventType)
func (*NullableAuditLogEntryResponseEventType) UnmarshalJSON ¶
func (v *NullableAuditLogEntryResponseEventType) UnmarshalJSON(src []byte) error
func (*NullableAuditLogEntryResponseEventType) Unset ¶
func (v *NullableAuditLogEntryResponseEventType) Unset()
type NullableAuditLogEntryResponseSeverity ¶
type NullableAuditLogEntryResponseSeverity struct {
// contains filtered or unexported fields
}
func NewNullableAuditLogEntryResponseSeverity ¶
func NewNullableAuditLogEntryResponseSeverity(val *AuditLogEntryResponseSeverity) *NullableAuditLogEntryResponseSeverity
func (NullableAuditLogEntryResponseSeverity) Get ¶
func (v NullableAuditLogEntryResponseSeverity) Get() *AuditLogEntryResponseSeverity
func (NullableAuditLogEntryResponseSeverity) IsSet ¶
func (v NullableAuditLogEntryResponseSeverity) IsSet() bool
func (NullableAuditLogEntryResponseSeverity) MarshalJSON ¶
func (v NullableAuditLogEntryResponseSeverity) MarshalJSON() ([]byte, error)
func (*NullableAuditLogEntryResponseSeverity) Set ¶
func (v *NullableAuditLogEntryResponseSeverity) Set(val *AuditLogEntryResponseSeverity)
func (*NullableAuditLogEntryResponseSeverity) UnmarshalJSON ¶
func (v *NullableAuditLogEntryResponseSeverity) UnmarshalJSON(src []byte) error
func (*NullableAuditLogEntryResponseSeverity) Unset ¶
func (v *NullableAuditLogEntryResponseSeverity) Unset()
type NullableAuditLogEntryResponseVisibility ¶
type NullableAuditLogEntryResponseVisibility struct {
// contains filtered or unexported fields
}
func NewNullableAuditLogEntryResponseVisibility ¶
func NewNullableAuditLogEntryResponseVisibility(val *AuditLogEntryResponseVisibility) *NullableAuditLogEntryResponseVisibility
func (NullableAuditLogEntryResponseVisibility) IsSet ¶
func (v NullableAuditLogEntryResponseVisibility) IsSet() bool
func (NullableAuditLogEntryResponseVisibility) MarshalJSON ¶
func (v NullableAuditLogEntryResponseVisibility) MarshalJSON() ([]byte, error)
func (*NullableAuditLogEntryResponseVisibility) Set ¶
func (v *NullableAuditLogEntryResponseVisibility) Set(val *AuditLogEntryResponseVisibility)
func (*NullableAuditLogEntryResponseVisibility) UnmarshalJSON ¶
func (v *NullableAuditLogEntryResponseVisibility) UnmarshalJSON(src []byte) error
func (*NullableAuditLogEntryResponseVisibility) Unset ¶
func (v *NullableAuditLogEntryResponseVisibility) Unset()
type NullableAuditLogEntryServiceAccountDelegationInfoResponse ¶
type NullableAuditLogEntryServiceAccountDelegationInfoResponse struct {
// contains filtered or unexported fields
}
func NewNullableAuditLogEntryServiceAccountDelegationInfoResponse ¶
func NewNullableAuditLogEntryServiceAccountDelegationInfoResponse(val *AuditLogEntryServiceAccountDelegationInfoResponse) *NullableAuditLogEntryServiceAccountDelegationInfoResponse
func (NullableAuditLogEntryServiceAccountDelegationInfoResponse) IsSet ¶
func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) IsSet() bool
func (NullableAuditLogEntryServiceAccountDelegationInfoResponse) MarshalJSON ¶
func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) MarshalJSON() ([]byte, error)
func (*NullableAuditLogEntryServiceAccountDelegationInfoResponse) UnmarshalJSON ¶
func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) UnmarshalJSON(src []byte) error
func (*NullableAuditLogEntryServiceAccountDelegationInfoResponse) Unset ¶
func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableErrorResponse ¶
type NullableErrorResponse struct {
// contains filtered or unexported fields
}
func NewNullableErrorResponse ¶
func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse
func (NullableErrorResponse) Get ¶
func (v NullableErrorResponse) Get() *ErrorResponse
func (NullableErrorResponse) IsSet ¶
func (v NullableErrorResponse) IsSet() bool
func (NullableErrorResponse) MarshalJSON ¶
func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
func (*NullableErrorResponse) Set ¶
func (v *NullableErrorResponse) Set(val *ErrorResponse)
func (*NullableErrorResponse) UnmarshalJSON ¶
func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
func (*NullableErrorResponse) Unset ¶
func (v *NullableErrorResponse) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGatewayErrorResponse ¶
type NullableGatewayErrorResponse struct {
// contains filtered or unexported fields
}
func NewNullableGatewayErrorResponse ¶
func NewNullableGatewayErrorResponse(val *GatewayErrorResponse) *NullableGatewayErrorResponse
func (NullableGatewayErrorResponse) Get ¶
func (v NullableGatewayErrorResponse) Get() *GatewayErrorResponse
func (NullableGatewayErrorResponse) IsSet ¶
func (v NullableGatewayErrorResponse) IsSet() bool
func (NullableGatewayErrorResponse) MarshalJSON ¶
func (v NullableGatewayErrorResponse) MarshalJSON() ([]byte, error)
func (*NullableGatewayErrorResponse) Set ¶
func (v *NullableGatewayErrorResponse) Set(val *GatewayErrorResponse)
func (*NullableGatewayErrorResponse) UnmarshalJSON ¶
func (v *NullableGatewayErrorResponse) UnmarshalJSON(src []byte) error
func (*NullableGatewayErrorResponse) Unset ¶
func (v *NullableGatewayErrorResponse) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableListAuditLogEntriesResponse ¶
type NullableListAuditLogEntriesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListAuditLogEntriesResponse ¶
func NewNullableListAuditLogEntriesResponse(val *ListAuditLogEntriesResponse) *NullableListAuditLogEntriesResponse
func (NullableListAuditLogEntriesResponse) Get ¶
func (v NullableListAuditLogEntriesResponse) Get() *ListAuditLogEntriesResponse
func (NullableListAuditLogEntriesResponse) IsSet ¶
func (v NullableListAuditLogEntriesResponse) IsSet() bool
func (NullableListAuditLogEntriesResponse) MarshalJSON ¶
func (v NullableListAuditLogEntriesResponse) MarshalJSON() ([]byte, error)
func (*NullableListAuditLogEntriesResponse) Set ¶
func (v *NullableListAuditLogEntriesResponse) Set(val *ListAuditLogEntriesResponse)
func (*NullableListAuditLogEntriesResponse) UnmarshalJSON ¶
func (v *NullableListAuditLogEntriesResponse) UnmarshalJSON(src []byte) error
func (*NullableListAuditLogEntriesResponse) Unset ¶
func (v *NullableListAuditLogEntriesResponse) Unset()
type NullableServiceAccountDelegationInfoPrincipalResponse ¶
type NullableServiceAccountDelegationInfoPrincipalResponse struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccountDelegationInfoPrincipalResponse ¶
func NewNullableServiceAccountDelegationInfoPrincipalResponse(val *ServiceAccountDelegationInfoPrincipalResponse) *NullableServiceAccountDelegationInfoPrincipalResponse
func (NullableServiceAccountDelegationInfoPrincipalResponse) IsSet ¶
func (v NullableServiceAccountDelegationInfoPrincipalResponse) IsSet() bool
func (NullableServiceAccountDelegationInfoPrincipalResponse) MarshalJSON ¶
func (v NullableServiceAccountDelegationInfoPrincipalResponse) MarshalJSON() ([]byte, error)
func (*NullableServiceAccountDelegationInfoPrincipalResponse) UnmarshalJSON ¶
func (v *NullableServiceAccountDelegationInfoPrincipalResponse) UnmarshalJSON(src []byte) error
func (*NullableServiceAccountDelegationInfoPrincipalResponse) Unset ¶
func (v *NullableServiceAccountDelegationInfoPrincipalResponse) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableValue ¶
type NullableValue[T any] struct { // contains filtered or unexported fields }
func (NullableValue[T]) Get ¶
func (v NullableValue[T]) Get() *T
func (NullableValue[T]) IsSet ¶
func (v NullableValue[T]) IsSet() bool
func (*NullableValue[T]) Set ¶
func (v *NullableValue[T]) Set(val *T)
func (*NullableValue[T]) Unset ¶
func (v *NullableValue[T]) Unset()
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
func NewServiceAccountDelegationInfoPrincipalResponse ¶
func NewServiceAccountDelegationInfoPrincipalResponse(id ServiceAccountDelegationInfoPrincipalResponseGetIdArgType) *ServiceAccountDelegationInfoPrincipalResponse
NewServiceAccountDelegationInfoPrincipalResponse instantiates a new ServiceAccountDelegationInfoPrincipalResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
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
func (*ServiceAccountDelegationInfoPrincipalResponse) GetEmail ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) GetEmail() (res ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType)
GetEmail returns the Email field value if set, zero value otherwise.
func (*ServiceAccountDelegationInfoPrincipalResponse) GetEmailOk ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) GetEmailOk() (ret ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType, ok bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAccountDelegationInfoPrincipalResponse) GetId ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) GetId() (ret ServiceAccountDelegationInfoPrincipalResponseGetIdRetType)
GetId returns the Id field value
func (*ServiceAccountDelegationInfoPrincipalResponse) GetIdOk ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) GetIdOk() (ret ServiceAccountDelegationInfoPrincipalResponseGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ServiceAccountDelegationInfoPrincipalResponse) HasEmail ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*ServiceAccountDelegationInfoPrincipalResponse) SetEmail ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) SetEmail(v ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*ServiceAccountDelegationInfoPrincipalResponse) SetId ¶
func (o *ServiceAccountDelegationInfoPrincipalResponse) SetId(v ServiceAccountDelegationInfoPrincipalResponseGetIdRetType)
SetId sets field value
func (ServiceAccountDelegationInfoPrincipalResponse) ToMap ¶
func (o ServiceAccountDelegationInfoPrincipalResponse) ToMap() (map[string]interface{}, error)
type ServiceAccountDelegationInfoPrincipalResponseGetEmailArgType ¶
type ServiceAccountDelegationInfoPrincipalResponseGetEmailArgType = string
type ServiceAccountDelegationInfoPrincipalResponseGetEmailAttributeType ¶
type ServiceAccountDelegationInfoPrincipalResponseGetEmailAttributeType = *string
isNotNullableString
type ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType ¶
type ServiceAccountDelegationInfoPrincipalResponseGetEmailRetType = string
type ServiceAccountDelegationInfoPrincipalResponseGetIdArgType ¶
type ServiceAccountDelegationInfoPrincipalResponseGetIdArgType = string
type ServiceAccountDelegationInfoPrincipalResponseGetIdAttributeType ¶
type ServiceAccountDelegationInfoPrincipalResponseGetIdAttributeType = *string
isNotNullableString
type ServiceAccountDelegationInfoPrincipalResponseGetIdRetType ¶
type ServiceAccountDelegationInfoPrincipalResponseGetIdRetType = string
Source Files
¶
- api_default.go
- client.go
- configuration.go
- model_audit_log_entry_context_response.go
- model_audit_log_entry_initiator_response.go
- model_audit_log_entry_request_response.go
- model_audit_log_entry_response.go
- model_audit_log_entry_service_account_delegation_info_response.go
- model_error_response.go
- model_gateway_error_response.go
- model_list_audit_log_entries_response.go
- model_service_account_delegation_info_principal_response.go
- utils.go