TrustPolicyArgs

data class TrustPolicyArgs(val status: Output<Either<String, PolicyStatus>>? = null, val type: Output<Either<String, TrustPolicyType>>? = null) : ConvertibleToJava<TrustPolicyArgs>

The content trust policy for a container registry.

Constructors

Link copied to clipboard
constructor(status: Output<Either<String, PolicyStatus>>? = null, type: Output<Either<String, TrustPolicyType>>? = null)

Properties

Link copied to clipboard
val status: Output<Either<String, PolicyStatus>>? = null

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

Link copied to clipboard
val type: Output<Either<String, TrustPolicyType>>? = null

The type of trust policy.

Functions

Link copied to clipboard
open override fun toJava(): TrustPolicyArgs