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 CreateDriveRootListItemPermissionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveRootListItemPermissionOperationOptions() CreateDriveRootListItemPermissionOperationOptions + func (o CreateDriveRootListItemPermissionOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveRootListItemPermissionOperationOptions) ToOData() *odata.Query + func (o CreateDriveRootListItemPermissionOperationOptions) ToQuery() *client.QueryParams + type CreateDriveRootListItemPermissionOperationResponse struct + HttpResponse *http.Response + Model *beta.Permission + OData *odata.OData + type DeleteDriveRootListItemPermissionOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveRootListItemPermissionOperationOptions() DeleteDriveRootListItemPermissionOperationOptions + func (o DeleteDriveRootListItemPermissionOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveRootListItemPermissionOperationOptions) ToOData() *odata.Query + func (o DeleteDriveRootListItemPermissionOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveRootListItemPermissionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveRootListItemPermissionClient struct + Client *msgraph.Client + func NewDriveRootListItemPermissionClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootListItemPermissionClient, error) + func (c DriveRootListItemPermissionClient) CreateDriveRootListItemPermission(ctx context.Context, id beta.MeDriveId, input beta.Permission, ...) (result CreateDriveRootListItemPermissionOperationResponse, err error) + func (c DriveRootListItemPermissionClient) DeleteDriveRootListItemPermission(ctx context.Context, id beta.MeDriveIdRootListItemPermissionId, ...) (result DeleteDriveRootListItemPermissionOperationResponse, err error) + func (c DriveRootListItemPermissionClient) GetDriveRootListItemPermission(ctx context.Context, id beta.MeDriveIdRootListItemPermissionId, ...) (result GetDriveRootListItemPermissionOperationResponse, err error) + func (c DriveRootListItemPermissionClient) GetDriveRootListItemPermissionsCount(ctx context.Context, id beta.MeDriveId, ...) (result GetDriveRootListItemPermissionsCountOperationResponse, err error) + func (c DriveRootListItemPermissionClient) ListDriveRootListItemPermissionGrants(ctx context.Context, id beta.MeDriveIdRootListItemPermissionId, ...) (result ListDriveRootListItemPermissionGrantsOperationResponse, err error) + func (c DriveRootListItemPermissionClient) ListDriveRootListItemPermissionGrantsComplete(ctx context.Context, id beta.MeDriveIdRootListItemPermissionId, ...) (ListDriveRootListItemPermissionGrantsCompleteResult, error) + func (c DriveRootListItemPermissionClient) ListDriveRootListItemPermissionGrantsCompleteMatchingPredicate(ctx context.Context, id beta.MeDriveIdRootListItemPermissionId, ...) (result ListDriveRootListItemPermissionGrantsCompleteResult, err error) + func (c DriveRootListItemPermissionClient) ListDriveRootListItemPermissions(ctx context.Context, id beta.MeDriveId, ...) (result ListDriveRootListItemPermissionsOperationResponse, err error) + func (c DriveRootListItemPermissionClient) ListDriveRootListItemPermissionsComplete(ctx context.Context, id beta.MeDriveId, ...) (ListDriveRootListItemPermissionsCompleteResult, error) + func (c DriveRootListItemPermissionClient) ListDriveRootListItemPermissionsCompleteMatchingPredicate(ctx context.Context, id beta.MeDriveId, ...) (result ListDriveRootListItemPermissionsCompleteResult, err error) + func (c DriveRootListItemPermissionClient) RevokeDriveRootListItemPermissionGrants(ctx context.Context, id beta.MeDriveIdRootListItemPermissionId, ...) (result RevokeDriveRootListItemPermissionGrantsOperationResponse, err error) + func (c DriveRootListItemPermissionClient) UpdateDriveRootListItemPermission(ctx context.Context, id beta.MeDriveIdRootListItemPermissionId, ...) (result UpdateDriveRootListItemPermissionOperationResponse, err error) + type GetDriveRootListItemPermissionOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveRootListItemPermissionOperationOptions() GetDriveRootListItemPermissionOperationOptions + func (o GetDriveRootListItemPermissionOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootListItemPermissionOperationOptions) ToOData() *odata.Query + func (o GetDriveRootListItemPermissionOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootListItemPermissionOperationResponse struct + HttpResponse *http.Response + Model *beta.Permission + OData *odata.OData + type GetDriveRootListItemPermissionsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDriveRootListItemPermissionsCountOperationOptions() GetDriveRootListItemPermissionsCountOperationOptions + func (o GetDriveRootListItemPermissionsCountOperationOptions) ToHeaders() *client.Headers + func (o GetDriveRootListItemPermissionsCountOperationOptions) ToOData() *odata.Query + func (o GetDriveRootListItemPermissionsCountOperationOptions) ToQuery() *client.QueryParams + type GetDriveRootListItemPermissionsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDriveRootListItemPermissionGrantsCompleteResult struct + Items []beta.Permission + LatestHttpResponse *http.Response + type ListDriveRootListItemPermissionGrantsCustomPager struct + NextLink *odata.Link + func (p *ListDriveRootListItemPermissionGrantsCustomPager) NextPageLink() *odata.Link + type ListDriveRootListItemPermissionGrantsOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Skip *int64 + Top *int64 + func DefaultListDriveRootListItemPermissionGrantsOperationOptions() ListDriveRootListItemPermissionGrantsOperationOptions + func (o ListDriveRootListItemPermissionGrantsOperationOptions) ToHeaders() *client.Headers + func (o ListDriveRootListItemPermissionGrantsOperationOptions) ToOData() *odata.Query + func (o ListDriveRootListItemPermissionGrantsOperationOptions) ToQuery() *client.QueryParams + type ListDriveRootListItemPermissionGrantsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.Permission + OData *odata.OData + type ListDriveRootListItemPermissionGrantsRequest struct + Recipients *[]beta.DriveRecipient + Roles *[]string + type ListDriveRootListItemPermissionsCompleteResult struct + Items []beta.Permission + LatestHttpResponse *http.Response + type ListDriveRootListItemPermissionsCustomPager struct + NextLink *odata.Link + func (p *ListDriveRootListItemPermissionsCustomPager) NextPageLink() *odata.Link + type ListDriveRootListItemPermissionsOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListDriveRootListItemPermissionsOperationOptions() ListDriveRootListItemPermissionsOperationOptions + func (o ListDriveRootListItemPermissionsOperationOptions) ToHeaders() *client.Headers + func (o ListDriveRootListItemPermissionsOperationOptions) ToOData() *odata.Query + func (o ListDriveRootListItemPermissionsOperationOptions) ToQuery() *client.QueryParams + type ListDriveRootListItemPermissionsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.Permission + OData *odata.OData + type PermissionOperationPredicate struct + func (p PermissionOperationPredicate) Matches(input beta.Permission) bool + type RevokeDriveRootListItemPermissionGrantsOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultRevokeDriveRootListItemPermissionGrantsOperationOptions() RevokeDriveRootListItemPermissionGrantsOperationOptions + func (o RevokeDriveRootListItemPermissionGrantsOperationOptions) ToHeaders() *client.Headers + func (o RevokeDriveRootListItemPermissionGrantsOperationOptions) ToOData() *odata.Query + func (o RevokeDriveRootListItemPermissionGrantsOperationOptions) ToQuery() *client.QueryParams + type RevokeDriveRootListItemPermissionGrantsOperationResponse struct + HttpResponse *http.Response + Model *beta.Permission + OData *odata.OData + type RevokeDriveRootListItemPermissionGrantsRequest struct + Grantees *[]beta.DriveRecipient + type UpdateDriveRootListItemPermissionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveRootListItemPermissionOperationOptions() UpdateDriveRootListItemPermissionOperationOptions + func (o UpdateDriveRootListItemPermissionOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveRootListItemPermissionOperationOptions) ToOData() *odata.Query + func (o UpdateDriveRootListItemPermissionOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveRootListItemPermissionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData