PortalServiceEnableCommandSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        config: {
            additionalProperties: boolean;
            description: string;
            properties: {
                portal_sub_domain: {
                    description: string;
                    maxLength: number;
                    minLength: number;
                    type: string;
                };
            };
            required: string[];
            title: string;
            type: string;
        };
        environment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        environment_name: {
            description: string;
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        tenant_name: {
            description: string;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = PortalServiceEnableCommand

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        config: {
            additionalProperties: boolean;
            description: string;
            properties: {
                portal_sub_domain: {
                    description: string;
                    maxLength: number;
                    minLength: number;
                    type: string;
                };
            };
            required: string[];
            title: string;
            type: string;
        };
        environment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        environment_name: {
            description: string;
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        tenant_name: {
            description: string;
            type: string;
        };
    }
    • config: {
          additionalProperties: boolean;
          description: string;
          properties: {
              portal_sub_domain: {
                  description: string;
                  maxLength: number;
                  minLength: number;
                  type: string;
              };
          };
          required: string[];
          title: string;
          type: string;
      }
      • additionalProperties: boolean
      • description: string
      • properties: {
            portal_sub_domain: {
                description: string;
                maxLength: number;
                minLength: number;
                type: string;
            };
        }
        • portal_sub_domain: {
              description: string;
              maxLength: number;
              minLength: number;
              type: string;
          }
          • description: string
          • maxLength: number
          • minLength: number
          • type: string
      • required: string[]
      • title: string
      • type: string
    • environment_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • environment_name: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • tenant_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • tenant_name: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc