deviceregisteredowner

package
v0.20241104.1140654 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddDeviceRegisteredOwnerRefOperationOptions

type AddDeviceRegisteredOwnerRefOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultAddDeviceRegisteredOwnerRefOperationOptions

func DefaultAddDeviceRegisteredOwnerRefOperationOptions() AddDeviceRegisteredOwnerRefOperationOptions

func (AddDeviceRegisteredOwnerRefOperationOptions) ToHeaders

func (AddDeviceRegisteredOwnerRefOperationOptions) ToOData

func (AddDeviceRegisteredOwnerRefOperationOptions) ToQuery

type AddDeviceRegisteredOwnerRefOperationResponse

type AddDeviceRegisteredOwnerRefOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type DeviceRegisteredOwnerClient

type DeviceRegisteredOwnerClient struct {
	Client *msgraph.Client
}

func NewDeviceRegisteredOwnerClientWithBaseURI

func NewDeviceRegisteredOwnerClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceRegisteredOwnerClient, error)

func (DeviceRegisteredOwnerClient) AddDeviceRegisteredOwnerRef

AddDeviceRegisteredOwnerRef - Create new navigation property ref to registeredOwners for users

func (DeviceRegisteredOwnerClient) GetDeviceRegisteredOwnersCount

GetDeviceRegisteredOwnersCount - Get the number of the resource

func (DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnerRefs

ListDeviceRegisteredOwnerRefs - Get ref of registeredOwners from users. The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand.

func (DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnerRefsComplete

ListDeviceRegisteredOwnerRefsComplete retrieves all the results into a single object

func (DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnerRefsCompleteMatchingPredicate

ListDeviceRegisteredOwnerRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceRegisteredOwnerClient) ListDeviceRegisteredOwners

ListDeviceRegisteredOwners - Get registeredOwners from users. The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand.

func (DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnersComplete

ListDeviceRegisteredOwnersComplete retrieves all the results into a single object

func (DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnersCompleteMatchingPredicate

ListDeviceRegisteredOwnersCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceRegisteredOwnerClient) RemoveDeviceRegisteredOwnerRef

RemoveDeviceRegisteredOwnerRef - Delete ref of navigation property registeredOwners for users

func (DeviceRegisteredOwnerClient) RemoveDeviceRegisteredOwnerRefs

RemoveDeviceRegisteredOwnerRefs - Delete ref of navigation property registeredOwners for users

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

type GetDeviceRegisteredOwnersCountOperationOptions

type GetDeviceRegisteredOwnersCountOperationOptions struct {
	ConsistencyLevel *odata.ConsistencyLevel
	Filter           *string
	Metadata         *odata.Metadata
	RetryFunc        client.RequestRetryFunc
	Search           *string
}

func DefaultGetDeviceRegisteredOwnersCountOperationOptions

func DefaultGetDeviceRegisteredOwnersCountOperationOptions() GetDeviceRegisteredOwnersCountOperationOptions

func (GetDeviceRegisteredOwnersCountOperationOptions) ToHeaders

func (GetDeviceRegisteredOwnersCountOperationOptions) ToOData

func (GetDeviceRegisteredOwnersCountOperationOptions) ToQuery

type GetDeviceRegisteredOwnersCountOperationResponse

type GetDeviceRegisteredOwnersCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListDeviceRegisteredOwnerRefsCompleteResult

type ListDeviceRegisteredOwnerRefsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DirectoryObject
}

type ListDeviceRegisteredOwnerRefsCustomPager

type ListDeviceRegisteredOwnerRefsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListDeviceRegisteredOwnerRefsOperationOptions

type ListDeviceRegisteredOwnerRefsOperationOptions struct {
	ConsistencyLevel *odata.ConsistencyLevel
	Count            *bool
	Filter           *string
	Metadata         *odata.Metadata
	OrderBy          *odata.OrderBy
	RetryFunc        client.RequestRetryFunc
	Search           *string
	Skip             *int64
	Top              *int64
}

func DefaultListDeviceRegisteredOwnerRefsOperationOptions

func DefaultListDeviceRegisteredOwnerRefsOperationOptions() ListDeviceRegisteredOwnerRefsOperationOptions

func (ListDeviceRegisteredOwnerRefsOperationOptions) ToHeaders

func (ListDeviceRegisteredOwnerRefsOperationOptions) ToOData

func (ListDeviceRegisteredOwnerRefsOperationOptions) ToQuery

type ListDeviceRegisteredOwnerRefsOperationResponse

type ListDeviceRegisteredOwnerRefsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DirectoryObject
}

type ListDeviceRegisteredOwnersCompleteResult

type ListDeviceRegisteredOwnersCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DirectoryObject
}

type ListDeviceRegisteredOwnersCustomPager

type ListDeviceRegisteredOwnersCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListDeviceRegisteredOwnersOperationOptions

type ListDeviceRegisteredOwnersOperationOptions 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 DefaultListDeviceRegisteredOwnersOperationOptions

func DefaultListDeviceRegisteredOwnersOperationOptions() ListDeviceRegisteredOwnersOperationOptions

func (ListDeviceRegisteredOwnersOperationOptions) ToHeaders

func (ListDeviceRegisteredOwnersOperationOptions) ToOData

func (ListDeviceRegisteredOwnersOperationOptions) ToQuery

type ListDeviceRegisteredOwnersOperationResponse

type ListDeviceRegisteredOwnersOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DirectoryObject
}

type RemoveDeviceRegisteredOwnerRefOperationOptions

type RemoveDeviceRegisteredOwnerRefOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultRemoveDeviceRegisteredOwnerRefOperationOptions

func DefaultRemoveDeviceRegisteredOwnerRefOperationOptions() RemoveDeviceRegisteredOwnerRefOperationOptions

func (RemoveDeviceRegisteredOwnerRefOperationOptions) ToHeaders

func (RemoveDeviceRegisteredOwnerRefOperationOptions) ToOData

func (RemoveDeviceRegisteredOwnerRefOperationOptions) ToQuery

type RemoveDeviceRegisteredOwnerRefOperationResponse

type RemoveDeviceRegisteredOwnerRefOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type RemoveDeviceRegisteredOwnerRefsOperationOptions

type RemoveDeviceRegisteredOwnerRefsOperationOptions struct {
	Id        *string
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultRemoveDeviceRegisteredOwnerRefsOperationOptions

func DefaultRemoveDeviceRegisteredOwnerRefsOperationOptions() RemoveDeviceRegisteredOwnerRefsOperationOptions

func (RemoveDeviceRegisteredOwnerRefsOperationOptions) ToHeaders

func (RemoveDeviceRegisteredOwnerRefsOperationOptions) ToOData

func (RemoveDeviceRegisteredOwnerRefsOperationOptions) ToQuery

type RemoveDeviceRegisteredOwnerRefsOperationResponse

type RemoveDeviceRegisteredOwnerRefsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL