Cerbos JavaScript SDK
    Preparing search index...

    Interface InspectedAttribute

    Details of an attribute referenced by a policy.

    interface InspectedAttribute {
        kind: InspectedAttributeKind;
        name: string;
    }
    Index

    Properties

    Properties

    Kind of the attribute.

    name: string

    Name of the attribute.