exchangecustomappscope

package
v0.20241009.1142232 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 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 CreateExchangeCustomAppScopeOperationOptions

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

func DefaultCreateExchangeCustomAppScopeOperationOptions

func DefaultCreateExchangeCustomAppScopeOperationOptions() CreateExchangeCustomAppScopeOperationOptions

func (CreateExchangeCustomAppScopeOperationOptions) ToHeaders

func (CreateExchangeCustomAppScopeOperationOptions) ToOData

func (CreateExchangeCustomAppScopeOperationOptions) ToQuery

type CreateExchangeCustomAppScopeOperationResponse

type CreateExchangeCustomAppScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.CustomAppScope
}

type CustomAppScopeOperationPredicate

type CustomAppScopeOperationPredicate struct {
}

func (CustomAppScopeOperationPredicate) Matches

type DeleteExchangeCustomAppScopeOperationOptions

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

func DefaultDeleteExchangeCustomAppScopeOperationOptions

func DefaultDeleteExchangeCustomAppScopeOperationOptions() DeleteExchangeCustomAppScopeOperationOptions

func (DeleteExchangeCustomAppScopeOperationOptions) ToHeaders

func (DeleteExchangeCustomAppScopeOperationOptions) ToOData

func (DeleteExchangeCustomAppScopeOperationOptions) ToQuery

type DeleteExchangeCustomAppScopeOperationResponse

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

type ExchangeCustomAppScopeClient

type ExchangeCustomAppScopeClient struct {
	Client *msgraph.Client
}

func NewExchangeCustomAppScopeClientWithBaseURI

func NewExchangeCustomAppScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*ExchangeCustomAppScopeClient, error)

func (ExchangeCustomAppScopeClient) CreateExchangeCustomAppScope

CreateExchangeCustomAppScope - Create customAppScope. Create a new customAppScope object for an RBAC provider. Currently only the Exchange Online RBAC provider is supported.

func (ExchangeCustomAppScopeClient) DeleteExchangeCustomAppScope

DeleteExchangeCustomAppScope - Delete customAppScope. Delete a customAppScope object of an RBAC provider. Currently only the Exchange Online RBAC provider is supported.

func (ExchangeCustomAppScopeClient) GetExchangeCustomAppScope

GetExchangeCustomAppScope - Get customAppScope. Get the properties of a customAppScope object for an RBAC provider. Currently only the Exchange Online RBAC provider is supported.

func (ExchangeCustomAppScopeClient) GetExchangeCustomAppScopesCount

GetExchangeCustomAppScopesCount - Get the number of the resource

func (ExchangeCustomAppScopeClient) ListExchangeCustomAppScopes

ListExchangeCustomAppScopes - List customAppScopes. Get a list of customAppScope objects for an RBAC provider. Currently only the Exchange Online RBAC provider is supported.

func (ExchangeCustomAppScopeClient) ListExchangeCustomAppScopesComplete

ListExchangeCustomAppScopesComplete retrieves all the results into a single object

func (ExchangeCustomAppScopeClient) ListExchangeCustomAppScopesCompleteMatchingPredicate

func (c ExchangeCustomAppScopeClient) ListExchangeCustomAppScopesCompleteMatchingPredicate(ctx context.Context, options ListExchangeCustomAppScopesOperationOptions, predicate CustomAppScopeOperationPredicate) (result ListExchangeCustomAppScopesCompleteResult, err error)

ListExchangeCustomAppScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ExchangeCustomAppScopeClient) UpdateExchangeCustomAppScope

UpdateExchangeCustomAppScope - Update customAppScope. Update an existing customAppScope object of an RBAC provider. Currently only the Exchange Online RBAC provider is supported.

type GetExchangeCustomAppScopeOperationOptions

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

func DefaultGetExchangeCustomAppScopeOperationOptions

func DefaultGetExchangeCustomAppScopeOperationOptions() GetExchangeCustomAppScopeOperationOptions

func (GetExchangeCustomAppScopeOperationOptions) ToHeaders

func (GetExchangeCustomAppScopeOperationOptions) ToOData

func (GetExchangeCustomAppScopeOperationOptions) ToQuery

type GetExchangeCustomAppScopeOperationResponse

type GetExchangeCustomAppScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.CustomAppScope
}

type GetExchangeCustomAppScopesCountOperationOptions

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

func DefaultGetExchangeCustomAppScopesCountOperationOptions

func DefaultGetExchangeCustomAppScopesCountOperationOptions() GetExchangeCustomAppScopesCountOperationOptions

func (GetExchangeCustomAppScopesCountOperationOptions) ToHeaders

func (GetExchangeCustomAppScopesCountOperationOptions) ToOData

func (GetExchangeCustomAppScopesCountOperationOptions) ToQuery

type GetExchangeCustomAppScopesCountOperationResponse

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

type ListExchangeCustomAppScopesCompleteResult

type ListExchangeCustomAppScopesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.CustomAppScope
}

type ListExchangeCustomAppScopesCustomPager

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

type ListExchangeCustomAppScopesOperationOptions

type ListExchangeCustomAppScopesOperationOptions 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 DefaultListExchangeCustomAppScopesOperationOptions

func DefaultListExchangeCustomAppScopesOperationOptions() ListExchangeCustomAppScopesOperationOptions

func (ListExchangeCustomAppScopesOperationOptions) ToHeaders

func (ListExchangeCustomAppScopesOperationOptions) ToOData

func (ListExchangeCustomAppScopesOperationOptions) ToQuery

type ListExchangeCustomAppScopesOperationResponse

type ListExchangeCustomAppScopesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.CustomAppScope
}

type UpdateExchangeCustomAppScopeOperationOptions

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

func DefaultUpdateExchangeCustomAppScopeOperationOptions

func DefaultUpdateExchangeCustomAppScopeOperationOptions() UpdateExchangeCustomAppScopeOperationOptions

func (UpdateExchangeCustomAppScopeOperationOptions) ToHeaders

func (UpdateExchangeCustomAppScopeOperationOptions) ToOData

func (UpdateExchangeCustomAppScopeOperationOptions) ToQuery

type UpdateExchangeCustomAppScopeOperationResponse

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