Globus SDK for JavaScript
    Preparing search index...
    • Returns a specific policy if the authenticated entity is an admin of the project owning the policy.

      Parameters

      • policy_id: string
      • options:
            | {
                headers?: Headers;
                query?: {
                    [key: string]: | string
                    | number
                    | boolean
                    | (string | number | null | undefined)[]
                    | null
                    | undefined;
                };
            }
            | undefined = {}
      • OptionalsdkOptions: SDKOptions

      Returns Promise<JSONFetchResponse<WrappedPolicy>>