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 PossibleValuesForAuthorizationMethod() []string + func PossibleValuesForBearerTokenSendingMethod() []string + func PossibleValuesForClientAuthenticationMethod() []string + func PossibleValuesForGrantType() []string + func ValidateAuthorizationServerID(input interface{}, key string) (warnings []string, errors []error) + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type AuthorizationMethod string + const AuthorizationMethodDELETE + const AuthorizationMethodGET + const AuthorizationMethodHEAD + const AuthorizationMethodOPTIONS + const AuthorizationMethodPATCH + const AuthorizationMethodPOST + const AuthorizationMethodPUT + const AuthorizationMethodTRACE + func (s *AuthorizationMethod) UnmarshalJSON(bytes []byte) error + type AuthorizationServerClient struct + Client *resourcemanager.Client + func NewAuthorizationServerClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthorizationServerClient, error) + func (c AuthorizationServerClient) CreateOrUpdate(ctx context.Context, id AuthorizationServerId, ...) (result CreateOrUpdateOperationResponse, err error) + func (c AuthorizationServerClient) Delete(ctx context.Context, id AuthorizationServerId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c AuthorizationServerClient) Get(ctx context.Context, id AuthorizationServerId) (result GetOperationResponse, err error) + func (c AuthorizationServerClient) GetEntityTag(ctx context.Context, id AuthorizationServerId) (result GetEntityTagOperationResponse, err error) + func (c AuthorizationServerClient) ListByService(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error) + func (c AuthorizationServerClient) ListByServiceComplete(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error) + func (c AuthorizationServerClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error) + func (c AuthorizationServerClient) ListSecrets(ctx context.Context, id AuthorizationServerId) (result ListSecretsOperationResponse, err error) + func (c AuthorizationServerClient) Update(ctx context.Context, id AuthorizationServerId, ...) (result UpdateOperationResponse, err error) + type AuthorizationServerContract struct + Id *string + Name *string + Properties *AuthorizationServerContractProperties + Type *string + type AuthorizationServerContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p AuthorizationServerContractOperationPredicate) Matches(input AuthorizationServerContract) bool + type AuthorizationServerContractProperties struct + AuthorizationEndpoint string + AuthorizationMethods *[]AuthorizationMethod + BearerTokenSendingMethods *[]BearerTokenSendingMethod + ClientAuthenticationMethod *[]ClientAuthenticationMethod + ClientId string + ClientRegistrationEndpoint string + ClientSecret *string + DefaultScope *string + Description *string + DisplayName string + GrantTypes []GrantType + ResourceOwnerPassword *string + ResourceOwnerUsername *string + SupportState *bool + TokenBodyParameters *[]TokenBodyParameterContract + TokenEndpoint *string + UseInApiDocumentation *bool + UseInTestConsole *bool + type AuthorizationServerId struct + AuthorizationServerName string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewAuthorizationServerID(subscriptionId string, resourceGroupName string, serviceName string, ...) AuthorizationServerId + func ParseAuthorizationServerID(input string) (*AuthorizationServerId, error) + func ParseAuthorizationServerIDInsensitively(input string) (*AuthorizationServerId, error) + func (id *AuthorizationServerId) FromParseResult(input resourceids.ParseResult) error + func (id AuthorizationServerId) ID() string + func (id AuthorizationServerId) Segments() []resourceids.Segment + func (id AuthorizationServerId) String() string + type AuthorizationServerSecretsContract struct + ClientSecret *string + ResourceOwnerPassword *string + ResourceOwnerUsername *string + type AuthorizationServerUpdateContract struct + Id *string + Name *string + Properties *AuthorizationServerUpdateContractProperties + Type *string + type AuthorizationServerUpdateContractProperties struct + AuthorizationEndpoint *string + AuthorizationMethods *[]AuthorizationMethod + BearerTokenSendingMethods *[]BearerTokenSendingMethod + ClientAuthenticationMethod *[]ClientAuthenticationMethod + ClientId *string + ClientRegistrationEndpoint *string + ClientSecret *string + DefaultScope *string + Description *string + DisplayName *string + GrantTypes *[]GrantType + ResourceOwnerPassword *string + ResourceOwnerUsername *string + SupportState *bool + TokenBodyParameters *[]TokenBodyParameterContract + TokenEndpoint *string + UseInApiDocumentation *bool + UseInTestConsole *bool + type BearerTokenSendingMethod string + const BearerTokenSendingMethodAuthorizationHeader + const BearerTokenSendingMethodQuery + func (s *BearerTokenSendingMethod) UnmarshalJSON(bytes []byte) error + type ClientAuthenticationMethod string + const ClientAuthenticationMethodBasic + const ClientAuthenticationMethodBody + func (s *ClientAuthenticationMethod) UnmarshalJSON(bytes []byte) error + 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 *AuthorizationServerContract + 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 GetEntityTagOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *AuthorizationServerContract + OData *odata.OData + type GrantType string + const GrantTypeAuthorizationCode + const GrantTypeClientCredentials + const GrantTypeImplicit + const GrantTypeResourceOwnerPassword + func (s *GrantType) UnmarshalJSON(bytes []byte) error + type ListByServiceCompleteResult struct + Items []AuthorizationServerContract + 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 *[]AuthorizationServerContract + OData *odata.OData + type ListSecretsOperationResponse struct + HttpResponse *http.Response + Model *AuthorizationServerSecretsContract + 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 + type TokenBodyParameterContract struct + Name string + Value string + type UpdateOperationOptions struct + IfMatch *string + func DefaultUpdateOperationOptions() UpdateOperationOptions + func (o UpdateOperationOptions) ToHeaders() *client.Headers + func (o UpdateOperationOptions) ToOData() *odata.Query + func (o UpdateOperationOptions) ToQuery() *client.QueryParams + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *AuthorizationServerContract + OData *odata.OData