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 AssignDriveRootSensitivityLabelOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultAssignDriveRootSensitivityLabelOperationOptions() AssignDriveRootSensitivityLabelOperationOptions + func (o AssignDriveRootSensitivityLabelOperationOptions) ToHeaders() *client.Headers + func (o AssignDriveRootSensitivityLabelOperationOptions) ToOData() *odata.Query + func (o AssignDriveRootSensitivityLabelOperationOptions) ToQuery() *client.QueryParams + type AssignDriveRootSensitivityLabelOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type AssignDriveRootSensitivityLabelRequest struct + AssignmentMethod *beta.SensitivityLabelAssignmentMethod + JustificationText nullable.Type[string] + SensitivityLabelId nullable.Type[string] + type CheckinDriveRootOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCheckinDriveRootOperationOptions() CheckinDriveRootOperationOptions + func (o CheckinDriveRootOperationOptions) ToHeaders() *client.Headers + func (o CheckinDriveRootOperationOptions) ToOData() *odata.Query + func (o CheckinDriveRootOperationOptions) ToQuery() *client.QueryParams + type CheckinDriveRootOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CheckinDriveRootRequest struct + CheckInAs nullable.Type[string] + Comment nullable.Type[string] + type CheckoutDriveRootOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCheckoutDriveRootOperationOptions() CheckoutDriveRootOperationOptions + func (o CheckoutDriveRootOperationOptions) ToHeaders() *client.Headers + func (o CheckoutDriveRootOperationOptions) ToOData() *odata.Query + func (o CheckoutDriveRootOperationOptions) ToQuery() *client.QueryParams + type CheckoutDriveRootOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CopyDriveRootOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCopyDriveRootOperationOptions() CopyDriveRootOperationOptions + func (o CopyDriveRootOperationOptions) ToHeaders() *client.Headers + func (o CopyDriveRootOperationOptions) ToOData() *odata.Query + func (o CopyDriveRootOperationOptions) ToQuery() *client.QueryParams + type CopyDriveRootOperationResponse struct + HttpResponse *http.Response + Model *beta.DriveItem + OData *odata.OData + type CopyDriveRootRequest struct + ChildrenOnly nullable.Type[bool] + Name nullable.Type[string] + ParentReference *beta.ItemReference + type CreateDriveRootLinkOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveRootLinkOperationOptions() CreateDriveRootLinkOperationOptions + func (o CreateDriveRootLinkOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveRootLinkOperationOptions) ToOData() *odata.Query + func (o CreateDriveRootLinkOperationOptions) ToQuery() *client.QueryParams + type CreateDriveRootLinkOperationResponse struct + HttpResponse *http.Response + Model *beta.Permission + OData *odata.OData + type CreateDriveRootLinkRequest struct + ExpirationDateTime nullable.Type[string] + Message nullable.Type[string] + Password nullable.Type[string] + Recipients *[]beta.DriveRecipient + RetainInheritedPermissions nullable.Type[bool] + Scope nullable.Type[string] + SendNotification nullable.Type[bool] + Type nullable.Type[string] + type CreateDriveRootPermanentDeleteOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveRootPermanentDeleteOperationOptions() CreateDriveRootPermanentDeleteOperationOptions + func (o CreateDriveRootPermanentDeleteOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveRootPermanentDeleteOperationOptions) ToOData() *odata.Query + func (o CreateDriveRootPermanentDeleteOperationOptions) ToQuery() *client.QueryParams + type CreateDriveRootPermanentDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateDriveRootUploadSessionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveRootUploadSessionOperationOptions() CreateDriveRootUploadSessionOperationOptions + func (o CreateDriveRootUploadSessionOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveRootUploadSessionOperationOptions) ToOData() *odata.Query + func (o CreateDriveRootUploadSessionOperationOptions) ToQuery() *client.QueryParams + type CreateDriveRootUploadSessionOperationResponse struct + HttpResponse *http.Response + Model *beta.UploadSession + OData *odata.OData + type CreateDriveRootUploadSessionRequest struct + Item *beta.DriveItemUploadableProperties + type DeleteDriveRootOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveRootOperationOptions() DeleteDriveRootOperationOptions + func (o DeleteDriveRootOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveRootOperationOptions) ToOData() *odata.Query + func (o DeleteDriveRootOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveRootOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DiscardDriveRootCheckoutOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDiscardDriveRootCheckoutOperationOptions() DiscardDriveRootCheckoutOperationOptions + func (o DiscardDriveRootCheckoutOperationOptions) ToHeaders() *client.Headers + func (o DiscardDriveRootCheckoutOperationOptions) ToOData() *odata.Query + func (o DiscardDriveRootCheckoutOperationOptions) ToQuery() *client.QueryParams + type DiscardDriveRootCheckoutOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveRootClient struct + Client *msgraph.Client + func NewDriveRootClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootClient, error) + func (c DriveRootClient) AssignDriveRootSensitivityLabel(ctx context.Context, id beta.GroupIdDriveId, ...) (result AssignDriveRootSensitivityLabelOperationResponse, err error) + func (c DriveRootClient) CheckinDriveRoot(ctx context.Context, id beta.GroupIdDriveId, input CheckinDriveRootRequest, ...) (result CheckinDriveRootOperationResponse, err error) + func (c DriveRootClient) CheckoutDriveRoot(ctx context.Context, id beta.GroupIdDriveId, ...) (result CheckoutDriveRootOperationResponse, err error) + func (c DriveRootClient) CopyDriveRoot(ctx context.Context, id beta.GroupIdDriveId, input CopyDriveRootRequest, ...) (result CopyDriveRootOperationResponse, err error) + func (c DriveRootClient) CreateDriveRootLink(ctx context.Context, id beta.GroupIdDriveId, input CreateDriveRootLinkRequest, ...) (result CreateDriveRootLinkOperationResponse, err error) + func (c DriveRootClient) CreateDriveRootPermanentDelete(ctx context.Context, id beta.GroupIdDriveId, ...) (result CreateDriveRootPermanentDeleteOperationResponse, err error) + func (c DriveRootClient) CreateDriveRootUploadSession(ctx context.Context, id beta.GroupIdDriveId, ...) (result CreateDriveRootUploadSessionOperationResponse, err error) + func (c DriveRootClient) DeleteDriveRoot(ctx context.Context, id beta.GroupIdDriveId, ...) (result DeleteDriveRootOperationResponse, err error) + func (c DriveRootClient) DiscardDriveRootCheckout(ctx context.Context, id beta.GroupIdDriveId, ...) (result DiscardDriveRootCheckoutOperationResponse, err error) + func (c DriveRootClient) ExtractDriveRootSensitivityLabels(ctx context.Context, id beta.GroupIdDriveId, ...) (result ExtractDriveRootSensitivityLabelsOperationResponse, err error) + func (c DriveRootClient) FollowDriveRoot(ctx context.Context, id beta.GroupIdDriveId, ...) (result FollowDriveRootOperationResponse, err error) + func (c DriveRootClient) GetDriveRoot(ctx context.Context, id beta.GroupIdDriveId, ...) (result GetDriveRootOperationResponse, err error) + func (c DriveRootClient) ListDriveRootInvites(ctx context.Context, id beta.GroupIdDriveId, input ListDriveRootInvitesRequest, ...) (result ListDriveRootInvitesOperationResponse, err error) + func (c DriveRootClient) ListDriveRootInvitesComplete(ctx context.Context, id beta.GroupIdDriveId, input ListDriveRootInvitesRequest, ...) (ListDriveRootInvitesCompleteResult, error) + func (c DriveRootClient) ListDriveRootInvitesCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveId, input ListDriveRootInvitesRequest, ...) (result ListDriveRootInvitesCompleteResult, err error) + func (c DriveRootClient) PreviewDriveRoot(ctx context.Context, id beta.GroupIdDriveId, input PreviewDriveRootRequest, ...) (result PreviewDriveRootOperationResponse, err error) + func (c DriveRootClient) RestoreDriveRoot(ctx context.Context, id beta.GroupIdDriveId, input RestoreDriveRootRequest, ...) (result RestoreDriveRootOperationResponse, err error) + func (c DriveRootClient) UnfollowDriveRoot(ctx context.Context, id beta.GroupIdDriveId, ...) (result UnfollowDriveRootOperationResponse, err error) + func (c DriveRootClient) UpdateDriveRoot(ctx context.Context, id beta.GroupIdDriveId, input beta.DriveItem, ...) (result UpdateDriveRootOperationResponse, err error) + func (c DriveRootClient) ValidateDriveRootPermission(ctx context.Context, id beta.GroupIdDriveId, ...) (result ValidateDriveRootPermissionOperationResponse, err error) + type ExtractDriveRootSensitivityLabelsOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultExtractDriveRootSensitivityLabelsOperationOptions() ExtractDriveRootSensitivityLabelsOperationOptions + func (o ExtractDriveRootSensitivityLabelsOperationOptions) ToHeaders() *client.Headers + func (o ExtractDriveRootSensitivityLabelsOperationOptions) ToOData() *odata.Query + func (o ExtractDriveRootSensitivityLabelsOperationOptions) ToQuery() *client.QueryParams + type ExtractDriveRootSensitivityLabelsOperationResponse struct + HttpResponse *http.Response + Model *beta.ExtractSensitivityLabelsResult + OData *odata.OData + type FollowDriveRootOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultFollowDriveRootOperationOptions() FollowDriveRootOperationOptions + func (o FollowDriveRootOperationOptions) ToHeaders() *client.Headers + func (o FollowDriveRootOperationOptions) ToOData() *odata.Query + func (o FollowDriveRootOperationOptions) ToQuery() *client.QueryParams + type FollowDriveRootOperationResponse struct + HttpResponse *http.Response + Model *beta.DriveItem + OData *odata.OData + type GetDriveRootOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveRootOperationOptions() GetDriveRootOperationOptions + func (o GetDriveRootOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootOperationOptions) ToOData() *odata.Query + func (o GetDriveRootOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootOperationResponse struct + HttpResponse *http.Response + Model *beta.DriveItem + OData *odata.OData + type ListDriveRootInvitesCompleteResult struct + Items []beta.Permission + LatestHttpResponse *http.Response + type ListDriveRootInvitesCustomPager struct + NextLink *odata.Link + func (p *ListDriveRootInvitesCustomPager) NextPageLink() *odata.Link + type ListDriveRootInvitesOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Skip *int64 + Top *int64 + func DefaultListDriveRootInvitesOperationOptions() ListDriveRootInvitesOperationOptions + func (o ListDriveRootInvitesOperationOptions) ToHeaders() *client.Headers + func (o ListDriveRootInvitesOperationOptions) ToOData() *odata.Query + func (o ListDriveRootInvitesOperationOptions) ToQuery() *client.QueryParams + type ListDriveRootInvitesOperationResponse struct + HttpResponse *http.Response + Model *[]beta.Permission + OData *odata.OData + type ListDriveRootInvitesRequest struct + ExpirationDateTime nullable.Type[string] + Message nullable.Type[string] + Password nullable.Type[string] + Recipients *[]beta.DriveRecipient + RequireSignIn nullable.Type[bool] + RetainInheritedPermissions nullable.Type[bool] + Roles *[]string + SendInvitation nullable.Type[bool] + type PermissionOperationPredicate struct + func (p PermissionOperationPredicate) Matches(input beta.Permission) bool + type PreviewDriveRootOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultPreviewDriveRootOperationOptions() PreviewDriveRootOperationOptions + func (o PreviewDriveRootOperationOptions) ToHeaders() *client.Headers + func (o PreviewDriveRootOperationOptions) ToOData() *odata.Query + func (o PreviewDriveRootOperationOptions) ToQuery() *client.QueryParams + type PreviewDriveRootOperationResponse struct + HttpResponse *http.Response + Model *beta.ItemPreviewInfo + OData *odata.OData + type PreviewDriveRootRequest struct + AllowEdit nullable.Type[bool] + Chromeless nullable.Type[bool] + Page nullable.Type[string] + Viewer nullable.Type[string] + type RestoreDriveRootOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultRestoreDriveRootOperationOptions() RestoreDriveRootOperationOptions + func (o RestoreDriveRootOperationOptions) ToHeaders() *client.Headers + func (o RestoreDriveRootOperationOptions) ToOData() *odata.Query + func (o RestoreDriveRootOperationOptions) ToQuery() *client.QueryParams + type RestoreDriveRootOperationResponse struct + HttpResponse *http.Response + Model *beta.DriveItem + OData *odata.OData + type RestoreDriveRootRequest struct + Name nullable.Type[string] + ParentReference *beta.ItemReference + type UnfollowDriveRootOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUnfollowDriveRootOperationOptions() UnfollowDriveRootOperationOptions + func (o UnfollowDriveRootOperationOptions) ToHeaders() *client.Headers + func (o UnfollowDriveRootOperationOptions) ToOData() *odata.Query + func (o UnfollowDriveRootOperationOptions) ToQuery() *client.QueryParams + type UnfollowDriveRootOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type UpdateDriveRootOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveRootOperationOptions() UpdateDriveRootOperationOptions + func (o UpdateDriveRootOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveRootOperationOptions) ToOData() *odata.Query + func (o UpdateDriveRootOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveRootOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ValidateDriveRootPermissionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultValidateDriveRootPermissionOperationOptions() ValidateDriveRootPermissionOperationOptions + func (o ValidateDriveRootPermissionOperationOptions) ToHeaders() *client.Headers + func (o ValidateDriveRootPermissionOperationOptions) ToOData() *odata.Query + func (o ValidateDriveRootPermissionOperationOptions) ToQuery() *client.QueryParams + type ValidateDriveRootPermissionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ValidateDriveRootPermissionRequest struct + ChallengeToken nullable.Type[string] + Password *string