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 DeviceTransitiveMemberOfClient struct + Client *msgraph.Client + func NewDeviceTransitiveMemberOfClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceTransitiveMemberOfClient, error) + func (c DeviceTransitiveMemberOfClient) GetDeviceTransitiveMemberOf(ctx context.Context, id beta.UserIdDeviceIdTransitiveMemberOfId, ...) (result GetDeviceTransitiveMemberOfOperationResponse, err error) + func (c DeviceTransitiveMemberOfClient) GetDeviceTransitiveMemberOfCount(ctx context.Context, id beta.UserIdDeviceId, ...) (result GetDeviceTransitiveMemberOfCountOperationResponse, err error) + func (c DeviceTransitiveMemberOfClient) ListDeviceTransitiveMemberOfs(ctx context.Context, id beta.UserIdDeviceId, ...) (result ListDeviceTransitiveMemberOfsOperationResponse, err error) + func (c DeviceTransitiveMemberOfClient) ListDeviceTransitiveMemberOfsComplete(ctx context.Context, id beta.UserIdDeviceId, ...) (ListDeviceTransitiveMemberOfsCompleteResult, error) + func (c DeviceTransitiveMemberOfClient) ListDeviceTransitiveMemberOfsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDeviceId, ...) (result ListDeviceTransitiveMemberOfsCompleteResult, err error) + type DirectoryObjectOperationPredicate struct + func (p DirectoryObjectOperationPredicate) Matches(input beta.DirectoryObject) bool + type GetDeviceTransitiveMemberOfCountOperationOptions struct + ConsistencyLevel *odata.ConsistencyLevel + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDeviceTransitiveMemberOfCountOperationOptions() GetDeviceTransitiveMemberOfCountOperationOptions + func (o GetDeviceTransitiveMemberOfCountOperationOptions) ToHeaders() *client.Headers + func (o GetDeviceTransitiveMemberOfCountOperationOptions) ToOData() *odata.Query + func (o GetDeviceTransitiveMemberOfCountOperationOptions) ToQuery() *client.QueryParams + type GetDeviceTransitiveMemberOfCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetDeviceTransitiveMemberOfOperationOptions struct + ConsistencyLevel *odata.ConsistencyLevel + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDeviceTransitiveMemberOfOperationOptions() GetDeviceTransitiveMemberOfOperationOptions + func (o GetDeviceTransitiveMemberOfOperationOptions) ToHeaders() *client.Headers + func (o GetDeviceTransitiveMemberOfOperationOptions) ToOData() *odata.Query + func (o GetDeviceTransitiveMemberOfOperationOptions) ToQuery() *client.QueryParams + type GetDeviceTransitiveMemberOfOperationResponse struct + HttpResponse *http.Response + Model beta.DirectoryObject + OData *odata.OData + type ListDeviceTransitiveMemberOfsCompleteResult struct + Items []beta.DirectoryObject + LatestHttpResponse *http.Response + type ListDeviceTransitiveMemberOfsCustomPager struct + NextLink *odata.Link + func (p *ListDeviceTransitiveMemberOfsCustomPager) NextPageLink() *odata.Link + type ListDeviceTransitiveMemberOfsOperationOptions struct + ConsistencyLevel *odata.ConsistencyLevel + 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 DefaultListDeviceTransitiveMemberOfsOperationOptions() ListDeviceTransitiveMemberOfsOperationOptions + func (o ListDeviceTransitiveMemberOfsOperationOptions) ToHeaders() *client.Headers + func (o ListDeviceTransitiveMemberOfsOperationOptions) ToOData() *odata.Query + func (o ListDeviceTransitiveMemberOfsOperationOptions) ToQuery() *client.QueryParams + type ListDeviceTransitiveMemberOfsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DirectoryObject + OData *odata.OData