Protection
The data required to refer to a publication protection.
type Protection {
contentKeyId: String!
type: ProtectionType!
}
Fields
Protection.contentKeyId ● String! non-null scalar
The protection ID as provided by the protection mechanism.
Protection.type ● ProtectionType! non-null enum
The type of protection mechanism applied.
Member of
Publication object