mobiledevicemanagementpolicyincludedgroup

package
v0.20240923.1151247 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2024 License: MPL-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddMobileDeviceManagementPolicyIncludedGroupRefOperationOptions

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

func (AddMobileDeviceManagementPolicyIncludedGroupRefOperationOptions) ToHeaders

func (AddMobileDeviceManagementPolicyIncludedGroupRefOperationOptions) ToOData

func (AddMobileDeviceManagementPolicyIncludedGroupRefOperationOptions) ToQuery

type AddMobileDeviceManagementPolicyIncludedGroupRefOperationResponse

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

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

type GetMobileDeviceManagementPolicyIncludedGroupsCountOperationOptions

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

func (GetMobileDeviceManagementPolicyIncludedGroupsCountOperationOptions) ToHeaders

func (GetMobileDeviceManagementPolicyIncludedGroupsCountOperationOptions) ToOData

func (GetMobileDeviceManagementPolicyIncludedGroupsCountOperationOptions) ToQuery

type GetMobileDeviceManagementPolicyIncludedGroupsCountOperationResponse

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

type GroupOperationPredicate

type GroupOperationPredicate struct {
}

func (GroupOperationPredicate) Matches

func (p GroupOperationPredicate) Matches(input beta.Group) bool

type ListMobileDeviceManagementPolicyIncludedGroupRefsCompleteResult

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

type ListMobileDeviceManagementPolicyIncludedGroupRefsCustomPager

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

type ListMobileDeviceManagementPolicyIncludedGroupRefsOperationOptions

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

func (ListMobileDeviceManagementPolicyIncludedGroupRefsOperationOptions) ToHeaders

func (ListMobileDeviceManagementPolicyIncludedGroupRefsOperationOptions) ToOData

func (ListMobileDeviceManagementPolicyIncludedGroupRefsOperationOptions) ToQuery

type ListMobileDeviceManagementPolicyIncludedGroupRefsOperationResponse

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

type ListMobileDeviceManagementPolicyIncludedGroupsCompleteResult

type ListMobileDeviceManagementPolicyIncludedGroupsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.Group
}

type ListMobileDeviceManagementPolicyIncludedGroupsCustomPager

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

type ListMobileDeviceManagementPolicyIncludedGroupsOperationOptions

type ListMobileDeviceManagementPolicyIncludedGroupsOperationOptions struct {
	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 (ListMobileDeviceManagementPolicyIncludedGroupsOperationOptions) ToHeaders

func (ListMobileDeviceManagementPolicyIncludedGroupsOperationOptions) ToOData

func (ListMobileDeviceManagementPolicyIncludedGroupsOperationOptions) ToQuery

type ListMobileDeviceManagementPolicyIncludedGroupsOperationResponse

type ListMobileDeviceManagementPolicyIncludedGroupsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.Group
}

type MobileDeviceManagementPolicyIncludedGroupClient

type MobileDeviceManagementPolicyIncludedGroupClient struct {
	Client *msgraph.Client
}

func NewMobileDeviceManagementPolicyIncludedGroupClientWithBaseURI

func NewMobileDeviceManagementPolicyIncludedGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*MobileDeviceManagementPolicyIncludedGroupClient, error)

func (MobileDeviceManagementPolicyIncludedGroupClient) AddMobileDeviceManagementPolicyIncludedGroupRef

AddMobileDeviceManagementPolicyIncludedGroupRef - Add includedGroups. Add groups to be included in a mobile app management policy.

func (MobileDeviceManagementPolicyIncludedGroupClient) GetMobileDeviceManagementPolicyIncludedGroupsCount

GetMobileDeviceManagementPolicyIncludedGroupsCount - Get the number of the resource

func (MobileDeviceManagementPolicyIncludedGroupClient) ListMobileDeviceManagementPolicyIncludedGroupRefs

ListMobileDeviceManagementPolicyIncludedGroupRefs - List includedGroups. Get the list of groups that are included in a mobile device management policy.

func (MobileDeviceManagementPolicyIncludedGroupClient) ListMobileDeviceManagementPolicyIncludedGroupRefsComplete

ListMobileDeviceManagementPolicyIncludedGroupRefsComplete retrieves all the results into a single object

func (MobileDeviceManagementPolicyIncludedGroupClient) ListMobileDeviceManagementPolicyIncludedGroupRefsCompleteMatchingPredicate

ListMobileDeviceManagementPolicyIncludedGroupRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MobileDeviceManagementPolicyIncludedGroupClient) ListMobileDeviceManagementPolicyIncludedGroups

ListMobileDeviceManagementPolicyIncludedGroups - List includedGroups. Get the list of groups that are included in a mobile device management policy.

func (MobileDeviceManagementPolicyIncludedGroupClient) ListMobileDeviceManagementPolicyIncludedGroupsComplete

ListMobileDeviceManagementPolicyIncludedGroupsComplete retrieves all the results into a single object

func (MobileDeviceManagementPolicyIncludedGroupClient) ListMobileDeviceManagementPolicyIncludedGroupsCompleteMatchingPredicate

ListMobileDeviceManagementPolicyIncludedGroupsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MobileDeviceManagementPolicyIncludedGroupClient) RemoveMobileDeviceManagementPolicyIncludedGroupRef

RemoveMobileDeviceManagementPolicyIncludedGroupRef - Delete includedGroup. Delete a group from the list of groups included in a mobile device management policy.

func (MobileDeviceManagementPolicyIncludedGroupClient) RemoveMobileDeviceManagementPolicyIncludedGroupRefs

RemoveMobileDeviceManagementPolicyIncludedGroupRefs - Delete includedGroup. Delete a group from the list of groups included in a mobile device management policy.

type RemoveMobileDeviceManagementPolicyIncludedGroupRefOperationOptions

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

func (RemoveMobileDeviceManagementPolicyIncludedGroupRefOperationOptions) ToHeaders

func (RemoveMobileDeviceManagementPolicyIncludedGroupRefOperationOptions) ToOData

func (RemoveMobileDeviceManagementPolicyIncludedGroupRefOperationOptions) ToQuery

type RemoveMobileDeviceManagementPolicyIncludedGroupRefOperationResponse

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

type RemoveMobileDeviceManagementPolicyIncludedGroupRefsOperationOptions

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

func (RemoveMobileDeviceManagementPolicyIncludedGroupRefsOperationOptions) ToHeaders

func (RemoveMobileDeviceManagementPolicyIncludedGroupRefsOperationOptions) ToOData

func (RemoveMobileDeviceManagementPolicyIncludedGroupRefsOperationOptions) ToQuery

type RemoveMobileDeviceManagementPolicyIncludedGroupRefsOperationResponse

type RemoveMobileDeviceManagementPolicyIncludedGroupRefsOperationResponse 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