useridentity

package
v0.20221129.1132320 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2022 License: MPL-2.0 Imports: 8 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/apimanagement/2021-08-01/useridentity Documentation

The useridentity SDK allows for interaction with the Azure Resource Manager Service apimanagement (API Version 2021-08-01).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-sdk/resource-manager/apimanagement/2021-08-01/useridentity"

Client Initialization

client := useridentity.NewUserIdentityClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: UserIdentityClient.UserIdentitiesList

ctx := context.TODO()
id := useridentity.NewUserID("12345678-1234-9876-4563-123456789012", "example-resource-group", "serviceValue", "userIdValue")

// alternatively `client.UserIdentitiesList(ctx, id)` can be used to do batched pagination
items, err := client.UserIdentitiesListComplete(ctx, id)
if err != nil {
	// handle the error
}
for _, item := range items {
	// do something
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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 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) 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

type UserIdentitiesListCompleteResult

type UserIdentitiesListCompleteResult struct {
	Items []UserIdentityContract
}

type UserIdentitiesListOperationResponse

type UserIdentitiesListOperationResponse struct {
	HttpResponse *http.Response
	Model        *[]UserIdentityContract
	// contains filtered or unexported fields
}

func (UserIdentitiesListOperationResponse) HasMore

func (UserIdentitiesListOperationResponse) LoadMore

type UserIdentityClient

type UserIdentityClient struct {
	Client autorest.Client
	// contains filtered or unexported fields
}

func NewUserIdentityClientWithBaseURI

func NewUserIdentityClientWithBaseURI(endpoint string) UserIdentityClient

func (UserIdentityClient) UserIdentitiesList

func (c UserIdentityClient) UserIdentitiesList(ctx context.Context, id UserId) (resp UserIdentitiesListOperationResponse, err error)

UserIdentitiesList ...

func (UserIdentityClient) UserIdentitiesListComplete

func (c UserIdentityClient) UserIdentitiesListComplete(ctx context.Context, id UserId) (UserIdentitiesListCompleteResult, error)

UserIdentitiesListComplete retrieves all of the results into a single object

func (UserIdentityClient) UserIdentitiesListCompleteMatchingPredicate

func (c UserIdentityClient) UserIdentitiesListCompleteMatchingPredicate(ctx context.Context, id UserId, predicate UserIdentityContractOperationPredicate) (resp UserIdentitiesListCompleteResult, err error)

UserIdentitiesListCompleteMatchingPredicate retrieves all of the results and then applied the predicate

type UserIdentityContract

type UserIdentityContract struct {
	Id       *string `json:"id,omitempty"`
	Provider *string `json:"provider,omitempty"`
}

type UserIdentityContractOperationPredicate

type UserIdentityContractOperationPredicate struct {
	Id       *string
	Provider *string
}

func (UserIdentityContractOperationPredicate) Matches

Jump to

Keyboard shortcuts

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