Databricks SDK for JavaScript
    Preparing search index...

    Interface RestrictWorkspaceAdminsMessage

    interface RestrictWorkspaceAdminsMessage {
        disableGovTagCreation?: boolean;
        status?: RestrictWorkspaceAdminsMessage_Status;
    }
    Index

    Properties

    disableGovTagCreation?: boolean

    When true, workspace admins cannot create governance tags. ALLOW_ALL status does not override this; they are independent.