Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface CertificateACLRow

    interface CertificateACLRow {
        entity: GenericAccount;
        permissions: Permissions;
        principal: CertificateACLPrincipal;
        principalType: "CERTIFICATE";
        target: GenericAccount;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The account that this row is for

    permissions: Permissions

    The permissions for which this row grants

    Accounts having certificate issued by this certificate will be granted the permissions in this ACL row

    principalType: "CERTIFICATE"

    The type of ACL row, which determines the shape of the principal

    An optional target account which, depending on the permissions, may be targeted by the permission