profile

package
v0.20240923.1151247 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 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 DeleteProfileOperationOptions

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

func DefaultDeleteProfileOperationOptions

func DefaultDeleteProfileOperationOptions() DeleteProfileOperationOptions

func (DeleteProfileOperationOptions) ToHeaders

func (DeleteProfileOperationOptions) ToOData

func (DeleteProfileOperationOptions) ToQuery

type DeleteProfileOperationResponse

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

type GetProfileOperationOptions

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

func DefaultGetProfileOperationOptions

func DefaultGetProfileOperationOptions() GetProfileOperationOptions

func (GetProfileOperationOptions) ToHeaders

func (o GetProfileOperationOptions) ToHeaders() *client.Headers

func (GetProfileOperationOptions) ToOData

func (o GetProfileOperationOptions) ToOData() *odata.Query

func (GetProfileOperationOptions) ToQuery

type GetProfileOperationResponse

type GetProfileOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.Profile
}

type ProfileClient

type ProfileClient struct {
	Client *msgraph.Client
}

func NewProfileClientWithBaseURI

func NewProfileClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileClient, error)

func (ProfileClient) DeleteProfile

DeleteProfile - Delete navigation property profile for users

func (ProfileClient) GetProfile

GetProfile - Get profile from users. Represents properties that are descriptive of a user in a tenant.

func (ProfileClient) UpdateProfile

UpdateProfile - Update the navigation property profile in users

type UpdateProfileOperationOptions

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

func DefaultUpdateProfileOperationOptions

func DefaultUpdateProfileOperationOptions() UpdateProfileOperationOptions

func (UpdateProfileOperationOptions) ToHeaders

func (UpdateProfileOperationOptions) ToOData

func (UpdateProfileOperationOptions) ToQuery

type UpdateProfileOperationResponse

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