SpringCloudGatewaySsoArgs

data class SpringCloudGatewaySsoArgs(val clientId: Output<String>? = null, val clientSecret: Output<String>? = null, val issuerUri: Output<String>? = null, val scopes: Output<List<String>>? = null) : ConvertibleToJava<SpringCloudGatewaySsoArgs>

Constructors

Link copied to clipboard
constructor(clientId: Output<String>? = null, clientSecret: Output<String>? = null, issuerUri: Output<String>? = null, scopes: Output<List<String>>? = null)

Properties

Link copied to clipboard
val clientId: Output<String>? = null

The public identifier for the application.

Link copied to clipboard
val clientSecret: Output<String>? = null

The secret known only to the application and the authorization server.

Link copied to clipboard
val issuerUri: Output<String>? = null

The URI of Issuer Identifier.

Link copied to clipboard
val scopes: Output<List<String>>? = null

It defines the specific actions applications can be allowed to do on a user's behalf.

Functions

Link copied to clipboard
open override fun toJava(): SpringCloudGatewaySsoArgs