SecretStoreBasedAuthCredentialsResponse

data class SecretStoreBasedAuthCredentialsResponse(val objectType: String, val secretStoreResource: SecretStoreResourceResponse? = null)

Secret store based authentication credentials.

Constructors

Link copied to clipboard
constructor(objectType: String, secretStoreResource: SecretStoreResourceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of the specific object - used for deserializing Expected value is 'SecretStoreBasedAuthCredentials'.

Link copied to clipboard

Secret store resource