@archastro/sdk
    Preparing search index...

    Interface CreatedPrivateServiceEnrollment

    Creation-only private service enrollment response. The raw token is shown once and is omitted from every read schema.

    interface CreatedPrivateServiceEnrollment {
        enrollment_token: string;
        enrollment_token_expires_at: string;
        generation: number;
        id: string;
        private_service: string;
    }
    Index

    Properties

    enrollment_token: string

    One-time connector enrollment token. Store it immediately.

    enrollment_token_expires_at: string

    When the one-time enrollment token expires.

    generation: number
    id: string
    private_service: string