AuthTrustedEntityCredentialCreationRequest

data class AuthTrustedEntityCredentialCreationRequest(val entityType: AuthTrustedEntityCredentialType, val entityKey: String, val entityDescription: String? = null)

Data class representing a specific request for creating the TRUSTED_ENTITY authentication credential.

Constructors

constructor(entityType: AuthTrustedEntityCredentialType, entityKey: String, entityDescription: String? = null)

Properties

Link copied to clipboard

The description of the trusted entity associated with this authentication credential.

Link copied to clipboard

The key of the trusted entity associated with this authentication credential.

Link copied to clipboard

The type of the trusted entity associated with this authentication credential.