TrustPolicyResponse

data class TrustPolicyResponse(val status: String? = null, val type: String? = null)

The content trust policy for a container registry.

Constructors

Link copied to clipboard
constructor(status: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val status: String? = null

The value that indicates whether the policy is enabled or not.

Link copied to clipboard
val type: String? = null

The type of trust policy.