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 CreatePermissionGrantOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreatePermissionGrantOperationOptions() CreatePermissionGrantOperationOptions + func (o CreatePermissionGrantOperationOptions) ToHeaders() *client.Headers + func (o CreatePermissionGrantOperationOptions) ToOData() *odata.Query + func (o CreatePermissionGrantOperationOptions) ToQuery() *client.QueryParams + type CreatePermissionGrantOperationResponse struct + HttpResponse *http.Response + Model *beta.ResourceSpecificPermissionGrant + OData *odata.OData + type DeletePermissionGrantOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeletePermissionGrantOperationOptions() DeletePermissionGrantOperationOptions + func (o DeletePermissionGrantOperationOptions) ToHeaders() *client.Headers + func (o DeletePermissionGrantOperationOptions) ToOData() *odata.Query + func (o DeletePermissionGrantOperationOptions) ToQuery() *client.QueryParams + type DeletePermissionGrantOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetPermissionGrantOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetPermissionGrantOperationOptions() GetPermissionGrantOperationOptions + func (o GetPermissionGrantOperationOptions) ToHeaders() *client.Headers + func (o GetPermissionGrantOperationOptions) ToOData() *odata.Query + func (o GetPermissionGrantOperationOptions) ToQuery() *client.QueryParams + type GetPermissionGrantOperationResponse struct + HttpResponse *http.Response + Model *beta.ResourceSpecificPermissionGrant + OData *odata.OData + type GetPermissionGrantsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetPermissionGrantsCountOperationOptions() GetPermissionGrantsCountOperationOptions + func (o GetPermissionGrantsCountOperationOptions) ToHeaders() *client.Headers + func (o GetPermissionGrantsCountOperationOptions) ToOData() *odata.Query + func (o GetPermissionGrantsCountOperationOptions) ToQuery() *client.QueryParams + type GetPermissionGrantsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListPermissionGrantsCompleteResult struct + Items []beta.ResourceSpecificPermissionGrant + LatestHttpResponse *http.Response + type ListPermissionGrantsCustomPager struct + NextLink *odata.Link + func (p *ListPermissionGrantsCustomPager) NextPageLink() *odata.Link + type ListPermissionGrantsOperationOptions 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 DefaultListPermissionGrantsOperationOptions() ListPermissionGrantsOperationOptions + func (o ListPermissionGrantsOperationOptions) ToHeaders() *client.Headers + func (o ListPermissionGrantsOperationOptions) ToOData() *odata.Query + func (o ListPermissionGrantsOperationOptions) ToQuery() *client.QueryParams + type ListPermissionGrantsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.ResourceSpecificPermissionGrant + OData *odata.OData + type PermissionGrantClient struct + Client *msgraph.Client + func NewPermissionGrantClientWithBaseURI(sdkApi sdkEnv.Api) (*PermissionGrantClient, error) + func (c PermissionGrantClient) CreatePermissionGrant(ctx context.Context, id beta.UserId, ...) (result CreatePermissionGrantOperationResponse, err error) + func (c PermissionGrantClient) DeletePermissionGrant(ctx context.Context, id beta.UserIdPermissionGrantId, ...) (result DeletePermissionGrantOperationResponse, err error) + func (c PermissionGrantClient) GetPermissionGrant(ctx context.Context, id beta.UserIdPermissionGrantId, ...) (result GetPermissionGrantOperationResponse, err error) + func (c PermissionGrantClient) GetPermissionGrantsCount(ctx context.Context, id beta.UserId, ...) (result GetPermissionGrantsCountOperationResponse, err error) + func (c PermissionGrantClient) ListPermissionGrants(ctx context.Context, id beta.UserId, ...) (result ListPermissionGrantsOperationResponse, err error) + func (c PermissionGrantClient) ListPermissionGrantsComplete(ctx context.Context, id beta.UserId, ...) (ListPermissionGrantsCompleteResult, error) + func (c PermissionGrantClient) ListPermissionGrantsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, ...) (result ListPermissionGrantsCompleteResult, err error) + func (c PermissionGrantClient) UpdatePermissionGrant(ctx context.Context, id beta.UserIdPermissionGrantId, ...) (result UpdatePermissionGrantOperationResponse, err error) + type ResourceSpecificPermissionGrantOperationPredicate struct + func (p ResourceSpecificPermissionGrantOperationPredicate) Matches(input beta.ResourceSpecificPermissionGrant) bool + type UpdatePermissionGrantOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdatePermissionGrantOperationOptions() UpdatePermissionGrantOperationOptions + func (o UpdatePermissionGrantOperationOptions) ToHeaders() *client.Headers + func (o UpdatePermissionGrantOperationOptions) ToOData() *odata.Query + func (o UpdatePermissionGrantOperationOptions) ToQuery() *client.QueryParams + type UpdatePermissionGrantOperationResponse struct + HttpResponse *http.Response + OData *odata.OData