FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem

data class FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItem(val contentType: String, val format: String, val profileId: String? = null)

Constructors

constructor(contentType: String, format: String, profileId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

he content type for a field-level encryption content type-profile mapping. Valid value is application/x-www-form-urlencoded.

Link copied to clipboard

The format for a field-level encryption content type-profile mapping. Valid value is URLEncoded.

Link copied to clipboard
val profileId: String? = null