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

    Interface IdentifierDetail

    interface IdentifierDetail {
        certificates?: CertificateDetail[];
        createdDate: string;
        did?: DidDetail;
        id: string;
        isRemote: boolean;
        key?: KeyDetail;
        lastModified: string;
        name: string;
        organisationId?: string;
        state: IdentifierState;
        type: IdentifierType;
    }
    Index

    Properties

    certificates?: CertificateDetail[]
    createdDate: string
    did?: DidDetail
    id: string
    isRemote: boolean
    key?: KeyDetail
    lastModified: string
    name: string
    organisationId?: string