mobileappmanagementpolicyincludedgroup

package
v0.20241209.1115630 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 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 AddMobileAppManagementPolicyIncludedGroupRefOperationOptions

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

func (AddMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToHeaders

func (AddMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToOData

func (AddMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToQuery

type AddMobileAppManagementPolicyIncludedGroupRefOperationResponse

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

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

type GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions

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

func (GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions) ToHeaders

func (GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions) ToOData

func (GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions) ToQuery

type GetMobileAppManagementPolicyIncludedGroupsCountOperationResponse

type GetMobileAppManagementPolicyIncludedGroupsCountOperationResponse 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 ListMobileAppManagementPolicyIncludedGroupRefsCompleteResult

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

type ListMobileAppManagementPolicyIncludedGroupRefsCustomPager

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

type ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions

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

func (ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToHeaders

func (ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToOData

func (ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToQuery

type ListMobileAppManagementPolicyIncludedGroupRefsOperationResponse

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

type ListMobileAppManagementPolicyIncludedGroupsCompleteResult

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

type ListMobileAppManagementPolicyIncludedGroupsCustomPager

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

type ListMobileAppManagementPolicyIncludedGroupsOperationOptions

type ListMobileAppManagementPolicyIncludedGroupsOperationOptions 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 (ListMobileAppManagementPolicyIncludedGroupsOperationOptions) ToHeaders

func (ListMobileAppManagementPolicyIncludedGroupsOperationOptions) ToOData

func (ListMobileAppManagementPolicyIncludedGroupsOperationOptions) ToQuery

type ListMobileAppManagementPolicyIncludedGroupsOperationResponse

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

type MobileAppManagementPolicyIncludedGroupClient

type MobileAppManagementPolicyIncludedGroupClient struct {
	Client *msgraph.Client
}

func NewMobileAppManagementPolicyIncludedGroupClientWithBaseURI

func NewMobileAppManagementPolicyIncludedGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*MobileAppManagementPolicyIncludedGroupClient, error)

func (MobileAppManagementPolicyIncludedGroupClient) AddMobileAppManagementPolicyIncludedGroupRef

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

func (MobileAppManagementPolicyIncludedGroupClient) GetMobileAppManagementPolicyIncludedGroupsCount

GetMobileAppManagementPolicyIncludedGroupsCount - Get the number of the resource

func (MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupRefs

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

func (MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupRefsComplete

ListMobileAppManagementPolicyIncludedGroupRefsComplete retrieves all the results into a single object

func (MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupRefsCompleteMatchingPredicate

ListMobileAppManagementPolicyIncludedGroupRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroups

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

func (MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupsComplete

ListMobileAppManagementPolicyIncludedGroupsComplete retrieves all the results into a single object

func (MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupsCompleteMatchingPredicate

ListMobileAppManagementPolicyIncludedGroupsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MobileAppManagementPolicyIncludedGroupClient) RemoveMobileAppManagementPolicyIncludedGroupRef

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

func (MobileAppManagementPolicyIncludedGroupClient) RemoveMobileAppManagementPolicyIncludedGroupRefs

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

type RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions

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

func (RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToHeaders

func (RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToOData

func (RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToQuery

type RemoveMobileAppManagementPolicyIncludedGroupRefOperationResponse

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

type RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions

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

func (RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToHeaders

func (RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToOData

func (RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToQuery

type RemoveMobileAppManagementPolicyIncludedGroupRefsOperationResponse

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