@procivis/react-native-one-core
    Preparing search index...

    Interface TrustEntity

    interface TrustEntity {
        ca?: TrustEntityCertificate;
        content?: string;
        createdDate: string;
        did?: DidListItem;
        entityKey: string;
        id: string;
        identifier?: IdentifierListItem;
        lastModified: string;
        logo?: string;
        name: string;
        organisationId?: string;
        privacyUrl?: string;
        role: TrustEntityRoleEnum;
        state: TrustEntityStateEnum;
        termsUrl?: string;
        trustAnchor: TrustAnchor;
        type: TrustEntityTypeEnum;
        website?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    content?: string
    createdDate: string
    entityKey: string
    id: string
    identifier?: IdentifierListItem
    lastModified: string
    logo?: string
    name: string
    organisationId?: string
    privacyUrl?: string
    termsUrl?: string
    trustAnchor: TrustAnchor
    website?: string