Globus SDK for JavaScript
    Preparing search index...
    type RoleDocument = {
        DATA_TYPE: "role";
        id: string;
        principal: string;
        principal_type: "identity" | "group";
        role: EndpointRole;
    }
    Index

    Properties

    DATA_TYPE: "role"
    id: string
    principal: string
    principal_type: "identity" | "group"