Documentation ¶
Index ¶
- type DeviceTransitiveMemberOfClient
- 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
- type GetDeviceTransitiveMemberOfCountOperationOptions
- type GetDeviceTransitiveMemberOfCountOperationResponse
- type GetDeviceTransitiveMemberOfOperationOptions
- type GetDeviceTransitiveMemberOfOperationResponse
- type ListDeviceTransitiveMemberOfsCompleteResult
- type ListDeviceTransitiveMemberOfsCustomPager
- type ListDeviceTransitiveMemberOfsOperationOptions
- type ListDeviceTransitiveMemberOfsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceTransitiveMemberOfClient ¶
func NewDeviceTransitiveMemberOfClientWithBaseURI ¶
func NewDeviceTransitiveMemberOfClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceTransitiveMemberOfClient, error)
func (DeviceTransitiveMemberOfClient) GetDeviceTransitiveMemberOf ¶
func (c DeviceTransitiveMemberOfClient) GetDeviceTransitiveMemberOf(ctx context.Context, id beta.UserIdDeviceIdTransitiveMemberOfId, options GetDeviceTransitiveMemberOfOperationOptions) (result GetDeviceTransitiveMemberOfOperationResponse, err error)
GetDeviceTransitiveMemberOf - Get transitiveMemberOf from users. Groups and administrative units that this device is a member of. This operation is transitive. Supports $expand.
func (DeviceTransitiveMemberOfClient) GetDeviceTransitiveMemberOfCount ¶
func (c DeviceTransitiveMemberOfClient) GetDeviceTransitiveMemberOfCount(ctx context.Context, id beta.UserIdDeviceId, options GetDeviceTransitiveMemberOfCountOperationOptions) (result GetDeviceTransitiveMemberOfCountOperationResponse, err error)
GetDeviceTransitiveMemberOfCount - Get the number of the resource
func (DeviceTransitiveMemberOfClient) ListDeviceTransitiveMemberOfs ¶
func (c DeviceTransitiveMemberOfClient) ListDeviceTransitiveMemberOfs(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceTransitiveMemberOfsOperationOptions) (result ListDeviceTransitiveMemberOfsOperationResponse, err error)
ListDeviceTransitiveMemberOfs - Get transitiveMemberOf from users. Groups and administrative units that this device is a member of. This operation is transitive. Supports $expand.
func (DeviceTransitiveMemberOfClient) ListDeviceTransitiveMemberOfsComplete ¶
func (c DeviceTransitiveMemberOfClient) ListDeviceTransitiveMemberOfsComplete(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceTransitiveMemberOfsOperationOptions) (ListDeviceTransitiveMemberOfsCompleteResult, error)
ListDeviceTransitiveMemberOfsComplete retrieves all the results into a single object
func (DeviceTransitiveMemberOfClient) ListDeviceTransitiveMemberOfsCompleteMatchingPredicate ¶
func (c DeviceTransitiveMemberOfClient) ListDeviceTransitiveMemberOfsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceTransitiveMemberOfsOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListDeviceTransitiveMemberOfsCompleteResult, err error)
ListDeviceTransitiveMemberOfsCompleteMatchingPredicate 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 GetDeviceTransitiveMemberOfCountOperationOptions ¶
type GetDeviceTransitiveMemberOfCountOperationOptions struct { ConsistencyLevel *odata.ConsistencyLevel Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceTransitiveMemberOfCountOperationOptions ¶
func DefaultGetDeviceTransitiveMemberOfCountOperationOptions() GetDeviceTransitiveMemberOfCountOperationOptions
func (GetDeviceTransitiveMemberOfCountOperationOptions) ToHeaders ¶
func (o GetDeviceTransitiveMemberOfCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceTransitiveMemberOfCountOperationOptions) ToOData ¶
func (o GetDeviceTransitiveMemberOfCountOperationOptions) ToOData() *odata.Query
func (GetDeviceTransitiveMemberOfCountOperationOptions) ToQuery ¶
func (o GetDeviceTransitiveMemberOfCountOperationOptions) ToQuery() *client.QueryParams
type GetDeviceTransitiveMemberOfOperationOptions ¶
type GetDeviceTransitiveMemberOfOperationOptions struct { ConsistencyLevel *odata.ConsistencyLevel Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeviceTransitiveMemberOfOperationOptions ¶
func DefaultGetDeviceTransitiveMemberOfOperationOptions() GetDeviceTransitiveMemberOfOperationOptions
func (GetDeviceTransitiveMemberOfOperationOptions) ToHeaders ¶
func (o GetDeviceTransitiveMemberOfOperationOptions) ToHeaders() *client.Headers
func (GetDeviceTransitiveMemberOfOperationOptions) ToOData ¶
func (o GetDeviceTransitiveMemberOfOperationOptions) ToOData() *odata.Query
func (GetDeviceTransitiveMemberOfOperationOptions) ToQuery ¶
func (o GetDeviceTransitiveMemberOfOperationOptions) ToQuery() *client.QueryParams
type ListDeviceTransitiveMemberOfsCompleteResult ¶
type ListDeviceTransitiveMemberOfsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DirectoryObject }
type ListDeviceTransitiveMemberOfsCustomPager ¶
type ListDeviceTransitiveMemberOfsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDeviceTransitiveMemberOfsCustomPager) NextPageLink ¶
func (p *ListDeviceTransitiveMemberOfsCustomPager) NextPageLink() *odata.Link
type ListDeviceTransitiveMemberOfsOperationOptions ¶
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 ¶
func DefaultListDeviceTransitiveMemberOfsOperationOptions() ListDeviceTransitiveMemberOfsOperationOptions
func (ListDeviceTransitiveMemberOfsOperationOptions) ToHeaders ¶
func (o ListDeviceTransitiveMemberOfsOperationOptions) ToHeaders() *client.Headers
func (ListDeviceTransitiveMemberOfsOperationOptions) ToOData ¶
func (o ListDeviceTransitiveMemberOfsOperationOptions) ToOData() *odata.Query
func (ListDeviceTransitiveMemberOfsOperationOptions) ToQuery ¶
func (o ListDeviceTransitiveMemberOfsOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.