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 CreateUserPfxCertificateOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateUserPfxCertificateOperationOptions() CreateUserPfxCertificateOperationOptions + func (o CreateUserPfxCertificateOperationOptions) ToHeaders() *client.Headers + func (o CreateUserPfxCertificateOperationOptions) ToOData() *odata.Query + func (o CreateUserPfxCertificateOperationOptions) ToQuery() *client.QueryParams + type CreateUserPfxCertificateOperationResponse struct + HttpResponse *http.Response + Model *beta.UserPFXCertificate + OData *odata.OData + type DeleteUserPfxCertificateOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteUserPfxCertificateOperationOptions() DeleteUserPfxCertificateOperationOptions + func (o DeleteUserPfxCertificateOperationOptions) ToHeaders() *client.Headers + func (o DeleteUserPfxCertificateOperationOptions) ToOData() *odata.Query + func (o DeleteUserPfxCertificateOperationOptions) ToQuery() *client.QueryParams + type DeleteUserPfxCertificateOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetUserPfxCertificateOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetUserPfxCertificateOperationOptions() GetUserPfxCertificateOperationOptions + func (o GetUserPfxCertificateOperationOptions) ToHeaders() *client.Headers + func (o GetUserPfxCertificateOperationOptions) ToOData() *odata.Query + func (o GetUserPfxCertificateOperationOptions) ToQuery() *client.QueryParams + type GetUserPfxCertificateOperationResponse struct + HttpResponse *http.Response + Model *beta.UserPFXCertificate + OData *odata.OData + type GetUserPfxCertificatesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetUserPfxCertificatesCountOperationOptions() GetUserPfxCertificatesCountOperationOptions + func (o GetUserPfxCertificatesCountOperationOptions) ToHeaders() *client.Headers + func (o GetUserPfxCertificatesCountOperationOptions) ToOData() *odata.Query + func (o GetUserPfxCertificatesCountOperationOptions) ToQuery() *client.QueryParams + type GetUserPfxCertificatesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListUserPfxCertificatesCompleteResult struct + Items []beta.UserPFXCertificate + LatestHttpResponse *http.Response + type ListUserPfxCertificatesCustomPager struct + NextLink *odata.Link + func (p *ListUserPfxCertificatesCustomPager) NextPageLink() *odata.Link + type ListUserPfxCertificatesOperationOptions 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 DefaultListUserPfxCertificatesOperationOptions() ListUserPfxCertificatesOperationOptions + func (o ListUserPfxCertificatesOperationOptions) ToHeaders() *client.Headers + func (o ListUserPfxCertificatesOperationOptions) ToOData() *odata.Query + func (o ListUserPfxCertificatesOperationOptions) ToQuery() *client.QueryParams + type ListUserPfxCertificatesOperationResponse struct + HttpResponse *http.Response + Model *[]beta.UserPFXCertificate + OData *odata.OData + type UpdateUserPfxCertificateOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateUserPfxCertificateOperationOptions() UpdateUserPfxCertificateOperationOptions + func (o UpdateUserPfxCertificateOperationOptions) ToHeaders() *client.Headers + func (o UpdateUserPfxCertificateOperationOptions) ToOData() *odata.Query + func (o UpdateUserPfxCertificateOperationOptions) ToQuery() *client.QueryParams + type UpdateUserPfxCertificateOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type UserPFXCertificateOperationPredicate struct + func (p UserPFXCertificateOperationPredicate) Matches(input beta.UserPFXCertificate) bool + type UserPfxCertificateClient struct + Client *msgraph.Client + func NewUserPfxCertificateClientWithBaseURI(sdkApi sdkEnv.Api) (*UserPfxCertificateClient, error) + func (c UserPfxCertificateClient) CreateUserPfxCertificate(ctx context.Context, input beta.UserPFXCertificate, ...) (result CreateUserPfxCertificateOperationResponse, err error) + func (c UserPfxCertificateClient) DeleteUserPfxCertificate(ctx context.Context, id beta.DeviceManagementUserPfxCertificateId, ...) (result DeleteUserPfxCertificateOperationResponse, err error) + func (c UserPfxCertificateClient) GetUserPfxCertificate(ctx context.Context, id beta.DeviceManagementUserPfxCertificateId, ...) (result GetUserPfxCertificateOperationResponse, err error) + func (c UserPfxCertificateClient) GetUserPfxCertificatesCount(ctx context.Context, options GetUserPfxCertificatesCountOperationOptions) (result GetUserPfxCertificatesCountOperationResponse, err error) + func (c UserPfxCertificateClient) ListUserPfxCertificates(ctx context.Context, options ListUserPfxCertificatesOperationOptions) (result ListUserPfxCertificatesOperationResponse, err error) + func (c UserPfxCertificateClient) ListUserPfxCertificatesComplete(ctx context.Context, options ListUserPfxCertificatesOperationOptions) (ListUserPfxCertificatesCompleteResult, error) + func (c UserPfxCertificateClient) ListUserPfxCertificatesCompleteMatchingPredicate(ctx context.Context, options ListUserPfxCertificatesOperationOptions, ...) (result ListUserPfxCertificatesCompleteResult, err error) + func (c UserPfxCertificateClient) UpdateUserPfxCertificate(ctx context.Context, id beta.DeviceManagementUserPfxCertificateId, ...) (result UpdateUserPfxCertificateOperationResponse, err error)