SettingsAccessSettingsWorkforceIdentitySettingsOauth2

data class SettingsAccessSettingsWorkforceIdentitySettingsOauth2(val clientId: String? = null, val clientSecret: String? = null, val clientSecretSha256: String? = null)

Constructors

constructor(clientId: String? = null, clientSecret: String? = null, clientSecretSha256: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The OAuth 2.0 client ID registered in the workforce identity federation OAuth 2.0 Server.

Link copied to clipboard
val clientSecret: String? = null

Input only. The OAuth 2.0 client secret created while registering the client ID.

Link copied to clipboard

Output only. SHA256 hash value for the client secret. This field is returned by IAP when the settings are retrieved.