Globus SDK for JavaScript
    Preparing search index...

    Type Alias IndexRoleListResponse

    Search Index Role List document

    type IndexRoleListResponse = {
        role_list: IndexRole[];
    }
    Index

    Properties

    Properties

    role_list: IndexRole[]