entitlementmanagementaccesspackageincompatiblegroup

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 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 AddEntitlementManagementAccessPackageIncompatibleGroupRefOperationOptions

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

func (AddEntitlementManagementAccessPackageIncompatibleGroupRefOperationOptions) ToHeaders

func (AddEntitlementManagementAccessPackageIncompatibleGroupRefOperationOptions) ToOData

func (AddEntitlementManagementAccessPackageIncompatibleGroupRefOperationOptions) ToQuery

type AddEntitlementManagementAccessPackageIncompatibleGroupRefOperationResponse

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

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

type EntitlementManagementAccessPackageIncompatibleGroupClient

type EntitlementManagementAccessPackageIncompatibleGroupClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementAccessPackageIncompatibleGroupClientWithBaseURI

func NewEntitlementManagementAccessPackageIncompatibleGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementAccessPackageIncompatibleGroupClient, error)

func (EntitlementManagementAccessPackageIncompatibleGroupClient) AddEntitlementManagementAccessPackageIncompatibleGroupRef

AddEntitlementManagementAccessPackageIncompatibleGroupRef - Add group to incompatibleGroups. Add a group to the list of groups that have been marked as incompatible on an accessPackage.

func (EntitlementManagementAccessPackageIncompatibleGroupClient) GetEntitlementManagementAccessPackageIncompatibleGroupsCount

GetEntitlementManagementAccessPackageIncompatibleGroupsCount - Get the number of the resource

func (EntitlementManagementAccessPackageIncompatibleGroupClient) ListEntitlementManagementAccessPackageIncompatibleGroupRefs

ListEntitlementManagementAccessPackageIncompatibleGroupRefs - List incompatibleGroups. Retrieve a list of the group objects that have been marked as incompatible on an accessPackage.

func (EntitlementManagementAccessPackageIncompatibleGroupClient) ListEntitlementManagementAccessPackageIncompatibleGroupRefsComplete

ListEntitlementManagementAccessPackageIncompatibleGroupRefsComplete retrieves all the results into a single object

func (EntitlementManagementAccessPackageIncompatibleGroupClient) ListEntitlementManagementAccessPackageIncompatibleGroupRefsCompleteMatchingPredicate

ListEntitlementManagementAccessPackageIncompatibleGroupRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementAccessPackageIncompatibleGroupClient) ListEntitlementManagementAccessPackageIncompatibleGroups

ListEntitlementManagementAccessPackageIncompatibleGroups - List incompatibleGroups. Retrieve a list of the group objects that have been marked as incompatible on an accessPackage.

func (EntitlementManagementAccessPackageIncompatibleGroupClient) ListEntitlementManagementAccessPackageIncompatibleGroupsComplete

ListEntitlementManagementAccessPackageIncompatibleGroupsComplete retrieves all the results into a single object

func (EntitlementManagementAccessPackageIncompatibleGroupClient) ListEntitlementManagementAccessPackageIncompatibleGroupsCompleteMatchingPredicate

ListEntitlementManagementAccessPackageIncompatibleGroupsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementAccessPackageIncompatibleGroupClient) RemoveEntitlementManagementAccessPackageIncompatibleGroupRef

RemoveEntitlementManagementAccessPackageIncompatibleGroupRef - Remove group from incompatibleGroups. Remove a group from the list of groups that have been marked as incompatible on an accessPackage.

func (EntitlementManagementAccessPackageIncompatibleGroupClient) RemoveEntitlementManagementAccessPackageIncompatibleGroupRefs

RemoveEntitlementManagementAccessPackageIncompatibleGroupRefs - Remove group from incompatibleGroups. Remove a group from the list of groups that have been marked as incompatible on an accessPackage.

type GetEntitlementManagementAccessPackageIncompatibleGroupsCountOperationOptions

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

func (GetEntitlementManagementAccessPackageIncompatibleGroupsCountOperationOptions) ToHeaders

func (GetEntitlementManagementAccessPackageIncompatibleGroupsCountOperationOptions) ToOData

func (GetEntitlementManagementAccessPackageIncompatibleGroupsCountOperationOptions) ToQuery

type GetEntitlementManagementAccessPackageIncompatibleGroupsCountOperationResponse

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

type GroupOperationPredicate

type GroupOperationPredicate struct {
}

func (GroupOperationPredicate) Matches

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

type ListEntitlementManagementAccessPackageIncompatibleGroupRefsCompleteResult

type ListEntitlementManagementAccessPackageIncompatibleGroupRefsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.DirectoryObject
}

type ListEntitlementManagementAccessPackageIncompatibleGroupRefsCustomPager

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

type ListEntitlementManagementAccessPackageIncompatibleGroupRefsOperationOptions

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

func (ListEntitlementManagementAccessPackageIncompatibleGroupRefsOperationOptions) ToHeaders

func (ListEntitlementManagementAccessPackageIncompatibleGroupRefsOperationOptions) ToOData

func (ListEntitlementManagementAccessPackageIncompatibleGroupRefsOperationOptions) ToQuery

type ListEntitlementManagementAccessPackageIncompatibleGroupRefsOperationResponse

type ListEntitlementManagementAccessPackageIncompatibleGroupRefsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.DirectoryObject
}

type ListEntitlementManagementAccessPackageIncompatibleGroupsCompleteResult

type ListEntitlementManagementAccessPackageIncompatibleGroupsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.Group
}

type ListEntitlementManagementAccessPackageIncompatibleGroupsCustomPager

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

type ListEntitlementManagementAccessPackageIncompatibleGroupsOperationOptions

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

func (ListEntitlementManagementAccessPackageIncompatibleGroupsOperationOptions) ToOData

func (ListEntitlementManagementAccessPackageIncompatibleGroupsOperationOptions) ToQuery

type ListEntitlementManagementAccessPackageIncompatibleGroupsOperationResponse

type ListEntitlementManagementAccessPackageIncompatibleGroupsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.Group
}

type RemoveEntitlementManagementAccessPackageIncompatibleGroupRefOperationOptions

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

func (RemoveEntitlementManagementAccessPackageIncompatibleGroupRefOperationOptions) ToHeaders

func (RemoveEntitlementManagementAccessPackageIncompatibleGroupRefOperationOptions) ToOData

func (RemoveEntitlementManagementAccessPackageIncompatibleGroupRefOperationOptions) ToQuery

type RemoveEntitlementManagementAccessPackageIncompatibleGroupRefOperationResponse

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

type RemoveEntitlementManagementAccessPackageIncompatibleGroupRefsOperationOptions

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

func (RemoveEntitlementManagementAccessPackageIncompatibleGroupRefsOperationOptions) ToHeaders

func (RemoveEntitlementManagementAccessPackageIncompatibleGroupRefsOperationOptions) ToOData

func (RemoveEntitlementManagementAccessPackageIncompatibleGroupRefsOperationOptions) ToQuery

type RemoveEntitlementManagementAccessPackageIncompatibleGroupRefsOperationResponse

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