Databricks SDK for JavaScript
    Preparing search index...

    Represents a cluster policy revision.

    Only the 100 most recent revisions are stored for each cluster policy.

    interface ClusterPolicyRevision {
        createTime?: Instant;
        editUser?: string;
        isCurrent?: boolean;
        revisionId?: string;
        settings?: PolicyOwnAttributes;
    }
    Index

    Properties

    createTime?: Instant

    Time when the cluster policy revision was created.

    editUser?: string

    Name of the user who edited this policy.

    isCurrent?: boolean

    Whether this is the current revision.

    revisionId?: string

    ID of the cluster policy revision.

    Settings used to create/edit the policy.