outboundshareduserprofile

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: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOutboundSharedUserProfileOperationOptions

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

func DefaultCreateOutboundSharedUserProfileOperationOptions

func DefaultCreateOutboundSharedUserProfileOperationOptions() CreateOutboundSharedUserProfileOperationOptions

func (CreateOutboundSharedUserProfileOperationOptions) ToHeaders

func (CreateOutboundSharedUserProfileOperationOptions) ToOData

func (CreateOutboundSharedUserProfileOperationOptions) ToQuery

type CreateOutboundSharedUserProfileOperationResponse

type CreateOutboundSharedUserProfileOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.OutboundSharedUserProfile
}

type DeleteOutboundSharedUserProfileOperationOptions

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

func DefaultDeleteOutboundSharedUserProfileOperationOptions

func DefaultDeleteOutboundSharedUserProfileOperationOptions() DeleteOutboundSharedUserProfileOperationOptions

func (DeleteOutboundSharedUserProfileOperationOptions) ToHeaders

func (DeleteOutboundSharedUserProfileOperationOptions) ToOData

func (DeleteOutboundSharedUserProfileOperationOptions) ToQuery

type DeleteOutboundSharedUserProfileOperationResponse

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

type GetOutboundSharedUserProfileOperationOptions

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

func DefaultGetOutboundSharedUserProfileOperationOptions

func DefaultGetOutboundSharedUserProfileOperationOptions() GetOutboundSharedUserProfileOperationOptions

func (GetOutboundSharedUserProfileOperationOptions) ToHeaders

func (GetOutboundSharedUserProfileOperationOptions) ToOData

func (GetOutboundSharedUserProfileOperationOptions) ToQuery

type GetOutboundSharedUserProfileOperationResponse

type GetOutboundSharedUserProfileOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.OutboundSharedUserProfile
}

type GetOutboundSharedUserProfilesCountOperationOptions

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

func DefaultGetOutboundSharedUserProfilesCountOperationOptions

func DefaultGetOutboundSharedUserProfilesCountOperationOptions() GetOutboundSharedUserProfilesCountOperationOptions

func (GetOutboundSharedUserProfilesCountOperationOptions) ToHeaders

func (GetOutboundSharedUserProfilesCountOperationOptions) ToOData

func (GetOutboundSharedUserProfilesCountOperationOptions) ToQuery

type GetOutboundSharedUserProfilesCountOperationResponse

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

type ListOutboundSharedUserProfilesCompleteResult

type ListOutboundSharedUserProfilesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.OutboundSharedUserProfile
}

type ListOutboundSharedUserProfilesCustomPager

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

type ListOutboundSharedUserProfilesOperationOptions

type ListOutboundSharedUserProfilesOperationOptions 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 DefaultListOutboundSharedUserProfilesOperationOptions

func DefaultListOutboundSharedUserProfilesOperationOptions() ListOutboundSharedUserProfilesOperationOptions

func (ListOutboundSharedUserProfilesOperationOptions) ToHeaders

func (ListOutboundSharedUserProfilesOperationOptions) ToOData

func (ListOutboundSharedUserProfilesOperationOptions) ToQuery

type ListOutboundSharedUserProfilesOperationResponse

type ListOutboundSharedUserProfilesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.OutboundSharedUserProfile
}

type OutboundSharedUserProfileClient

type OutboundSharedUserProfileClient struct {
	Client *msgraph.Client
}

func NewOutboundSharedUserProfileClientWithBaseURI

func NewOutboundSharedUserProfileClientWithBaseURI(sdkApi sdkEnv.Api) (*OutboundSharedUserProfileClient, error)

func (OutboundSharedUserProfileClient) CreateOutboundSharedUserProfile

CreateOutboundSharedUserProfile - Create new navigation property to outboundSharedUserProfiles for directory

func (OutboundSharedUserProfileClient) DeleteOutboundSharedUserProfile

DeleteOutboundSharedUserProfile - Delete navigation property outboundSharedUserProfiles for directory

func (OutboundSharedUserProfileClient) GetOutboundSharedUserProfile

GetOutboundSharedUserProfile - Get outboundSharedUserProfile. Get the details of an outboundSharedUserProfile.

func (OutboundSharedUserProfileClient) GetOutboundSharedUserProfilesCount

GetOutboundSharedUserProfilesCount - Get the number of the resource

func (OutboundSharedUserProfileClient) ListOutboundSharedUserProfiles

ListOutboundSharedUserProfiles - List outboundSharedUserProfiles. Retrieve the properties of all outboundSharedUserProfiles.

func (OutboundSharedUserProfileClient) ListOutboundSharedUserProfilesComplete

ListOutboundSharedUserProfilesComplete retrieves all the results into a single object

func (OutboundSharedUserProfileClient) ListOutboundSharedUserProfilesCompleteMatchingPredicate

ListOutboundSharedUserProfilesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (OutboundSharedUserProfileClient) UpdateOutboundSharedUserProfile

UpdateOutboundSharedUserProfile - Update the navigation property outboundSharedUserProfiles in directory

type OutboundSharedUserProfileOperationPredicate

type OutboundSharedUserProfileOperationPredicate struct {
}

func (OutboundSharedUserProfileOperationPredicate) Matches

type UpdateOutboundSharedUserProfileOperationOptions

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

func DefaultUpdateOutboundSharedUserProfileOperationOptions

func DefaultUpdateOutboundSharedUserProfileOperationOptions() UpdateOutboundSharedUserProfileOperationOptions

func (UpdateOutboundSharedUserProfileOperationOptions) ToHeaders

func (UpdateOutboundSharedUserProfileOperationOptions) ToOData

func (UpdateOutboundSharedUserProfileOperationOptions) ToQuery

type UpdateOutboundSharedUserProfileOperationResponse

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