Axinom Mosaic Libraries
    Preparing search index...

    Interface SduStorageCreateCommand

    SDU create storage command

    interface SduStorageCreateCommand {
        environment_id: string;
        environment_name: string;
        params: SduStorageCreateCommandParams;
        request_id: string;
        tenant_id: string;
        tenant_name: string;
    }
    Index

    Properties

    environment_id: string

    A UUID.

    environment_name: string

    Name of the environment, requested the account creation

    SDU Storage create command params

    request_id: string

    A UUID.

    tenant_id: string

    A UUID.

    tenant_name: string

    Name of the tenant, requested the account creation