trustedidproviders

package
v2.85.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountId

type AccountId struct {
	SubscriptionId string
	ResourceGroup  string
	Name           string
}

func NewAccountID

func NewAccountID(subscriptionId, resourceGroup, name string) AccountId

func ParseAccountID

func ParseAccountID(input string) (*AccountId, error)

ParseAccountID parses a Account ID into an AccountId struct

func ParseAccountIDInsensitively

func ParseAccountIDInsensitively(input string) (*AccountId, error)

ParseAccountIDInsensitively parses an Account ID into an AccountId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseAccountID method should be used instead for validation etc.

func (AccountId) ID

func (id AccountId) ID() string

func (AccountId) String

func (id AccountId) String() string

type CreateOrUpdateResponse

type CreateOrUpdateResponse struct {
	HttpResponse *http.Response
	Model        *TrustedIdProvider
}

type CreateOrUpdateTrustedIdProviderParameters

type CreateOrUpdateTrustedIdProviderParameters struct {
	Properties CreateOrUpdateTrustedIdProviderProperties `json:"properties"`
}

type CreateOrUpdateTrustedIdProviderProperties

type CreateOrUpdateTrustedIdProviderProperties struct {
	IdProvider string `json:"idProvider"`
}

type DeleteResponse

type DeleteResponse struct {
	HttpResponse *http.Response
}

type GetResponse

type GetResponse struct {
	HttpResponse *http.Response
	Model        *TrustedIdProvider
}

type ListByAccountCompleteResult

type ListByAccountCompleteResult struct {
	Items []TrustedIdProvider
}

type ListByAccountResponse

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

func (ListByAccountResponse) HasMore

func (r ListByAccountResponse) HasMore() bool

func (ListByAccountResponse) LoadMore

func (r ListByAccountResponse) LoadMore(ctx context.Context) (resp ListByAccountResponse, err error)

type TrustedIdProvider

type TrustedIdProvider struct {
	Id         *string                      `json:"id,omitempty"`
	Name       *string                      `json:"name,omitempty"`
	Properties *TrustedIdProviderProperties `json:"properties,omitempty"`
	Type       *string                      `json:"type,omitempty"`
}

type TrustedIdProviderId

type TrustedIdProviderId struct {
	SubscriptionId string
	ResourceGroup  string
	AccountName    string
	Name           string
}

func NewTrustedIdProviderID

func NewTrustedIdProviderID(subscriptionId, resourceGroup, accountName, name string) TrustedIdProviderId

func ParseTrustedIdProviderID

func ParseTrustedIdProviderID(input string) (*TrustedIdProviderId, error)

ParseTrustedIdProviderID parses a TrustedIdProvider ID into an TrustedIdProviderId struct

func ParseTrustedIdProviderIDInsensitively

func ParseTrustedIdProviderIDInsensitively(input string) (*TrustedIdProviderId, error)

ParseTrustedIdProviderIDInsensitively parses an TrustedIdProvider ID into an TrustedIdProviderId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseTrustedIdProviderID method should be used instead for validation etc.

func (TrustedIdProviderId) ID

func (id TrustedIdProviderId) ID() string

func (TrustedIdProviderId) String

func (id TrustedIdProviderId) String() string

type TrustedIdProviderPredicate

type TrustedIdProviderPredicate struct {
	Id   *string
	Name *string
	Type *string
}

func (TrustedIdProviderPredicate) Matches

type TrustedIdProviderProperties

type TrustedIdProviderProperties struct {
	IdProvider *string `json:"idProvider,omitempty"`
}

type TrustedIdProvidersClient

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

func NewTrustedIdProvidersClientWithBaseURI

func NewTrustedIdProvidersClientWithBaseURI(endpoint string) TrustedIdProvidersClient

func (TrustedIdProvidersClient) CreateOrUpdate

CreateOrUpdate ...

func (TrustedIdProvidersClient) Delete

Delete ...

func (TrustedIdProvidersClient) Get

Get ...

func (TrustedIdProvidersClient) ListByAccount

func (c TrustedIdProvidersClient) ListByAccount(ctx context.Context, id AccountId) (resp ListByAccountResponse, err error)

ListByAccount ...

func (TrustedIdProvidersClient) ListByAccountComplete

ListByAccountComplete retrieves all of the results into a single object

func (TrustedIdProvidersClient) ListByAccountCompleteMatchingPredicate

func (c TrustedIdProvidersClient) ListByAccountCompleteMatchingPredicate(ctx context.Context, id AccountId, predicate TrustedIdProviderPredicate) (resp ListByAccountCompleteResult, err error)

ListByAccountCompleteMatchingPredicate retrieves all of the results and then applied the predicate

func (TrustedIdProvidersClient) Update

Update ...

type UpdateResponse

type UpdateResponse struct {
	HttpResponse *http.Response
	Model        *TrustedIdProvider
}

type UpdateTrustedIdProviderParameters

type UpdateTrustedIdProviderParameters struct {
	Properties *UpdateTrustedIdProviderProperties `json:"properties,omitempty"`
}

type UpdateTrustedIdProviderProperties

type UpdateTrustedIdProviderProperties struct {
	IdProvider *string `json:"idProvider,omitempty"`
}

Jump to

Keyboard shortcuts

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