Documentation ¶
Index ¶
- type CreatePendingExternalUserProfileOperationOptions
- type CreatePendingExternalUserProfileOperationResponse
- type DeletePendingExternalUserProfileOperationOptions
- type DeletePendingExternalUserProfileOperationResponse
- type GetPendingExternalUserProfileOperationOptions
- type GetPendingExternalUserProfileOperationResponse
- type GetPendingExternalUserProfilesCountOperationOptions
- type GetPendingExternalUserProfilesCountOperationResponse
- type ListPendingExternalUserProfilesCompleteResult
- type ListPendingExternalUserProfilesCustomPager
- type ListPendingExternalUserProfilesOperationOptions
- type ListPendingExternalUserProfilesOperationResponse
- type PendingExternalUserProfileClient
- 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
- type UpdatePendingExternalUserProfileOperationOptions
- type UpdatePendingExternalUserProfileOperationResponse
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 (o CreatePendingExternalUserProfileOperationOptions) ToHeaders() *client.Headers
func (CreatePendingExternalUserProfileOperationOptions) ToOData ¶
func (o CreatePendingExternalUserProfileOperationOptions) ToOData() *odata.Query
func (CreatePendingExternalUserProfileOperationOptions) ToQuery ¶
func (o CreatePendingExternalUserProfileOperationOptions) ToQuery() *client.QueryParams
type DeletePendingExternalUserProfileOperationOptions ¶
type DeletePendingExternalUserProfileOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeletePendingExternalUserProfileOperationOptions ¶
func DefaultDeletePendingExternalUserProfileOperationOptions() DeletePendingExternalUserProfileOperationOptions
func (DeletePendingExternalUserProfileOperationOptions) ToHeaders ¶
func (o DeletePendingExternalUserProfileOperationOptions) ToHeaders() *client.Headers
func (DeletePendingExternalUserProfileOperationOptions) ToOData ¶
func (o DeletePendingExternalUserProfileOperationOptions) ToOData() *odata.Query
func (DeletePendingExternalUserProfileOperationOptions) ToQuery ¶
func (o DeletePendingExternalUserProfileOperationOptions) ToQuery() *client.QueryParams
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 (o GetPendingExternalUserProfileOperationOptions) ToHeaders() *client.Headers
func (GetPendingExternalUserProfileOperationOptions) ToOData ¶
func (o GetPendingExternalUserProfileOperationOptions) ToOData() *odata.Query
func (GetPendingExternalUserProfileOperationOptions) ToQuery ¶
func (o GetPendingExternalUserProfileOperationOptions) ToQuery() *client.QueryParams
type GetPendingExternalUserProfilesCountOperationOptions ¶
type GetPendingExternalUserProfilesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetPendingExternalUserProfilesCountOperationOptions ¶
func DefaultGetPendingExternalUserProfilesCountOperationOptions() GetPendingExternalUserProfilesCountOperationOptions
func (GetPendingExternalUserProfilesCountOperationOptions) ToHeaders ¶
func (o GetPendingExternalUserProfilesCountOperationOptions) ToHeaders() *client.Headers
func (GetPendingExternalUserProfilesCountOperationOptions) ToOData ¶
func (o GetPendingExternalUserProfilesCountOperationOptions) ToOData() *odata.Query
func (GetPendingExternalUserProfilesCountOperationOptions) ToQuery ¶
func (o GetPendingExternalUserProfilesCountOperationOptions) ToQuery() *client.QueryParams
type ListPendingExternalUserProfilesCompleteResult ¶
type ListPendingExternalUserProfilesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.PendingExternalUserProfile }
type ListPendingExternalUserProfilesCustomPager ¶
type ListPendingExternalUserProfilesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListPendingExternalUserProfilesCustomPager) NextPageLink ¶
func (p *ListPendingExternalUserProfilesCustomPager) NextPageLink() *odata.Link
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 (o ListPendingExternalUserProfilesOperationOptions) ToHeaders() *client.Headers
func (ListPendingExternalUserProfilesOperationOptions) ToOData ¶
func (o ListPendingExternalUserProfilesOperationOptions) ToOData() *odata.Query
func (ListPendingExternalUserProfilesOperationOptions) ToQuery ¶
func (o ListPendingExternalUserProfilesOperationOptions) ToQuery() *client.QueryParams
type PendingExternalUserProfileClient ¶
func NewPendingExternalUserProfileClientWithBaseURI ¶
func NewPendingExternalUserProfileClientWithBaseURI(sdkApi sdkEnv.Api) (*PendingExternalUserProfileClient, error)
func (PendingExternalUserProfileClient) CreatePendingExternalUserProfile ¶
func (c PendingExternalUserProfileClient) CreatePendingExternalUserProfile(ctx context.Context, input beta.PendingExternalUserProfile, options CreatePendingExternalUserProfileOperationOptions) (result CreatePendingExternalUserProfileOperationResponse, err error)
CreatePendingExternalUserProfile - Create pendingExternalUserProfile. Create a new pendingExternalUserProfile object.
func (PendingExternalUserProfileClient) DeletePendingExternalUserProfile ¶
func (c PendingExternalUserProfileClient) DeletePendingExternalUserProfile(ctx context.Context, id beta.DirectoryPendingExternalUserProfileId, options DeletePendingExternalUserProfileOperationOptions) (result DeletePendingExternalUserProfileOperationResponse, err error)
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 ¶
func (c PendingExternalUserProfileClient) GetPendingExternalUserProfile(ctx context.Context, id beta.DirectoryPendingExternalUserProfileId, options GetPendingExternalUserProfileOperationOptions) (result GetPendingExternalUserProfileOperationResponse, err error)
GetPendingExternalUserProfile - Get pendingExternalUserProfile. Retrieve the properties of a specific pendingExternalUserProfile.
func (PendingExternalUserProfileClient) GetPendingExternalUserProfilesCount ¶
func (c PendingExternalUserProfileClient) GetPendingExternalUserProfilesCount(ctx context.Context, options GetPendingExternalUserProfilesCountOperationOptions) (result GetPendingExternalUserProfilesCountOperationResponse, err error)
GetPendingExternalUserProfilesCount - Get the number of the resource
func (PendingExternalUserProfileClient) ListPendingExternalUserProfiles ¶
func (c PendingExternalUserProfileClient) ListPendingExternalUserProfiles(ctx context.Context, options ListPendingExternalUserProfilesOperationOptions) (result ListPendingExternalUserProfilesOperationResponse, err error)
ListPendingExternalUserProfiles - List pendingExternalUserProfiles. Retrieve the properties of all pendingExternalUserProfiles.
func (PendingExternalUserProfileClient) ListPendingExternalUserProfilesComplete ¶
func (c PendingExternalUserProfileClient) ListPendingExternalUserProfilesComplete(ctx context.Context, options ListPendingExternalUserProfilesOperationOptions) (ListPendingExternalUserProfilesCompleteResult, error)
ListPendingExternalUserProfilesComplete retrieves all the results into a single object
func (PendingExternalUserProfileClient) ListPendingExternalUserProfilesCompleteMatchingPredicate ¶
func (c PendingExternalUserProfileClient) ListPendingExternalUserProfilesCompleteMatchingPredicate(ctx context.Context, options ListPendingExternalUserProfilesOperationOptions, predicate PendingExternalUserProfileOperationPredicate) (result ListPendingExternalUserProfilesCompleteResult, err error)
ListPendingExternalUserProfilesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (PendingExternalUserProfileClient) UpdatePendingExternalUserProfile ¶
func (c PendingExternalUserProfileClient) UpdatePendingExternalUserProfile(ctx context.Context, id beta.DirectoryPendingExternalUserProfileId, input beta.PendingExternalUserProfile, options UpdatePendingExternalUserProfileOperationOptions) (result UpdatePendingExternalUserProfileOperationResponse, err error)
UpdatePendingExternalUserProfile - Update pendingExternalUserProfile. Update the properties of a pendingExternalUserProfile object.
type PendingExternalUserProfileOperationPredicate ¶
type PendingExternalUserProfileOperationPredicate struct { }
func (PendingExternalUserProfileOperationPredicate) Matches ¶
func (p PendingExternalUserProfileOperationPredicate) Matches(input beta.PendingExternalUserProfile) bool
type UpdatePendingExternalUserProfileOperationOptions ¶
type UpdatePendingExternalUserProfileOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdatePendingExternalUserProfileOperationOptions ¶
func DefaultUpdatePendingExternalUserProfileOperationOptions() UpdatePendingExternalUserProfileOperationOptions
func (UpdatePendingExternalUserProfileOperationOptions) ToHeaders ¶
func (o UpdatePendingExternalUserProfileOperationOptions) ToHeaders() *client.Headers
func (UpdatePendingExternalUserProfileOperationOptions) ToOData ¶
func (o UpdatePendingExternalUserProfileOperationOptions) ToOData() *odata.Query
func (UpdatePendingExternalUserProfileOperationOptions) ToQuery ¶
func (o UpdatePendingExternalUserProfileOperationOptions) ToQuery() *client.QueryParams