GetOidcClientCredsResult

data class GetOidcClientCredsResult(val clientId: String, val clientSecret: String, val id: String, val name: String, val namespace: String? = null)

A collection of values returned by getOidcClientCreds.

Constructors

Link copied to clipboard
constructor(clientId: String, clientSecret: String, id: String, name: String, namespace: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Client ID returned by Vault.

Link copied to clipboard

The Client Secret Key returned by Vault. For public OpenID Clients client_secret is set to an empty string ""

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val namespace: String? = null