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

    Interface IdentifierDetail

    interface IdentifierDetail {
        certificates?: IdentifierCertificateDetail[];
        createdDate: string;
        did?: IdentifierDidDetail;
        id: string;
        isRemote: boolean;
        key?: IdentifierKeyDetail;
        lastModified: string;
        name: string;
        organisationId?: string;
        state: IdentifierStateEnum;
        type: IdentifierTypeEnum;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdDate: string
    id: string
    isRemote: boolean
    lastModified: string
    name: string
    organisationId?: string