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 + func ValidateUserID(input interface{}, key string) (warnings []string, errors []error) + type UserId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + UserId string + func NewUserID(subscriptionId string, resourceGroupName string, serviceName string, ...) UserId + func ParseUserID(input string) (*UserId, error) + func ParseUserIDInsensitively(input string) (*UserId, error) + func (id *UserId) FromParseResult(input resourceids.ParseResult) error + func (id UserId) ID() string + func (id UserId) Segments() []resourceids.Segment + func (id UserId) String() string + type UserIdentitiesListCompleteResult struct + Items []UserIdentityContract + LatestHttpResponse *http.Response + type UserIdentitiesListCustomPager struct + NextLink *odata.Link + func (p *UserIdentitiesListCustomPager) NextPageLink() *odata.Link + type UserIdentitiesListOperationResponse struct + HttpResponse *http.Response + Model *[]UserIdentityContract + OData *odata.OData + type UserIdentityClient struct + Client *resourcemanager.Client + func NewUserIdentityClientWithBaseURI(sdkApi sdkEnv.Api) (*UserIdentityClient, error) + func (c UserIdentityClient) UserIdentitiesList(ctx context.Context, id UserId) (result UserIdentitiesListOperationResponse, err error) + func (c UserIdentityClient) UserIdentitiesListComplete(ctx context.Context, id UserId) (UserIdentitiesListCompleteResult, error) + func (c UserIdentityClient) UserIdentitiesListCompleteMatchingPredicate(ctx context.Context, id UserId, ...) (result UserIdentitiesListCompleteResult, err error) + type UserIdentityContract struct + Id *string + Provider *string + type UserIdentityContractOperationPredicate struct + Id *string + Provider *string + func (p UserIdentityContractOperationPredicate) Matches(input UserIdentityContract) bool