SamlProviderSamlPrivateKey

data class SamlProviderSamlPrivateKey(val keyId: String, val timestamp: String)

The private key metadata for the SAML provider

Constructors

Link copied to clipboard
constructor(keyId: String, timestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the SAML private key.

Link copied to clipboard

The date and time, in ISO 8601 date-time format, when the private key was uploaded.