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 AppManagementPolicyClient struct + Client *msgraph.Client + func NewAppManagementPolicyClientWithBaseURI(sdkApi sdkEnv.Api) (*AppManagementPolicyClient, error) + func (c AppManagementPolicyClient) GetAppManagementPoliciesCount(ctx context.Context, id beta.ServicePrincipalId, ...) (result GetAppManagementPoliciesCountOperationResponse, err error) + func (c AppManagementPolicyClient) GetAppManagementPolicy(ctx context.Context, id beta.ServicePrincipalIdAppManagementPolicyId, ...) (result GetAppManagementPolicyOperationResponse, err error) + func (c AppManagementPolicyClient) ListAppManagementPolicies(ctx context.Context, id beta.ServicePrincipalId, ...) (result ListAppManagementPoliciesOperationResponse, err error) + func (c AppManagementPolicyClient) ListAppManagementPoliciesComplete(ctx context.Context, id beta.ServicePrincipalId, ...) (ListAppManagementPoliciesCompleteResult, error) + func (c AppManagementPolicyClient) ListAppManagementPoliciesCompleteMatchingPredicate(ctx context.Context, id beta.ServicePrincipalId, ...) (result ListAppManagementPoliciesCompleteResult, err error) + type AppManagementPolicyOperationPredicate struct + func (p AppManagementPolicyOperationPredicate) Matches(input beta.AppManagementPolicy) bool + type GetAppManagementPoliciesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetAppManagementPoliciesCountOperationOptions() GetAppManagementPoliciesCountOperationOptions + func (o GetAppManagementPoliciesCountOperationOptions) ToHeaders() *client.Headers + func (o GetAppManagementPoliciesCountOperationOptions) ToOData() *odata.Query + func (o GetAppManagementPoliciesCountOperationOptions) ToQuery() *client.QueryParams + type GetAppManagementPoliciesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetAppManagementPolicyOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAppManagementPolicyOperationOptions() GetAppManagementPolicyOperationOptions + func (o GetAppManagementPolicyOperationOptions) ToHeaders() *client.Headers + func (o GetAppManagementPolicyOperationOptions) ToOData() *odata.Query + func (o GetAppManagementPolicyOperationOptions) ToQuery() *client.QueryParams + type GetAppManagementPolicyOperationResponse struct + HttpResponse *http.Response + Model *beta.AppManagementPolicy + OData *odata.OData + type ListAppManagementPoliciesCompleteResult struct + Items []beta.AppManagementPolicy + LatestHttpResponse *http.Response + type ListAppManagementPoliciesCustomPager struct + NextLink *odata.Link + func (p *ListAppManagementPoliciesCustomPager) NextPageLink() *odata.Link + type ListAppManagementPoliciesOperationOptions 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 DefaultListAppManagementPoliciesOperationOptions() ListAppManagementPoliciesOperationOptions + func (o ListAppManagementPoliciesOperationOptions) ToHeaders() *client.Headers + func (o ListAppManagementPoliciesOperationOptions) ToOData() *odata.Query + func (o ListAppManagementPoliciesOperationOptions) ToQuery() *client.QueryParams + type ListAppManagementPoliciesOperationResponse struct + HttpResponse *http.Response + Model *[]beta.AppManagementPolicy + OData *odata.OData