Databricks SDK for JavaScript
    Preparing search index...
    interface GetPolicyRequest {
        name?: string;
        onSecurableFullname?: string;
        onSecurableType?: string;
    }
    Index

    Properties

    name?: string

    Required. The name of the policy to retrieve.

    onSecurableFullname?: string

    Required. The fully qualified name of securable to retrieve policy for.

    onSecurableType?: string

    Required. The type of the securable to retrieve the policy for.