Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CreatePendingExternalUserProfileOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreatePendingExternalUserProfileOperationOptions() CreatePendingExternalUserProfileOperationOptions + func (o CreatePendingExternalUserProfileOperationOptions) ToHeaders() *client.Headers + func (o CreatePendingExternalUserProfileOperationOptions) ToOData() *odata.Query + func (o CreatePendingExternalUserProfileOperationOptions) ToQuery() *client.QueryParams + type CreatePendingExternalUserProfileOperationResponse struct + HttpResponse *http.Response + Model *beta.PendingExternalUserProfile + OData *odata.OData + type DeletePendingExternalUserProfileOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeletePendingExternalUserProfileOperationOptions() DeletePendingExternalUserProfileOperationOptions + func (o DeletePendingExternalUserProfileOperationOptions) ToHeaders() *client.Headers + func (o DeletePendingExternalUserProfileOperationOptions) ToOData() *odata.Query + func (o DeletePendingExternalUserProfileOperationOptions) ToQuery() *client.QueryParams + type DeletePendingExternalUserProfileOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetPendingExternalUserProfileOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetPendingExternalUserProfileOperationOptions() GetPendingExternalUserProfileOperationOptions + func (o GetPendingExternalUserProfileOperationOptions) ToHeaders() *client.Headers + func (o GetPendingExternalUserProfileOperationOptions) ToOData() *odata.Query + func (o GetPendingExternalUserProfileOperationOptions) ToQuery() *client.QueryParams + type GetPendingExternalUserProfileOperationResponse struct + HttpResponse *http.Response + Model *beta.PendingExternalUserProfile + OData *odata.OData + type GetPendingExternalUserProfilesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetPendingExternalUserProfilesCountOperationOptions() GetPendingExternalUserProfilesCountOperationOptions + func (o GetPendingExternalUserProfilesCountOperationOptions) ToHeaders() *client.Headers + func (o GetPendingExternalUserProfilesCountOperationOptions) ToOData() *odata.Query + func (o GetPendingExternalUserProfilesCountOperationOptions) ToQuery() *client.QueryParams + type GetPendingExternalUserProfilesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListPendingExternalUserProfilesCompleteResult struct + Items []beta.PendingExternalUserProfile + LatestHttpResponse *http.Response + type ListPendingExternalUserProfilesCustomPager struct + NextLink *odata.Link + func (p *ListPendingExternalUserProfilesCustomPager) NextPageLink() *odata.Link + 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() ListPendingExternalUserProfilesOperationOptions + func (o ListPendingExternalUserProfilesOperationOptions) ToHeaders() *client.Headers + func (o ListPendingExternalUserProfilesOperationOptions) ToOData() *odata.Query + func (o ListPendingExternalUserProfilesOperationOptions) ToQuery() *client.QueryParams + type ListPendingExternalUserProfilesOperationResponse struct + HttpResponse *http.Response + Model *[]beta.PendingExternalUserProfile + OData *odata.OData + type PendingExternalUserProfileClient struct + Client *msgraph.Client + func NewPendingExternalUserProfileClientWithBaseURI(sdkApi sdkEnv.Api) (*PendingExternalUserProfileClient, error) + func (c PendingExternalUserProfileClient) CreatePendingExternalUserProfile(ctx context.Context, input beta.PendingExternalUserProfile, ...) (result CreatePendingExternalUserProfileOperationResponse, err error) + func (c PendingExternalUserProfileClient) DeletePendingExternalUserProfile(ctx context.Context, id beta.DirectoryPendingExternalUserProfileId, ...) (result DeletePendingExternalUserProfileOperationResponse, err error) + func (c PendingExternalUserProfileClient) GetPendingExternalUserProfile(ctx context.Context, id beta.DirectoryPendingExternalUserProfileId, ...) (result GetPendingExternalUserProfileOperationResponse, err error) + func (c PendingExternalUserProfileClient) GetPendingExternalUserProfilesCount(ctx context.Context, ...) (result GetPendingExternalUserProfilesCountOperationResponse, err error) + func (c PendingExternalUserProfileClient) ListPendingExternalUserProfiles(ctx context.Context, options ListPendingExternalUserProfilesOperationOptions) (result ListPendingExternalUserProfilesOperationResponse, err error) + func (c PendingExternalUserProfileClient) ListPendingExternalUserProfilesComplete(ctx context.Context, options ListPendingExternalUserProfilesOperationOptions) (ListPendingExternalUserProfilesCompleteResult, error) + func (c PendingExternalUserProfileClient) ListPendingExternalUserProfilesCompleteMatchingPredicate(ctx context.Context, options ListPendingExternalUserProfilesOperationOptions, ...) (result ListPendingExternalUserProfilesCompleteResult, err error) + func (c PendingExternalUserProfileClient) UpdatePendingExternalUserProfile(ctx context.Context, id beta.DirectoryPendingExternalUserProfileId, ...) (result UpdatePendingExternalUserProfileOperationResponse, err error) + type PendingExternalUserProfileOperationPredicate struct + func (p PendingExternalUserProfileOperationPredicate) Matches(input beta.PendingExternalUserProfile) bool + type UpdatePendingExternalUserProfileOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdatePendingExternalUserProfileOperationOptions() UpdatePendingExternalUserProfileOperationOptions + func (o UpdatePendingExternalUserProfileOperationOptions) ToHeaders() *client.Headers + func (o UpdatePendingExternalUserProfileOperationOptions) ToOData() *odata.Query + func (o UpdatePendingExternalUserProfileOperationOptions) ToQuery() *client.QueryParams + type UpdatePendingExternalUserProfileOperationResponse struct + HttpResponse *http.Response + OData *odata.OData