entitlementmanagementconnectedorganizationinternalsponsor

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 AddEntitlementManagementConnectedOrganizationInternalSponsorRefOperationOptions

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

func (AddEntitlementManagementConnectedOrganizationInternalSponsorRefOperationOptions) ToHeaders

func (AddEntitlementManagementConnectedOrganizationInternalSponsorRefOperationOptions) ToOData

func (AddEntitlementManagementConnectedOrganizationInternalSponsorRefOperationOptions) ToQuery

type AddEntitlementManagementConnectedOrganizationInternalSponsorRefOperationResponse

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

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

type EntitlementManagementConnectedOrganizationInternalSponsorClient

type EntitlementManagementConnectedOrganizationInternalSponsorClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementConnectedOrganizationInternalSponsorClientWithBaseURI

func NewEntitlementManagementConnectedOrganizationInternalSponsorClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementConnectedOrganizationInternalSponsorClient, error)

func (EntitlementManagementConnectedOrganizationInternalSponsorClient) AddEntitlementManagementConnectedOrganizationInternalSponsorRef

AddEntitlementManagementConnectedOrganizationInternalSponsorRef - Add connected organization internal sponsor. Add a user or a group to the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization.

func (EntitlementManagementConnectedOrganizationInternalSponsorClient) GetEntitlementManagementConnectedOrganizationInternalSponsorsCount

GetEntitlementManagementConnectedOrganizationInternalSponsorsCount - Get the number of the resource

func (EntitlementManagementConnectedOrganizationInternalSponsorClient) ListEntitlementManagementConnectedOrganizationInternalSponsorRefs

ListEntitlementManagementConnectedOrganizationInternalSponsorRefs - List internalSponsors. Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization.

func (EntitlementManagementConnectedOrganizationInternalSponsorClient) ListEntitlementManagementConnectedOrganizationInternalSponsorRefsComplete

ListEntitlementManagementConnectedOrganizationInternalSponsorRefsComplete retrieves all the results into a single object

func (EntitlementManagementConnectedOrganizationInternalSponsorClient) ListEntitlementManagementConnectedOrganizationInternalSponsorRefsCompleteMatchingPredicate

ListEntitlementManagementConnectedOrganizationInternalSponsorRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementConnectedOrganizationInternalSponsorClient) ListEntitlementManagementConnectedOrganizationInternalSponsors

ListEntitlementManagementConnectedOrganizationInternalSponsors - List internalSponsors. Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization.

func (EntitlementManagementConnectedOrganizationInternalSponsorClient) ListEntitlementManagementConnectedOrganizationInternalSponsorsComplete

ListEntitlementManagementConnectedOrganizationInternalSponsorsComplete retrieves all the results into a single object

func (EntitlementManagementConnectedOrganizationInternalSponsorClient) ListEntitlementManagementConnectedOrganizationInternalSponsorsCompleteMatchingPredicate

ListEntitlementManagementConnectedOrganizationInternalSponsorsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementConnectedOrganizationInternalSponsorClient) RemoveEntitlementManagementConnectedOrganizationInternalSponsorRef

RemoveEntitlementManagementConnectedOrganizationInternalSponsorRef - Remove connected organization internal sponsor. Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization.

func (EntitlementManagementConnectedOrganizationInternalSponsorClient) RemoveEntitlementManagementConnectedOrganizationInternalSponsorRefs

RemoveEntitlementManagementConnectedOrganizationInternalSponsorRefs - Remove connected organization internal sponsor. Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization.

type GetEntitlementManagementConnectedOrganizationInternalSponsorsCountOperationOptions

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

func (GetEntitlementManagementConnectedOrganizationInternalSponsorsCountOperationOptions) ToHeaders

func (GetEntitlementManagementConnectedOrganizationInternalSponsorsCountOperationOptions) ToOData

func (GetEntitlementManagementConnectedOrganizationInternalSponsorsCountOperationOptions) ToQuery

type GetEntitlementManagementConnectedOrganizationInternalSponsorsCountOperationResponse

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

type ListEntitlementManagementConnectedOrganizationInternalSponsorRefsCompleteResult

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

type ListEntitlementManagementConnectedOrganizationInternalSponsorRefsCustomPager

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

type ListEntitlementManagementConnectedOrganizationInternalSponsorRefsOperationOptions

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

func (ListEntitlementManagementConnectedOrganizationInternalSponsorRefsOperationOptions) ToHeaders

func (ListEntitlementManagementConnectedOrganizationInternalSponsorRefsOperationOptions) ToOData

func (ListEntitlementManagementConnectedOrganizationInternalSponsorRefsOperationOptions) ToQuery

type ListEntitlementManagementConnectedOrganizationInternalSponsorRefsOperationResponse

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

type ListEntitlementManagementConnectedOrganizationInternalSponsorsCompleteResult

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

type ListEntitlementManagementConnectedOrganizationInternalSponsorsCustomPager

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

type ListEntitlementManagementConnectedOrganizationInternalSponsorsOperationOptions

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

func (ListEntitlementManagementConnectedOrganizationInternalSponsorsOperationOptions) ToOData

func (ListEntitlementManagementConnectedOrganizationInternalSponsorsOperationOptions) ToQuery

type ListEntitlementManagementConnectedOrganizationInternalSponsorsOperationResponse

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

type RemoveEntitlementManagementConnectedOrganizationInternalSponsorRefOperationOptions

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

func (RemoveEntitlementManagementConnectedOrganizationInternalSponsorRefOperationOptions) ToHeaders

func (RemoveEntitlementManagementConnectedOrganizationInternalSponsorRefOperationOptions) ToOData

func (RemoveEntitlementManagementConnectedOrganizationInternalSponsorRefOperationOptions) ToQuery

type RemoveEntitlementManagementConnectedOrganizationInternalSponsorRefOperationResponse

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

type RemoveEntitlementManagementConnectedOrganizationInternalSponsorRefsOperationOptions

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

func (RemoveEntitlementManagementConnectedOrganizationInternalSponsorRefsOperationOptions) ToHeaders

func (RemoveEntitlementManagementConnectedOrganizationInternalSponsorRefsOperationOptions) ToOData

func (RemoveEntitlementManagementConnectedOrganizationInternalSponsorRefsOperationOptions) ToQuery

type RemoveEntitlementManagementConnectedOrganizationInternalSponsorRefsOperationResponse

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