Takaro - v0.4.9
    Preparing search index...

    Interface DomainCreateOutputDTO

    DomainCreateOutputDTO

    interface DomainCreateOutputDTO {
        createdDomain: DomainOutputDTO;
        password: string;
        rootRole: RoleOutputDTO;
        rootUser: UserOutputDTO;
    }
    Index

    Properties

    createdDomain: DomainOutputDTO

    DomainCreateOutputDTO

    password: string

    DomainCreateOutputDTO

    rootRole: RoleOutputDTO

    DomainCreateOutputDTO

    rootUser: UserOutputDTO

    DomainCreateOutputDTO