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 ListManagedDeviceUsersCompleteResult struct + Items []beta.User + LatestHttpResponse *http.Response + type ListManagedDeviceUsersCustomPager struct + NextLink *odata.Link + func (p *ListManagedDeviceUsersCustomPager) NextPageLink() *odata.Link + type ListManagedDeviceUsersOperationOptions 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 DefaultListManagedDeviceUsersOperationOptions() ListManagedDeviceUsersOperationOptions + func (o ListManagedDeviceUsersOperationOptions) ToHeaders() *client.Headers + func (o ListManagedDeviceUsersOperationOptions) ToOData() *odata.Query + func (o ListManagedDeviceUsersOperationOptions) ToQuery() *client.QueryParams + type ListManagedDeviceUsersOperationResponse struct + HttpResponse *http.Response + Model *[]beta.User + OData *odata.OData + type ManagedDeviceUserClient struct + Client *msgraph.Client + func NewManagedDeviceUserClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceUserClient, error) + func (c ManagedDeviceUserClient) ListManagedDeviceUsers(ctx context.Context, id beta.DeviceManagementManagedDeviceId, ...) (result ListManagedDeviceUsersOperationResponse, err error) + func (c ManagedDeviceUserClient) ListManagedDeviceUsersComplete(ctx context.Context, id beta.DeviceManagementManagedDeviceId, ...) (ListManagedDeviceUsersCompleteResult, error) + func (c ManagedDeviceUserClient) ListManagedDeviceUsersCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementManagedDeviceId, ...) (result ListManagedDeviceUsersCompleteResult, err error) + type UserOperationPredicate struct + func (p UserOperationPredicate) Matches(input beta.User) bool