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

    Interface CreateSelfSignedCertificateAuthorityRequest

    interface CreateSelfSignedCertificateAuthorityRequest {
        content: CreateSelfSignedCertificateAuthorityRequestContent;
        signer: string;
        validityEnd?: string;
        validityStart?: string;
    }
    Index

    Properties

    signer: string
    validityEnd?: string
    validityStart?: string