outboundshareduserprofiletenant

package
v0.20241126.2320 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 CreateOutboundSharedUserProfileTenantOperationOptions

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

func DefaultCreateOutboundSharedUserProfileTenantOperationOptions

func DefaultCreateOutboundSharedUserProfileTenantOperationOptions() CreateOutboundSharedUserProfileTenantOperationOptions

func (CreateOutboundSharedUserProfileTenantOperationOptions) ToHeaders

func (CreateOutboundSharedUserProfileTenantOperationOptions) ToOData

func (CreateOutboundSharedUserProfileTenantOperationOptions) ToQuery

type CreateOutboundSharedUserProfileTenantOperationResponse

type CreateOutboundSharedUserProfileTenantOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.TenantReference
}

type DeleteOutboundSharedUserProfileTenantOperationOptions

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

func DefaultDeleteOutboundSharedUserProfileTenantOperationOptions

func DefaultDeleteOutboundSharedUserProfileTenantOperationOptions() DeleteOutboundSharedUserProfileTenantOperationOptions

func (DeleteOutboundSharedUserProfileTenantOperationOptions) ToHeaders

func (DeleteOutboundSharedUserProfileTenantOperationOptions) ToOData

func (DeleteOutboundSharedUserProfileTenantOperationOptions) ToQuery

type DeleteOutboundSharedUserProfileTenantOperationResponse

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

type GetOutboundSharedUserProfileTenantOperationOptions

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

func DefaultGetOutboundSharedUserProfileTenantOperationOptions

func DefaultGetOutboundSharedUserProfileTenantOperationOptions() GetOutboundSharedUserProfileTenantOperationOptions

func (GetOutboundSharedUserProfileTenantOperationOptions) ToHeaders

func (GetOutboundSharedUserProfileTenantOperationOptions) ToOData

func (GetOutboundSharedUserProfileTenantOperationOptions) ToQuery

type GetOutboundSharedUserProfileTenantOperationResponse

type GetOutboundSharedUserProfileTenantOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.TenantReference
}

type GetOutboundSharedUserProfileTenantsCountOperationOptions

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

func (GetOutboundSharedUserProfileTenantsCountOperationOptions) ToHeaders

func (GetOutboundSharedUserProfileTenantsCountOperationOptions) ToOData

func (GetOutboundSharedUserProfileTenantsCountOperationOptions) ToQuery

type GetOutboundSharedUserProfileTenantsCountOperationResponse

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

type ListOutboundSharedUserProfileTenantsCompleteResult

type ListOutboundSharedUserProfileTenantsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.TenantReference
}

type ListOutboundSharedUserProfileTenantsCustomPager

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

type ListOutboundSharedUserProfileTenantsOperationOptions

type ListOutboundSharedUserProfileTenantsOperationOptions 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 DefaultListOutboundSharedUserProfileTenantsOperationOptions

func DefaultListOutboundSharedUserProfileTenantsOperationOptions() ListOutboundSharedUserProfileTenantsOperationOptions

func (ListOutboundSharedUserProfileTenantsOperationOptions) ToHeaders

func (ListOutboundSharedUserProfileTenantsOperationOptions) ToOData

func (ListOutboundSharedUserProfileTenantsOperationOptions) ToQuery

type ListOutboundSharedUserProfileTenantsOperationResponse

type ListOutboundSharedUserProfileTenantsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.TenantReference
}

type OutboundSharedUserProfileTenantClient

type OutboundSharedUserProfileTenantClient struct {
	Client *msgraph.Client
}

func NewOutboundSharedUserProfileTenantClientWithBaseURI

func NewOutboundSharedUserProfileTenantClientWithBaseURI(sdkApi sdkEnv.Api) (*OutboundSharedUserProfileTenantClient, error)

func (OutboundSharedUserProfileTenantClient) CreateOutboundSharedUserProfileTenant

CreateOutboundSharedUserProfileTenant - Create new navigation property to tenants for directory

func (OutboundSharedUserProfileTenantClient) DeleteOutboundSharedUserProfileTenant

DeleteOutboundSharedUserProfileTenant - Delete navigation property tenants for directory

func (OutboundSharedUserProfileTenantClient) GetOutboundSharedUserProfileTenant

GetOutboundSharedUserProfileTenant - Get tenants from directory. The collection of external Microsoft Entra tenants that the user shared profile data with. Read-only.

func (OutboundSharedUserProfileTenantClient) GetOutboundSharedUserProfileTenantsCount

GetOutboundSharedUserProfileTenantsCount - Get the number of the resource

func (OutboundSharedUserProfileTenantClient) ListOutboundSharedUserProfileTenants

ListOutboundSharedUserProfileTenants - Get tenantReferences. List the tenant references of an outboundSharedUserProfile.

func (OutboundSharedUserProfileTenantClient) ListOutboundSharedUserProfileTenantsComplete

ListOutboundSharedUserProfileTenantsComplete retrieves all the results into a single object

func (OutboundSharedUserProfileTenantClient) ListOutboundSharedUserProfileTenantsCompleteMatchingPredicate

ListOutboundSharedUserProfileTenantsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (OutboundSharedUserProfileTenantClient) RemoveOutboundSharedUserProfileTenantPersonalData

RemoveOutboundSharedUserProfileTenantPersonalData - Invoke action removePersonalData. Create a request to remove the personal data for an outboundSharedUserProfile.

func (OutboundSharedUserProfileTenantClient) UpdateOutboundSharedUserProfileTenant

UpdateOutboundSharedUserProfileTenant - Update the navigation property tenants in directory

type RemoveOutboundSharedUserProfileTenantPersonalDataOperationOptions

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

func (RemoveOutboundSharedUserProfileTenantPersonalDataOperationOptions) ToHeaders

func (RemoveOutboundSharedUserProfileTenantPersonalDataOperationOptions) ToOData

func (RemoveOutboundSharedUserProfileTenantPersonalDataOperationOptions) ToQuery

type RemoveOutboundSharedUserProfileTenantPersonalDataOperationResponse

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

type TenantReferenceOperationPredicate

type TenantReferenceOperationPredicate struct {
}

func (TenantReferenceOperationPredicate) Matches

type UpdateOutboundSharedUserProfileTenantOperationOptions

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

func DefaultUpdateOutboundSharedUserProfileTenantOperationOptions

func DefaultUpdateOutboundSharedUserProfileTenantOperationOptions() UpdateOutboundSharedUserProfileTenantOperationOptions

func (UpdateOutboundSharedUserProfileTenantOperationOptions) ToHeaders

func (UpdateOutboundSharedUserProfileTenantOperationOptions) ToOData

func (UpdateOutboundSharedUserProfileTenantOperationOptions) ToQuery

type UpdateOutboundSharedUserProfileTenantOperationResponse

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