Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type AuditLogClient struct + Client *msgraph.Client + func NewAuditLogClientWithBaseURI(sdkApi sdkEnv.Api) (*AuditLogClient, error) + func (c AuditLogClient) GetAuditLog(ctx context.Context, options GetAuditLogOperationOptions) (result GetAuditLogOperationResponse, err error) + func (c AuditLogClient) UpdateAuditLog(ctx context.Context, input stable.AuditLogRoot, ...) (result UpdateAuditLogOperationResponse, err error) + type GetAuditLogOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAuditLogOperationOptions() GetAuditLogOperationOptions + func (o GetAuditLogOperationOptions) ToHeaders() *client.Headers + func (o GetAuditLogOperationOptions) ToOData() *odata.Query + func (o GetAuditLogOperationOptions) ToQuery() *client.QueryParams + type GetAuditLogOperationResponse struct + HttpResponse *http.Response + Model *stable.AuditLogRoot + OData *odata.OData + type UpdateAuditLogOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateAuditLogOperationOptions() UpdateAuditLogOperationOptions + func (o UpdateAuditLogOperationOptions) ToHeaders() *client.Headers + func (o UpdateAuditLogOperationOptions) ToOData() *odata.Query + func (o UpdateAuditLogOperationOptions) ToQuery() *client.QueryParams + type UpdateAuditLogOperationResponse struct + HttpResponse *http.Response + OData *odata.OData