userconfirmationpasswordsend

package
v0.20240130.1054849 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2024 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForAppType

func PossibleValuesForAppType() []string

func ValidateUserID

func ValidateUserID(input interface{}, key string) (warnings []string, errors []error)

ValidateUserID checks that 'input' can be parsed as a User ID

Types

type AppType

type AppType string
const (
	AppTypeDeveloperPortal AppType = "developerPortal"
	AppTypePortal          AppType = "portal"
)

func (*AppType) UnmarshalJSON

func (s *AppType) UnmarshalJSON(bytes []byte) error

type UserConfirmationPasswordSendClient

type UserConfirmationPasswordSendClient struct {
	Client *resourcemanager.Client
}

func NewUserConfirmationPasswordSendClientWithBaseURI

func NewUserConfirmationPasswordSendClientWithBaseURI(sdkApi sdkEnv.Api) (*UserConfirmationPasswordSendClient, error)

func (UserConfirmationPasswordSendClient) UserConfirmationPasswordSend

UserConfirmationPasswordSend ...

type UserConfirmationPasswordSendOperationOptions

type UserConfirmationPasswordSendOperationOptions struct {
	AppType *AppType
}

func DefaultUserConfirmationPasswordSendOperationOptions

func DefaultUserConfirmationPasswordSendOperationOptions() UserConfirmationPasswordSendOperationOptions

func (UserConfirmationPasswordSendOperationOptions) ToHeaders

func (UserConfirmationPasswordSendOperationOptions) ToOData

func (UserConfirmationPasswordSendOperationOptions) ToQuery

type UserConfirmationPasswordSendOperationResponse

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

type UserId

type UserId struct {
	SubscriptionId    string
	ResourceGroupName string
	ServiceName       string
	UserId            string
}

UserId is a struct representing the Resource ID for a User

func NewUserID

func NewUserID(subscriptionId string, resourceGroupName string, serviceName string, userId string) UserId

NewUserID returns a new UserId struct

func ParseUserID

func ParseUserID(input string) (*UserId, error)

ParseUserID parses 'input' into a UserId

func ParseUserIDInsensitively

func ParseUserIDInsensitively(input string) (*UserId, error)

ParseUserIDInsensitively parses 'input' case-insensitively into a UserId note: this method should only be used for API response data and not user input

func (*UserId) FromParseResult

func (id *UserId) FromParseResult(input resourceids.ParseResult) error

func (UserId) ID

func (id UserId) ID() string

ID returns the formatted User ID

func (UserId) Segments

func (id UserId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this User ID

func (UserId) String

func (id UserId) String() string

String returns a human-readable description of this User ID

Jump to

Keyboard shortcuts

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