Variable SduStorageDeleteFinishedEventSchemaConst

SduStorageDeleteFinishedEventSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        environment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        params: {
            additionalProperties: boolean;
            description: string;
            properties: {
                storage_account_connection: {
                    description: string;
                    type: string;
                };
                storage_account_name: {
                    description: string;
                    type: string;
                };
            };
            required: string[];
            title: string;
            type: string;
        };
        request_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = SduStorageDeleteFinishedEvent

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        environment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        params: {
            additionalProperties: boolean;
            description: string;
            properties: {
                storage_account_connection: {
                    description: string;
                    type: string;
                };
                storage_account_name: {
                    description: string;
                    type: string;
                };
            };
            required: string[];
            title: string;
            type: string;
        };
        request_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
    }
    • environment_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • params: {
          additionalProperties: boolean;
          description: string;
          properties: {
              storage_account_connection: {
                  description: string;
                  type: string;
              };
              storage_account_name: {
                  description: string;
                  type: string;
              };
          };
          required: string[];
          title: string;
          type: string;
      }
      • additionalProperties: boolean
      • description: string
      • properties: {
            storage_account_connection: {
                description: string;
                type: string;
            };
            storage_account_name: {
                description: string;
                type: string;
            };
        }
        • storage_account_connection: {
              description: string;
              type: string;
          }
          • description: string
          • type: string
        • storage_account_name: {
              description: string;
              type: string;
          }
          • description: string
          • type: string
      • required: string[]
      • title: string
      • type: string
    • request_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • tenant_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc