GetIdentityAwareProxyClientResult

data class GetIdentityAwareProxyClientResult(val displayName: String, val name: String, val secret: String)

Constructors

Link copied to clipboard
fun GetIdentityAwareProxyClientResult(displayName: String, name: String, secret: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Human-friendly name given to the OAuth client.

Link copied to clipboard

Unique identifier of the OAuth client.

Link copied to clipboard

Client secret of the OAuth client.