Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateUserID ¶
ValidateUserID checks that 'input' can be parsed as a User ID
Types ¶
type GenerateSsoUrlResult ¶
type GenerateSsoUrlResult struct {
Value *string `json:"value,omitempty"`
}
type UserGenerateSsoUrlOperationResponse ¶
type UserGenerateSsoUrlOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *GenerateSsoUrlResult }
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 ¶
ParseUserID parses 'input' into a UserId
func ParseUserIDInsensitively ¶
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) Segments ¶
func (id UserId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this User ID
type UsersClient ¶
type UsersClient struct {
Client *resourcemanager.Client
}
func NewUsersClientWithBaseURI ¶
func NewUsersClientWithBaseURI(sdkApi sdkEnv.Api) (*UsersClient, error)
func (UsersClient) UserGenerateSsoUrl ¶
func (c UsersClient) UserGenerateSsoUrl(ctx context.Context, id UserId) (result UserGenerateSsoUrlOperationResponse, err error)
UserGenerateSsoUrl ...
Click to show internal directories.
Click to hide internal directories.