Variable SduSecureStorageCreateCommandSchemaConst

SduSecureStorageCreateCommandSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        request_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        tags: {
            additionalProperties: {
                type: string;
            };
            description: string;
            title: string;
            type: string;
        };
        vault_name: {
            description: string;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = SduSecureStorageCreateCommand

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        request_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        tags: {
            additionalProperties: {
                type: string;
            };
            description: string;
            title: string;
            type: string;
        };
        vault_name: {
            description: 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
    • tags: {
          additionalProperties: {
              type: string;
          };
          description: string;
          title: string;
          type: string;
      }
      • additionalProperties: {
            type: string;
        }
        • type: string
      • description: string
      • title: string
      • type: string
    • vault_name: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc