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 DirectoryObjectOperationPredicate struct + func (p DirectoryObjectOperationPredicate) Matches(input beta.DirectoryObject) bool + type GetOwnedObjectOperationOptions struct + ConsistencyLevel *odata.ConsistencyLevel + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetOwnedObjectOperationOptions() GetOwnedObjectOperationOptions + func (o GetOwnedObjectOperationOptions) ToHeaders() *client.Headers + func (o GetOwnedObjectOperationOptions) ToOData() *odata.Query + func (o GetOwnedObjectOperationOptions) ToQuery() *client.QueryParams + type GetOwnedObjectOperationResponse struct + HttpResponse *http.Response + Model beta.DirectoryObject + OData *odata.OData + type GetOwnedObjectsCountOperationOptions struct + ConsistencyLevel *odata.ConsistencyLevel + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetOwnedObjectsCountOperationOptions() GetOwnedObjectsCountOperationOptions + func (o GetOwnedObjectsCountOperationOptions) ToHeaders() *client.Headers + func (o GetOwnedObjectsCountOperationOptions) ToOData() *odata.Query + func (o GetOwnedObjectsCountOperationOptions) ToQuery() *client.QueryParams + type GetOwnedObjectsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListOwnedObjectsCompleteResult struct + Items []beta.DirectoryObject + LatestHttpResponse *http.Response + type ListOwnedObjectsCustomPager struct + NextLink *odata.Link + func (p *ListOwnedObjectsCustomPager) NextPageLink() *odata.Link + type ListOwnedObjectsOperationOptions 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 DefaultListOwnedObjectsOperationOptions() ListOwnedObjectsOperationOptions + func (o ListOwnedObjectsOperationOptions) ToHeaders() *client.Headers + func (o ListOwnedObjectsOperationOptions) ToOData() *odata.Query + func (o ListOwnedObjectsOperationOptions) ToQuery() *client.QueryParams + type ListOwnedObjectsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DirectoryObject + OData *odata.OData + type OwnedObjectClient struct + Client *msgraph.Client + func NewOwnedObjectClientWithBaseURI(sdkApi sdkEnv.Api) (*OwnedObjectClient, error) + func (c OwnedObjectClient) GetOwnedObject(ctx context.Context, id beta.MeOwnedObjectId, ...) (result GetOwnedObjectOperationResponse, err error) + func (c OwnedObjectClient) GetOwnedObjectsCount(ctx context.Context, options GetOwnedObjectsCountOperationOptions) (result GetOwnedObjectsCountOperationResponse, err error) + func (c OwnedObjectClient) ListOwnedObjects(ctx context.Context, options ListOwnedObjectsOperationOptions) (result ListOwnedObjectsOperationResponse, err error) + func (c OwnedObjectClient) ListOwnedObjectsComplete(ctx context.Context, options ListOwnedObjectsOperationOptions) (ListOwnedObjectsCompleteResult, error) + func (c OwnedObjectClient) ListOwnedObjectsCompleteMatchingPredicate(ctx context.Context, options ListOwnedObjectsOperationOptions, ...) (result ListOwnedObjectsCompleteResult, err error)