crosstenantaccesspolicypartner

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 CreateCrossTenantAccessPolicyPartnerOperationOptions

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

func DefaultCreateCrossTenantAccessPolicyPartnerOperationOptions

func DefaultCreateCrossTenantAccessPolicyPartnerOperationOptions() CreateCrossTenantAccessPolicyPartnerOperationOptions

func (CreateCrossTenantAccessPolicyPartnerOperationOptions) ToHeaders

func (CreateCrossTenantAccessPolicyPartnerOperationOptions) ToOData

func (CreateCrossTenantAccessPolicyPartnerOperationOptions) ToQuery

type CreateCrossTenantAccessPolicyPartnerOperationResponse

type CreateCrossTenantAccessPolicyPartnerOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.CrossTenantAccessPolicyConfigurationPartner
}

type CrossTenantAccessPolicyConfigurationPartnerOperationPredicate

type CrossTenantAccessPolicyConfigurationPartnerOperationPredicate struct {
}

func (CrossTenantAccessPolicyConfigurationPartnerOperationPredicate) Matches

type CrossTenantAccessPolicyPartnerClient

type CrossTenantAccessPolicyPartnerClient struct {
	Client *msgraph.Client
}

func NewCrossTenantAccessPolicyPartnerClientWithBaseURI

func NewCrossTenantAccessPolicyPartnerClientWithBaseURI(sdkApi sdkEnv.Api) (*CrossTenantAccessPolicyPartnerClient, error)

func (CrossTenantAccessPolicyPartnerClient) CreateCrossTenantAccessPolicyPartner

CreateCrossTenantAccessPolicyPartner - Create crossTenantAccessPolicyConfigurationPartner. Create a new partner configuration in a cross-tenant access policy.

func (CrossTenantAccessPolicyPartnerClient) DeleteCrossTenantAccessPolicyPartner

DeleteCrossTenantAccessPolicyPartner - Delete crossTenantAccessPolicyConfigurationPartner. Delete a partner-specific configuration in a cross-tenant access policy. If a configuration includes a user synchronization policy, you must first delete the user synchronization policy before you can delete the partner-specific configuration.

func (CrossTenantAccessPolicyPartnerClient) GetCrossTenantAccessPolicyPartner

GetCrossTenantAccessPolicyPartner - Get crossTenantAccessPolicyConfigurationPartner. Read the properties and relationships of a partner-specific configuration.

func (CrossTenantAccessPolicyPartnerClient) GetCrossTenantAccessPolicyPartnersCount

GetCrossTenantAccessPolicyPartnersCount - Get the number of the resource

func (CrossTenantAccessPolicyPartnerClient) ListCrossTenantAccessPolicyPartners

ListCrossTenantAccessPolicyPartners - List partners. Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations.

func (CrossTenantAccessPolicyPartnerClient) ListCrossTenantAccessPolicyPartnersComplete

ListCrossTenantAccessPolicyPartnersComplete retrieves all the results into a single object

func (CrossTenantAccessPolicyPartnerClient) ListCrossTenantAccessPolicyPartnersCompleteMatchingPredicate

ListCrossTenantAccessPolicyPartnersCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (CrossTenantAccessPolicyPartnerClient) UpdateCrossTenantAccessPolicyPartner

UpdateCrossTenantAccessPolicyPartner - Update crossTenantAccessPolicyConfigurationPartner. Update the properties of a partner-specific configuration.

type DeleteCrossTenantAccessPolicyPartnerOperationOptions

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

func DefaultDeleteCrossTenantAccessPolicyPartnerOperationOptions

func DefaultDeleteCrossTenantAccessPolicyPartnerOperationOptions() DeleteCrossTenantAccessPolicyPartnerOperationOptions

func (DeleteCrossTenantAccessPolicyPartnerOperationOptions) ToHeaders

func (DeleteCrossTenantAccessPolicyPartnerOperationOptions) ToOData

func (DeleteCrossTenantAccessPolicyPartnerOperationOptions) ToQuery

type DeleteCrossTenantAccessPolicyPartnerOperationResponse

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

type GetCrossTenantAccessPolicyPartnerOperationOptions

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

func DefaultGetCrossTenantAccessPolicyPartnerOperationOptions

func DefaultGetCrossTenantAccessPolicyPartnerOperationOptions() GetCrossTenantAccessPolicyPartnerOperationOptions

func (GetCrossTenantAccessPolicyPartnerOperationOptions) ToHeaders

func (GetCrossTenantAccessPolicyPartnerOperationOptions) ToOData

func (GetCrossTenantAccessPolicyPartnerOperationOptions) ToQuery

type GetCrossTenantAccessPolicyPartnerOperationResponse

type GetCrossTenantAccessPolicyPartnerOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.CrossTenantAccessPolicyConfigurationPartner
}

type GetCrossTenantAccessPolicyPartnersCountOperationOptions

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

func (GetCrossTenantAccessPolicyPartnersCountOperationOptions) ToHeaders

func (GetCrossTenantAccessPolicyPartnersCountOperationOptions) ToOData

func (GetCrossTenantAccessPolicyPartnersCountOperationOptions) ToQuery

type GetCrossTenantAccessPolicyPartnersCountOperationResponse

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

type ListCrossTenantAccessPolicyPartnersCompleteResult

type ListCrossTenantAccessPolicyPartnersCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.CrossTenantAccessPolicyConfigurationPartner
}

type ListCrossTenantAccessPolicyPartnersCustomPager

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

type ListCrossTenantAccessPolicyPartnersOperationOptions

type ListCrossTenantAccessPolicyPartnersOperationOptions 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 DefaultListCrossTenantAccessPolicyPartnersOperationOptions

func DefaultListCrossTenantAccessPolicyPartnersOperationOptions() ListCrossTenantAccessPolicyPartnersOperationOptions

func (ListCrossTenantAccessPolicyPartnersOperationOptions) ToHeaders

func (ListCrossTenantAccessPolicyPartnersOperationOptions) ToOData

func (ListCrossTenantAccessPolicyPartnersOperationOptions) ToQuery

type ListCrossTenantAccessPolicyPartnersOperationResponse

type ListCrossTenantAccessPolicyPartnersOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.CrossTenantAccessPolicyConfigurationPartner
}

type UpdateCrossTenantAccessPolicyPartnerOperationOptions

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

func DefaultUpdateCrossTenantAccessPolicyPartnerOperationOptions

func DefaultUpdateCrossTenantAccessPolicyPartnerOperationOptions() UpdateCrossTenantAccessPolicyPartnerOperationOptions

func (UpdateCrossTenantAccessPolicyPartnerOperationOptions) ToHeaders

func (UpdateCrossTenantAccessPolicyPartnerOperationOptions) ToOData

func (UpdateCrossTenantAccessPolicyPartnerOperationOptions) ToQuery

type UpdateCrossTenantAccessPolicyPartnerOperationResponse

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