Package version:

The quarantine policy for a container registry.

interface QuarantinePolicy {
    status?: string;
}

Properties

Properties

status?: string

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