Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type GetManagedAppRegistrationOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetManagedAppRegistrationOperationOptions() GetManagedAppRegistrationOperationOptions + func (o GetManagedAppRegistrationOperationOptions) ToHeaders() *client.Headers + func (o GetManagedAppRegistrationOperationOptions) ToOData() *odata.Query + func (o GetManagedAppRegistrationOperationOptions) ToQuery() *client.QueryParams + type GetManagedAppRegistrationOperationResponse struct + HttpResponse *http.Response + Model stable.ManagedAppRegistration + OData *odata.OData + type GetManagedAppRegistrationsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetManagedAppRegistrationsCountOperationOptions() GetManagedAppRegistrationsCountOperationOptions + func (o GetManagedAppRegistrationsCountOperationOptions) ToHeaders() *client.Headers + func (o GetManagedAppRegistrationsCountOperationOptions) ToOData() *odata.Query + func (o GetManagedAppRegistrationsCountOperationOptions) ToQuery() *client.QueryParams + type GetManagedAppRegistrationsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListManagedAppRegistrationsCompleteResult struct + Items []stable.ManagedAppRegistration + LatestHttpResponse *http.Response + type ListManagedAppRegistrationsCustomPager struct + NextLink *odata.Link + func (p *ListManagedAppRegistrationsCustomPager) NextPageLink() *odata.Link + type ListManagedAppRegistrationsOperationOptions 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 DefaultListManagedAppRegistrationsOperationOptions() ListManagedAppRegistrationsOperationOptions + func (o ListManagedAppRegistrationsOperationOptions) ToHeaders() *client.Headers + func (o ListManagedAppRegistrationsOperationOptions) ToOData() *odata.Query + func (o ListManagedAppRegistrationsOperationOptions) ToQuery() *client.QueryParams + type ListManagedAppRegistrationsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.ManagedAppRegistration + OData *odata.OData + type ManagedAppRegistrationClient struct + Client *msgraph.Client + func NewManagedAppRegistrationClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedAppRegistrationClient, error) + func (c ManagedAppRegistrationClient) GetManagedAppRegistration(ctx context.Context, id stable.UserIdManagedAppRegistrationId, ...) (result GetManagedAppRegistrationOperationResponse, err error) + func (c ManagedAppRegistrationClient) GetManagedAppRegistrationsCount(ctx context.Context, id stable.UserId, ...) (result GetManagedAppRegistrationsCountOperationResponse, err error) + func (c ManagedAppRegistrationClient) ListManagedAppRegistrations(ctx context.Context, id stable.UserId, ...) (result ListManagedAppRegistrationsOperationResponse, err error) + func (c ManagedAppRegistrationClient) ListManagedAppRegistrationsComplete(ctx context.Context, id stable.UserId, ...) (ListManagedAppRegistrationsCompleteResult, error) + func (c ManagedAppRegistrationClient) ListManagedAppRegistrationsCompleteMatchingPredicate(ctx context.Context, id stable.UserId, ...) (result ListManagedAppRegistrationsCompleteResult, err error) + type ManagedAppRegistrationOperationPredicate struct + func (p ManagedAppRegistrationOperationPredicate) Matches(input stable.ManagedAppRegistration) bool