userpfxcertificate

package
v0.20241118.1115603 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateUserPfxCertificateOperationOptions

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

func DefaultCreateUserPfxCertificateOperationOptions

func DefaultCreateUserPfxCertificateOperationOptions() CreateUserPfxCertificateOperationOptions

func (CreateUserPfxCertificateOperationOptions) ToHeaders

func (CreateUserPfxCertificateOperationOptions) ToOData

func (CreateUserPfxCertificateOperationOptions) ToQuery

type CreateUserPfxCertificateOperationResponse

type CreateUserPfxCertificateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UserPFXCertificate
}

type DeleteUserPfxCertificateOperationOptions

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

func DefaultDeleteUserPfxCertificateOperationOptions

func DefaultDeleteUserPfxCertificateOperationOptions() DeleteUserPfxCertificateOperationOptions

func (DeleteUserPfxCertificateOperationOptions) ToHeaders

func (DeleteUserPfxCertificateOperationOptions) ToOData

func (DeleteUserPfxCertificateOperationOptions) ToQuery

type DeleteUserPfxCertificateOperationResponse

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

type GetUserPfxCertificateOperationOptions

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

func DefaultGetUserPfxCertificateOperationOptions

func DefaultGetUserPfxCertificateOperationOptions() GetUserPfxCertificateOperationOptions

func (GetUserPfxCertificateOperationOptions) ToHeaders

func (GetUserPfxCertificateOperationOptions) ToOData

func (GetUserPfxCertificateOperationOptions) ToQuery

type GetUserPfxCertificateOperationResponse

type GetUserPfxCertificateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UserPFXCertificate
}

type GetUserPfxCertificatesCountOperationOptions

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

func DefaultGetUserPfxCertificatesCountOperationOptions

func DefaultGetUserPfxCertificatesCountOperationOptions() GetUserPfxCertificatesCountOperationOptions

func (GetUserPfxCertificatesCountOperationOptions) ToHeaders

func (GetUserPfxCertificatesCountOperationOptions) ToOData

func (GetUserPfxCertificatesCountOperationOptions) ToQuery

type GetUserPfxCertificatesCountOperationResponse

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

type ListUserPfxCertificatesCompleteResult

type ListUserPfxCertificatesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UserPFXCertificate
}

type ListUserPfxCertificatesCustomPager

type ListUserPfxCertificatesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListUserPfxCertificatesCustomPager) NextPageLink() *odata.Link

type ListUserPfxCertificatesOperationOptions

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

func DefaultListUserPfxCertificatesOperationOptions() ListUserPfxCertificatesOperationOptions

func (ListUserPfxCertificatesOperationOptions) ToHeaders

func (ListUserPfxCertificatesOperationOptions) ToOData

func (ListUserPfxCertificatesOperationOptions) ToQuery

type ListUserPfxCertificatesOperationResponse

type ListUserPfxCertificatesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UserPFXCertificate
}

type UpdateUserPfxCertificateOperationOptions

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

func DefaultUpdateUserPfxCertificateOperationOptions

func DefaultUpdateUserPfxCertificateOperationOptions() UpdateUserPfxCertificateOperationOptions

func (UpdateUserPfxCertificateOperationOptions) ToHeaders

func (UpdateUserPfxCertificateOperationOptions) ToOData

func (UpdateUserPfxCertificateOperationOptions) ToQuery

type UpdateUserPfxCertificateOperationResponse

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

type UserPFXCertificateOperationPredicate

type UserPFXCertificateOperationPredicate struct {
}

func (UserPFXCertificateOperationPredicate) Matches

type UserPfxCertificateClient

type UserPfxCertificateClient struct {
	Client *msgraph.Client
}

func NewUserPfxCertificateClientWithBaseURI

func NewUserPfxCertificateClientWithBaseURI(sdkApi sdkEnv.Api) (*UserPfxCertificateClient, error)

func (UserPfxCertificateClient) CreateUserPfxCertificate

CreateUserPfxCertificate - Create new navigation property to userPfxCertificates for deviceManagement

func (UserPfxCertificateClient) DeleteUserPfxCertificate

DeleteUserPfxCertificate - Delete navigation property userPfxCertificates for deviceManagement

func (UserPfxCertificateClient) GetUserPfxCertificate

GetUserPfxCertificate - Get userPfxCertificates from deviceManagement. Collection of PFX certificates associated with a user.

func (UserPfxCertificateClient) GetUserPfxCertificatesCount

GetUserPfxCertificatesCount - Get the number of the resource

func (UserPfxCertificateClient) ListUserPfxCertificates

ListUserPfxCertificates - Get userPfxCertificates from deviceManagement. Collection of PFX certificates associated with a user.

func (UserPfxCertificateClient) ListUserPfxCertificatesComplete

ListUserPfxCertificatesComplete retrieves all the results into a single object

func (UserPfxCertificateClient) ListUserPfxCertificatesCompleteMatchingPredicate

func (c UserPfxCertificateClient) ListUserPfxCertificatesCompleteMatchingPredicate(ctx context.Context, options ListUserPfxCertificatesOperationOptions, predicate UserPFXCertificateOperationPredicate) (result ListUserPfxCertificatesCompleteResult, err error)

ListUserPfxCertificatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (UserPfxCertificateClient) UpdateUserPfxCertificate

UpdateUserPfxCertificate - Update the navigation property userPfxCertificates in deviceManagement

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL