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 ValidateAuthorizationProviderID(input interface{}, key string) (warnings []string, errors []error) + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type AuthorizationProviderClient struct + Client *resourcemanager.Client + func NewAuthorizationProviderClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthorizationProviderClient, error) + func (c AuthorizationProviderClient) CreateOrUpdate(ctx context.Context, id AuthorizationProviderId, ...) (result CreateOrUpdateOperationResponse, err error) + func (c AuthorizationProviderClient) Delete(ctx context.Context, id AuthorizationProviderId, ...) (result DeleteOperationResponse, err error) + func (c AuthorizationProviderClient) Get(ctx context.Context, id AuthorizationProviderId) (result GetOperationResponse, err error) + func (c AuthorizationProviderClient) ListByService(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error) + func (c AuthorizationProviderClient) ListByServiceComplete(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error) + func (c AuthorizationProviderClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error) + type AuthorizationProviderContract struct + Id *string + Name *string + Properties *AuthorizationProviderContractProperties + Type *string + type AuthorizationProviderContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p AuthorizationProviderContractOperationPredicate) Matches(input AuthorizationProviderContract) bool + type AuthorizationProviderContractProperties struct + DisplayName *string + IdentityProvider *string + Oauth2 *AuthorizationProviderOAuth2Settings + type AuthorizationProviderId struct + AuthorizationProviderId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewAuthorizationProviderID(subscriptionId string, resourceGroupName string, serviceName string, ...) AuthorizationProviderId + func ParseAuthorizationProviderID(input string) (*AuthorizationProviderId, error) + func ParseAuthorizationProviderIDInsensitively(input string) (*AuthorizationProviderId, error) + func (id *AuthorizationProviderId) FromParseResult(input resourceids.ParseResult) error + func (id AuthorizationProviderId) ID() string + func (id AuthorizationProviderId) Segments() []resourceids.Segment + func (id AuthorizationProviderId) String() string + type AuthorizationProviderOAuth2GrantTypes struct + AuthorizationCode *map[string]string + ClientCredentials *map[string]string + type AuthorizationProviderOAuth2Settings struct + GrantTypes *AuthorizationProviderOAuth2GrantTypes + RedirectURL *string + type CreateOrUpdateOperationOptions struct + IfMatch *string + func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions + func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *AuthorizationProviderContract + OData *odata.OData + type DeleteOperationOptions struct + IfMatch *string + func DefaultDeleteOperationOptions() DeleteOperationOptions + func (o DeleteOperationOptions) ToHeaders() *client.Headers + func (o DeleteOperationOptions) ToOData() *odata.Query + func (o DeleteOperationOptions) ToQuery() *client.QueryParams + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *AuthorizationProviderContract + OData *odata.OData + type ListByServiceCompleteResult struct + Items []AuthorizationProviderContract + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationOptions struct + Filter *string + Skip *int64 + Top *int64 + func DefaultListByServiceOperationOptions() ListByServiceOperationOptions + func (o ListByServiceOperationOptions) ToHeaders() *client.Headers + func (o ListByServiceOperationOptions) ToOData() *odata.Query + func (o ListByServiceOperationOptions) ToQuery() *client.QueryParams + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]AuthorizationProviderContract + OData *odata.OData + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string