Databricks SDK for JavaScript
    Preparing search index...
    interface PolicyFamily {
        definition?: string;
        description?: string;
        name?: string;
        policyFamilyId?: string;
    }
    Index

    Properties

    definition?: string

    Policy definition document expressed in Databricks Cluster Policy Definition Language.

    description?: string

    Human-readable description of the purpose of the policy family.

    name?: string

    Name of the policy family.

    policyFamilyId?: string

    Unique identifier for the policy family.