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

    Interface GetTrustEntityResponseBindingDto

    interface GetTrustEntityResponseBindingDto {
        ca?: TrustEntityCertificateResponseBindingDto;
        content?: string;
        createdDate: string;
        did?: DidListItemBindingDto;
        entityKey: string;
        id: string;
        identifier?: GetIdentifierListItemBindingDto;
        lastModified: string;
        logo?: string;
        name: string;
        organisationId?: string;
        privacyUrl?: string;
        role: TrustEntityRoleBindingEnum;
        state: TrustEntityStateBindingEnum;
        termsUrl?: string;
        trustAnchor: GetTrustAnchorResponseBindingDto;
        type: TrustEntityTypeBindingEnum;
        website?: string;
    }
    Index

    Properties

    content?: string
    createdDate: string
    entityKey: string
    id: string
    lastModified: string
    logo?: string
    name: string
    organisationId?: string
    privacyUrl?: string
    termsUrl?: string
    website?: string