Authorization Server Args
constructor(apiManagementName: Output<String>? = null, authorizationEndpoint: Output<String>? = null, authorizationMethods: Output<List<String>>? = null, bearerTokenSendingMethods: Output<List<String>>? = null, clientAuthenticationMethods: Output<List<String>>? = null, clientId: Output<String>? = null, clientRegistrationEndpoint: Output<String>? = null, clientSecret: Output<String>? = null, defaultScope: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, grantTypes: Output<List<String>>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, resourceOwnerPassword: Output<String>? = null, resourceOwnerUsername: Output<String>? = null, supportState: Output<Boolean>? = null, tokenBodyParameters: Output<List<AuthorizationServerTokenBodyParameterArgs>>? = null, tokenEndpoint: Output<String>? = null)