pendingexternaluserprofile

package
v0.20241126.1723 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatePendingExternalUserProfileOperationOptions

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

func DefaultCreatePendingExternalUserProfileOperationOptions

func DefaultCreatePendingExternalUserProfileOperationOptions() CreatePendingExternalUserProfileOperationOptions

func (CreatePendingExternalUserProfileOperationOptions) ToHeaders

func (CreatePendingExternalUserProfileOperationOptions) ToOData

func (CreatePendingExternalUserProfileOperationOptions) ToQuery

type CreatePendingExternalUserProfileOperationResponse

type CreatePendingExternalUserProfileOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PendingExternalUserProfile
}

type DeletePendingExternalUserProfileOperationOptions

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

func DefaultDeletePendingExternalUserProfileOperationOptions

func DefaultDeletePendingExternalUserProfileOperationOptions() DeletePendingExternalUserProfileOperationOptions

func (DeletePendingExternalUserProfileOperationOptions) ToHeaders

func (DeletePendingExternalUserProfileOperationOptions) ToOData

func (DeletePendingExternalUserProfileOperationOptions) ToQuery

type DeletePendingExternalUserProfileOperationResponse

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

type GetPendingExternalUserProfileOperationOptions

type GetPendingExternalUserProfileOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetPendingExternalUserProfileOperationOptions

func DefaultGetPendingExternalUserProfileOperationOptions() GetPendingExternalUserProfileOperationOptions

func (GetPendingExternalUserProfileOperationOptions) ToHeaders

func (GetPendingExternalUserProfileOperationOptions) ToOData

func (GetPendingExternalUserProfileOperationOptions) ToQuery

type GetPendingExternalUserProfileOperationResponse

type GetPendingExternalUserProfileOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PendingExternalUserProfile
}

type GetPendingExternalUserProfilesCountOperationOptions

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

func DefaultGetPendingExternalUserProfilesCountOperationOptions

func DefaultGetPendingExternalUserProfilesCountOperationOptions() GetPendingExternalUserProfilesCountOperationOptions

func (GetPendingExternalUserProfilesCountOperationOptions) ToHeaders

func (GetPendingExternalUserProfilesCountOperationOptions) ToOData

func (GetPendingExternalUserProfilesCountOperationOptions) ToQuery

type GetPendingExternalUserProfilesCountOperationResponse

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

type ListPendingExternalUserProfilesCompleteResult

type ListPendingExternalUserProfilesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.PendingExternalUserProfile
}

type ListPendingExternalUserProfilesCustomPager

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

type ListPendingExternalUserProfilesOperationOptions

type ListPendingExternalUserProfilesOperationOptions 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 DefaultListPendingExternalUserProfilesOperationOptions

func DefaultListPendingExternalUserProfilesOperationOptions() ListPendingExternalUserProfilesOperationOptions

func (ListPendingExternalUserProfilesOperationOptions) ToHeaders

func (ListPendingExternalUserProfilesOperationOptions) ToOData

func (ListPendingExternalUserProfilesOperationOptions) ToQuery

type ListPendingExternalUserProfilesOperationResponse

type ListPendingExternalUserProfilesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.PendingExternalUserProfile
}

type PendingExternalUserProfileClient

type PendingExternalUserProfileClient struct {
	Client *msgraph.Client
}

func NewPendingExternalUserProfileClientWithBaseURI

func NewPendingExternalUserProfileClientWithBaseURI(sdkApi sdkEnv.Api) (*PendingExternalUserProfileClient, error)

func (PendingExternalUserProfileClient) CreatePendingExternalUserProfile

CreatePendingExternalUserProfile - Create pendingExternalUserProfile. Create a new pendingExternalUserProfile object.

func (PendingExternalUserProfileClient) DeletePendingExternalUserProfile

DeletePendingExternalUserProfile - Delete pendingExternalUserProfile. Delete a pendingExternalUserProfile object. Note: To permanently delete the pendingExternalUserProfile, follow permanently delete an item. To restore a pendingExternalUserProfile, follow restore a deleted item.

func (PendingExternalUserProfileClient) GetPendingExternalUserProfile

GetPendingExternalUserProfile - Get pendingExternalUserProfile. Retrieve the properties of a specific pendingExternalUserProfile.

func (PendingExternalUserProfileClient) GetPendingExternalUserProfilesCount

GetPendingExternalUserProfilesCount - Get the number of the resource

func (PendingExternalUserProfileClient) ListPendingExternalUserProfiles

ListPendingExternalUserProfiles - List pendingExternalUserProfiles. Retrieve the properties of all pendingExternalUserProfiles.

func (PendingExternalUserProfileClient) ListPendingExternalUserProfilesComplete

ListPendingExternalUserProfilesComplete retrieves all the results into a single object

func (PendingExternalUserProfileClient) ListPendingExternalUserProfilesCompleteMatchingPredicate

ListPendingExternalUserProfilesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (PendingExternalUserProfileClient) UpdatePendingExternalUserProfile

UpdatePendingExternalUserProfile - Update pendingExternalUserProfile. Update the properties of a pendingExternalUserProfile object.

type PendingExternalUserProfileOperationPredicate

type PendingExternalUserProfileOperationPredicate struct {
}

func (PendingExternalUserProfileOperationPredicate) Matches

type UpdatePendingExternalUserProfileOperationOptions

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

func DefaultUpdatePendingExternalUserProfileOperationOptions

func DefaultUpdatePendingExternalUserProfileOperationOptions() UpdatePendingExternalUserProfileOperationOptions

func (UpdatePendingExternalUserProfileOperationOptions) ToHeaders

func (UpdatePendingExternalUserProfileOperationOptions) ToOData

func (UpdatePendingExternalUserProfileOperationOptions) ToQuery

type UpdatePendingExternalUserProfileOperationResponse

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