Uses of Interface
com.azure.resourcemanager.apimanagement.models.AuthorizationServerContract.Update
Packages that use AuthorizationServerContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationServerContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationServerContract.UpdateModifier and TypeMethodDescriptionAuthorizationServerContract.update()Begins update for the AuthorizationServerContract resource.AuthorizationServerContract.UpdateStages.WithAuthorizationEndpoint.withAuthorizationEndpoint(String authorizationEndpoint) Specifies the authorizationEndpoint property: OAuth authorization endpoint.AuthorizationServerContract.UpdateStages.WithAuthorizationMethods.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Specifies the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerContract.UpdateStages.WithBearerTokenSendingMethods.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Specifies the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API. .AuthorizationServerContract.UpdateStages.WithClientAuthenticationMethod.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Specifies the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerContract.UpdateStages.WithClientId.withClientId(String clientId) Specifies the clientId property: Client or app id registered with this authorization server..AuthorizationServerContract.UpdateStages.WithClientRegistrationEndpoint.withClientRegistrationEndpoint(String clientRegistrationEndpoint) Specifies the clientRegistrationEndpoint property: Optional reference to a page where client or app registration for this authorization server is performed.AuthorizationServerContract.UpdateStages.WithClientSecret.withClientSecret(String clientSecret) Specifies the clientSecret property: Client or app secret registered with this authorization server.AuthorizationServerContract.UpdateStages.WithDefaultScope.withDefaultScope(String defaultScope) Specifies the defaultScope property: Access token scope that is going to be requested by default.AuthorizationServerContract.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: Description of the authorization server.AuthorizationServerContract.UpdateStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: User-friendly authorization server name..AuthorizationServerContract.UpdateStages.WithGrantTypes.withGrantTypes(List<GrantType> grantTypes) Specifies the grantTypes property: Form of an authorization grant, which the client uses to request the access token..AuthorizationServerContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.AuthorizationServerContract.UpdateStages.WithResourceOwnerPassword.withResourceOwnerPassword(String resourceOwnerPassword) Specifies the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerContract.UpdateStages.WithResourceOwnerUsername.withResourceOwnerUsername(String resourceOwnerUsername) Specifies the resourceOwnerUsername property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerContract.UpdateStages.WithSupportState.withSupportState(Boolean supportState) Specifies the supportState property: If true, authorization server will include state parameter from the authorization request to its response.AuthorizationServerContract.UpdateStages.WithTokenBodyParameters.withTokenBodyParameters(List<TokenBodyParameterContract> tokenBodyParameters) Specifies the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.AuthorizationServerContract.UpdateStages.WithTokenEndpoint.withTokenEndpoint(String tokenEndpoint) Specifies the tokenEndpoint property: OAuth token endpoint.AuthorizationServerContract.UpdateStages.WithUseInApiDocumentation.withUseInApiDocumentation(Boolean useInApiDocumentation) Specifies the useInApiDocumentation property: If true, the authorization server will be used in the API documentation in the developer portal.AuthorizationServerContract.UpdateStages.WithUseInTestConsole.withUseInTestConsole(Boolean useInTestConsole) Specifies the useInTestConsole property: If true, the authorization server may be used in the developer portal test console.