Documentation ¶
Index ¶
- type DeviceMemberOfClient
- func (c DeviceMemberOfClient) GetDeviceMemberOf(ctx context.Context, id beta.UserIdDeviceIdMemberOfId, ...) (result GetDeviceMemberOfOperationResponse, err error)
- func (c DeviceMemberOfClient) GetDeviceMemberOfCount(ctx context.Context, id beta.UserIdDeviceId, ...) (result GetDeviceMemberOfCountOperationResponse, err error)
- func (c DeviceMemberOfClient) ListDeviceMemberOfs(ctx context.Context, id beta.UserIdDeviceId, ...) (result ListDeviceMemberOfsOperationResponse, err error)
- func (c DeviceMemberOfClient) ListDeviceMemberOfsComplete(ctx context.Context, id beta.UserIdDeviceId, ...) (ListDeviceMemberOfsCompleteResult, error)
- func (c DeviceMemberOfClient) ListDeviceMemberOfsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDeviceId, ...) (result ListDeviceMemberOfsCompleteResult, err error)
- type DirectoryObjectOperationPredicate
- type GetDeviceMemberOfCountOperationOptions
- type GetDeviceMemberOfCountOperationResponse
- type GetDeviceMemberOfOperationOptions
- type GetDeviceMemberOfOperationResponse
- type ListDeviceMemberOfsCompleteResult
- type ListDeviceMemberOfsCustomPager
- type ListDeviceMemberOfsOperationOptions
- type ListDeviceMemberOfsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceMemberOfClient ¶
func NewDeviceMemberOfClientWithBaseURI ¶
func NewDeviceMemberOfClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceMemberOfClient, error)
func (DeviceMemberOfClient) GetDeviceMemberOf ¶
func (c DeviceMemberOfClient) GetDeviceMemberOf(ctx context.Context, id beta.UserIdDeviceIdMemberOfId, options GetDeviceMemberOfOperationOptions) (result GetDeviceMemberOfOperationResponse, err error)
GetDeviceMemberOf - Get memberOf from users. Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand.
func (DeviceMemberOfClient) GetDeviceMemberOfCount ¶
func (c DeviceMemberOfClient) GetDeviceMemberOfCount(ctx context.Context, id beta.UserIdDeviceId, options GetDeviceMemberOfCountOperationOptions) (result GetDeviceMemberOfCountOperationResponse, err error)
GetDeviceMemberOfCount - Get the number of the resource
func (DeviceMemberOfClient) ListDeviceMemberOfs ¶
func (c DeviceMemberOfClient) ListDeviceMemberOfs(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceMemberOfsOperationOptions) (result ListDeviceMemberOfsOperationResponse, err error)
ListDeviceMemberOfs - Get memberOf from users. Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand.
func (DeviceMemberOfClient) ListDeviceMemberOfsComplete ¶
func (c DeviceMemberOfClient) ListDeviceMemberOfsComplete(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceMemberOfsOperationOptions) (ListDeviceMemberOfsCompleteResult, error)
ListDeviceMemberOfsComplete retrieves all the results into a single object
func (DeviceMemberOfClient) ListDeviceMemberOfsCompleteMatchingPredicate ¶
func (c DeviceMemberOfClient) ListDeviceMemberOfsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceMemberOfsOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListDeviceMemberOfsCompleteResult, err error)
ListDeviceMemberOfsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type DirectoryObjectOperationPredicate ¶
type DirectoryObjectOperationPredicate struct { }
func (DirectoryObjectOperationPredicate) Matches ¶
func (p DirectoryObjectOperationPredicate) Matches(input beta.DirectoryObject) bool
type GetDeviceMemberOfCountOperationOptions ¶
type GetDeviceMemberOfCountOperationOptions struct { ConsistencyLevel *odata.ConsistencyLevel Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceMemberOfCountOperationOptions ¶
func DefaultGetDeviceMemberOfCountOperationOptions() GetDeviceMemberOfCountOperationOptions
func (GetDeviceMemberOfCountOperationOptions) ToHeaders ¶
func (o GetDeviceMemberOfCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceMemberOfCountOperationOptions) ToOData ¶
func (o GetDeviceMemberOfCountOperationOptions) ToOData() *odata.Query
func (GetDeviceMemberOfCountOperationOptions) ToQuery ¶
func (o GetDeviceMemberOfCountOperationOptions) ToQuery() *client.QueryParams
type GetDeviceMemberOfOperationOptions ¶
type GetDeviceMemberOfOperationOptions struct { ConsistencyLevel *odata.ConsistencyLevel Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeviceMemberOfOperationOptions ¶
func DefaultGetDeviceMemberOfOperationOptions() GetDeviceMemberOfOperationOptions
func (GetDeviceMemberOfOperationOptions) ToHeaders ¶
func (o GetDeviceMemberOfOperationOptions) ToHeaders() *client.Headers
func (GetDeviceMemberOfOperationOptions) ToOData ¶
func (o GetDeviceMemberOfOperationOptions) ToOData() *odata.Query
func (GetDeviceMemberOfOperationOptions) ToQuery ¶
func (o GetDeviceMemberOfOperationOptions) ToQuery() *client.QueryParams
type ListDeviceMemberOfsCompleteResult ¶
type ListDeviceMemberOfsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DirectoryObject }
type ListDeviceMemberOfsCustomPager ¶
func (*ListDeviceMemberOfsCustomPager) NextPageLink ¶
func (p *ListDeviceMemberOfsCustomPager) NextPageLink() *odata.Link
type ListDeviceMemberOfsOperationOptions ¶
type ListDeviceMemberOfsOperationOptions 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 DefaultListDeviceMemberOfsOperationOptions ¶
func DefaultListDeviceMemberOfsOperationOptions() ListDeviceMemberOfsOperationOptions
func (ListDeviceMemberOfsOperationOptions) ToHeaders ¶
func (o ListDeviceMemberOfsOperationOptions) ToHeaders() *client.Headers
func (ListDeviceMemberOfsOperationOptions) ToOData ¶
func (o ListDeviceMemberOfsOperationOptions) ToOData() *odata.Query
func (ListDeviceMemberOfsOperationOptions) ToQuery ¶
func (o ListDeviceMemberOfsOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.