ApiOAuthSettingsArgs

constructor(clientId: Output<String>? = null, clientSecret: Output<String>? = null, customParameters: Output<Map<String, ApiOAuthSettingsParameterArgs>>? = null, identityProvider: Output<String>? = null, properties: Output<Any>? = null, redirectUrl: Output<String>? = null, scopes: Output<List<String>>? = null)