Function getOdagLinkCreatePermission

  • Checks whether the current user has permission to create new ODAG links. Optionally verify permissions for a specific template Analytics Application or selection Analytics Application context. Returns a boolean indicating create permission status.

    Parameters

    • query: {
          optDenyIfSelAppNotUpdatable?: boolean;
          optSelectAppId?: string;
          optTemplateAppId?: string;
      }

      an object with query parameters

      • OptionaloptDenyIfSelAppNotUpdatable?: boolean

        When true, deny permission if the selection Analytics Application cannot be updated. This parameter is ignored unless optSelectAppId is also supplied.

      • OptionaloptSelectAppId?: string
      • OptionaloptTemplateAppId?: string
    • Optionaloptions: ApiCallOptions

    Returns Promise<GetOdagLinkCreatePermissionHttpResponse>

    GetOdagLinkCreatePermissionHttpError