@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface AccessPermitServiceServer

    Handles server calls for the nebius.iam.v1.AccessPermitService service.

    interface AccessPermitServiceServer {
        create: handleUnaryCall<CreateAccessPermitRequest, Operation>;
        delete: handleUnaryCall<DeleteAccessPermitRequest, Operation>;
        get: handleUnaryCall<GetAccessPermitRequest, AccessPermit>;
        list: handleUnaryCall<ListAccessPermitRequest, ListAccessPermitResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • AccessPermitServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.iam.v1.AccessPermitService service.

    Index
    create: handleUnaryCall<CreateAccessPermitRequest, Operation>

    Creates access permit for provided resource with provided role. Subject of access permit is also a parent of access permit. If resource is unknown - NOT_FOUND will be thrown. If parent of subject is not from resource's hierarchy - NOT_FOUND will be thrown.

    delete: handleUnaryCall<DeleteAccessPermitRequest, Operation>

    Delete access permit by id

    get: handleUnaryCall<GetAccessPermitRequest, AccessPermit>

    Gets access permit by id

    Lists access permits for provided parent